[Pkg-sysvinit-commits] r1547 - sysvinit/trunk/debian
Kel Modderman
kelmo-guest at alioth.debian.org
Sun Jul 26 09:11:50 UTC 2009
Author: kelmo-guest
Date: 2009-07-26 09:11:49 +0000 (Sun, 26 Jul 2009)
New Revision: 1547
Added:
sysvinit/trunk/debian/compat
Modified:
sysvinit/trunk/debian/changelog
sysvinit/trunk/debian/control
Log:
Set a debhelper compatibility version of 5 in debian/compat and
build-depend on debehlper >= 5.
Modified: sysvinit/trunk/debian/changelog
===================================================================
--- sysvinit/trunk/debian/changelog 2009-07-26 09:08:12 UTC (rev 1546)
+++ sysvinit/trunk/debian/changelog 2009-07-26 09:11:49 UTC (rev 1547)
@@ -13,8 +13,10 @@
/fastboot in checkfs.sh and checkroot.sh.
* Do not use brace expansion in debian/rules and remove need for
setting SHELL to /bin/bash.
+ * Set a debhelper compatibility version of 5 in debian/compat and
+ build-depend on debehlper >= 5.
- -- Kel Modderman <kel at otaku42.de> Sun, 26 Jul 2009 19:07:51 +1000
+ -- Kel Modderman <kel at otaku42.de> Sun, 26 Jul 2009 19:10:31 +1000
sysvinit (2.87dsf-1) unstable; urgency=low
Added: sysvinit/trunk/debian/compat
===================================================================
--- sysvinit/trunk/debian/compat (rev 0)
+++ sysvinit/trunk/debian/compat 2009-07-26 09:11:49 UTC (rev 1547)
@@ -0,0 +1 @@
+5
Modified: sysvinit/trunk/debian/control
===================================================================
--- sysvinit/trunk/debian/control 2009-07-26 09:08:12 UTC (rev 1546)
+++ sysvinit/trunk/debian/control 2009-07-26 09:11:49 UTC (rev 1547)
@@ -3,7 +3,7 @@
Priority: required
Maintainer: Debian sysvinit maintainers <pkg-sysvinit-devel at lists.alioth.debian.org>
Uploaders: Petter Reinholdtsen <pere at debian.org>, Henrique de Moraes Holschuh <hmh at debian.org>, Kel Modderman <kel at otaku42.de>
-Build-Depends: debhelper, dpatch, libselinux1-dev (>= 1.14) [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64], libsepol1-dev [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64]
+Build-Depends: debhelper (>= 5), dpatch, libselinux1-dev (>= 1.14) [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64], libsepol1-dev [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64]
Standards-Version: 3.8.2
Homepage: http://freshmeat.net/projects/sysvinit/
Vcs-Svn: svn://svn.debian.org/pkg-sysvinit/sysvinit/trunk
More information about the Pkg-sysvinit-commits
mailing list