[debian-edu-commits] r82104 - trunk/src/desktop-profiles/debian

pere at alioth.debian.org pere at alioth.debian.org
Sat Aug 17 17:45:05 UTC 2013


Author: pere
Date: 2013-08-17 17:45:04 +0000 (Sat, 17 Aug 2013)
New Revision: 82104

Modified:
   trunk/src/desktop-profiles/debian/changelog
   trunk/src/desktop-profiles/debian/compat
   trunk/src/desktop-profiles/debian/control
   trunk/src/desktop-profiles/debian/postrm
   trunk/src/desktop-profiles/debian/rules
Log:
Update to debhelper compat level 9 from 5.

Modified: trunk/src/desktop-profiles/debian/changelog
===================================================================
--- trunk/src/desktop-profiles/debian/changelog	2013-08-17 17:41:47 UTC (rev 82103)
+++ trunk/src/desktop-profiles/debian/changelog	2013-08-17 17:45:04 UTC (rev 82104)
@@ -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
 

Modified: trunk/src/desktop-profiles/debian/compat
===================================================================
--- trunk/src/desktop-profiles/debian/compat	2013-08-17 17:41:47 UTC (rev 82103)
+++ trunk/src/desktop-profiles/debian/compat	2013-08-17 17:45:04 UTC (rev 82104)
@@ -1 +1 @@
-5
+9

Modified: trunk/src/desktop-profiles/debian/control
===================================================================
--- trunk/src/desktop-profiles/debian/control	2013-08-17 17:41:47 UTC (rev 82103)
+++ trunk/src/desktop-profiles/debian/control	2013-08-17 17:45:04 UTC (rev 82104)
@@ -3,7 +3,7 @@
 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

Modified: trunk/src/desktop-profiles/debian/postrm
===================================================================
--- trunk/src/desktop-profiles/debian/postrm	2013-08-17 17:41:47 UTC (rev 82103)
+++ trunk/src/desktop-profiles/debian/postrm	2013-08-17 17:45:04 UTC (rev 82104)
@@ -8,3 +8,5 @@
     db_purge
     rm -rf /var/cache/desktop-profiles
 fi
+
+#DEBHELPER#

Modified: trunk/src/desktop-profiles/debian/rules
===================================================================
--- trunk/src/desktop-profiles/debian/rules	2013-08-17 17:41:47 UTC (rev 82103)
+++ trunk/src/desktop-profiles/debian/rules	2013-08-17 17:45:04 UTC (rev 82104)
@@ -23,7 +23,7 @@
 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




More information about the debian-edu-commits mailing list