From: gregor herrmann Date: Sun, 23 May 2010 20:23:57 +0000 (-0000) Subject: Convert to source format 3.0 (quilt). Remove quilt framework. X-Git-Tag: debian/0.5.2-6~3 X-Git-Url: https://git.toastfreeware.priv.at/debian/iodine.git/commitdiff_plain/2668d28fbe68d1b743f879ef1b321fe5ee799be5?ds=sidebyside Convert to source format 3.0 (quilt). Remove quilt framework. --- diff --git a/debian/README.source b/debian/README.source deleted file mode 100644 index 7df3fd2..0000000 --- a/debian/README.source +++ /dev/null @@ -1,6 +0,0 @@ -This package uses quilt 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. - -See /usr/share/doc/quilt/README.source for a detailed explanation. - diff --git a/debian/changelog b/debian/changelog index c4fe347..12c7acb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ iodine (0.5.2-6) UNRELEASED; urgency=low * Add $syslog facility to init script. + * Convert to source format 3.0 (quilt). Remove quilt framework. -- gregor herrmann Sun, 23 May 2010 22:21:18 +0200 diff --git a/debian/control b/debian/control index fb1948e..993908a 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: net Priority: extra Maintainer: gregor herrmann Uploaders: tony mancill -Build-Depends: debhelper (>= 7.0.50), quilt (>= 0.46-7), po-debconf, help2man, +Build-Depends: debhelper (>= 7.0.50), po-debconf, help2man, zlib1g-dev, check Standards-Version: 3.8.4 Homepage: http://code.kryo.se/iodine diff --git a/debian/rules b/debian/rules index ecb976f..9f4d32c 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,7 @@ #!/usr/bin/make -f %: - dh --with quilt $@ + dh $@ override_dh_auto_clean: debconf-updatepo diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt)