From 868ba759bb6eec429139205e01f59f494cdaf98b Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 10 Nov 2013 15:23:29 -0400 Subject: debhelper (9.20131110) unstable; urgency=low * dh_installinit: Revert changes that added versioned dependency on sysv-rc to support upstart, which later grew to a versioned dependency on sysv-rc | file-rc, and which seems to want to continue growing to list other init systems, which there currently seem to be far too many of, for far too little benefit. The sysv-rc dependency is already met in stable. The file-rc dependency is not, so if someone cares about that, they need to find a properly designed solution, which this was not. Closes: #729248 # imported from the archive --- t/buildsystems/debian/changelog | 5 +++++ t/buildsystems/debian/compat | 1 + t/buildsystems/debian/control | 10 ++++++++++ 3 files changed, 16 insertions(+) create mode 100644 t/buildsystems/debian/changelog create mode 100644 t/buildsystems/debian/compat create mode 100644 t/buildsystems/debian/control (limited to 't/buildsystems/debian') diff --git a/t/buildsystems/debian/changelog b/t/buildsystems/debian/changelog new file mode 100644 index 00000000..f902d892 --- /dev/null +++ b/t/buildsystems/debian/changelog @@ -0,0 +1,5 @@ +testpackage (1.0-1) unstable; urgency=low + + * Initial release. (Closes: #XXXXXX) + + -- Test Tue, 09 Jun 2009 15:35:32 +0300 diff --git a/t/buildsystems/debian/compat b/t/buildsystems/debian/compat new file mode 100644 index 00000000..7f8f011e --- /dev/null +++ b/t/buildsystems/debian/compat @@ -0,0 +1 @@ +7 diff --git a/t/buildsystems/debian/control b/t/buildsystems/debian/control new file mode 100644 index 00000000..7edd806e --- /dev/null +++ b/t/buildsystems/debian/control @@ -0,0 +1,10 @@ +Source: testsrcpackage +Section: devel +Priority: optional +Maintainer: Test +Standards-Version: 3.8.1 + +Package: testpackage +Architecture: all +Description: short description + Long description -- cgit v1.2.3