/trunk/debian/control |
---|
3,7 → 3,7 |
Priority: optional |
Maintainer: Magnus Holmgren <holmgren@debian.org> |
Build-Depends: debhelper (>= 5), libgmp3-dev, m4, autotools-dev, dpatch |
Standards-Version: 3.7.3 |
Standards-Version: 3.8.1 |
Vcs-Svn: svn://svn.kibibyte.se/nettle/trunk |
Vcs-Browser: http://svn.kibibyte.se/nettle |
Homepage: http://www.lysator.liu.se/~nisse/nettle/ |
/trunk/debian/changelog |
---|
7,8 → 7,10 |
upgrade, which is actually a bug, but works out fine in this case). |
* Switch to Debhelper level 5. Remove files that don't exist from install |
lists (copied from a template, apparently). |
* Upgrade to Standards-Version 3.8.1: |
+ Add debian/README.source (ยง 4.9). |
-- Magnus Holmgren <holmgren@debian.org> Mon, 13 Apr 2009 21:27:39 +0200 |
-- Magnus Holmgren <holmgren@debian.org> Mon, 13 Apr 2009 22:18:56 +0200 |
nettle (1.15-5) unstable; urgency=low |
/trunk/debian/README.source |
---|
0,0 → 1,8 |
This package uses dpatch to manage all modifications to the upstream |
source. Changes are stored in the source package as diffs in |
debian/patches and applied during the build. For basic usage |
information, see |
/usr/share/doc/dpatch/README.source.gz |
(after installing dpatch). |