[debian-edu-commits] debian-edu/ 177/183: Update to debhelper compat level 9 from 5.
Alexander Alemayhu
ccscanf-guest at moszumanska.debian.org
Wed Jun 11 16:48:44 UTC 2014
This is an automated email from the git hooks/post-receive script.
ccscanf-guest pushed a commit to branch master
in repository desktop-profiles.
commit 3ade859dd7c42c1822438b136d6455824275f9f7
Author: Petter Reinholdtsen <pere at hungry.com>
Date: Sat Aug 17 17:45:04 2013 +0000
Update to debhelper compat level 9 from 5.
---
debian/changelog | 1 +
debian/compat | 2 +-
debian/control | 2 +-
debian/postrm | 2 ++
debian/rules | 2 +-
5 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 280dc16..4d5461e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
desktop-profiles (1.4.17) UNRELEASED; urgency=low
* Update Standards-Version from 3.8.0.0 to 3.9.4. No changes needed.
+ * Update to debhelper compat level 9 from 5.
-- Petter Reinholdtsen <pere at debian.org> Sat, 17 Aug 2013 19:41:04 +0200
diff --git a/debian/compat b/debian/compat
index 7ed6ff8..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-5
+9
diff --git a/debian/control b/debian/control
index 29b893a..74fe7c0 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: x11
Priority: optional
Maintainer: Debian Edu Developers <debian-edu at lists.debian.org>
Uploaders: Petter Reinholdtsen <pere at debian.org>
-Build-Depends: debhelper (>= 5.0.0)
+Build-Depends: debhelper (>= 9)
Build-Depends-Indep: po-debconf, intltool
Standards-Version: 3.9.4
Vcs-Svn: svn://svn.debian.org/svn/debian-edu/trunk/src/desktop-profiles
diff --git a/debian/postrm b/debian/postrm
index 845c42b..5d2ac69 100755
--- a/debian/postrm
+++ b/debian/postrm
@@ -8,3 +8,5 @@ if [ "$1" = purge ] && [ -e /usr/share/debconf/confmodule ]; then
db_purge
rm -rf /var/cache/desktop-profiles
fi
+
+#DEBHELPER#
diff --git a/debian/rules b/debian/rules
index dfb49a2..347c9f4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,7 +23,7 @@ clean:
install: build
dh_testdir
dh_testroot
- dh_clean -k
+ dh_prep
dh_installdirs
# Add here commands to install the package into debian/desktop-profiles.
# everything done by dh_* scripts
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/pkg-team/desktop-profiles.git
More information about the debian-edu-commits
mailing list