[Fai-commit] r5391 - trunk/debian

Michael Tautschnig mt at alioth.debian.org
Sun May 3 14:13:23 UTC 2009


Author: mt
Date: 2009-05-03 14:13:23 +0000 (Sun, 03 May 2009)
New Revision: 5391

Modified:
   trunk/debian/changelog
   trunk/debian/control
   trunk/debian/rules
Log:
- replaced dh_clean -k by dh_prep
- updated policy version to 3.8.1


Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2009-05-03 14:03:53 UTC (rev 5390)
+++ trunk/debian/changelog	2009-05-03 14:13:23 UTC (rev 5391)
@@ -9,6 +9,8 @@
   
   [ Michael Tautschnig ]
   * fixed several hyphen-used-as-minus-sign errors in man pages
+  * update to standards version 3.8.1, no changes needed
+  * Replaced dh_clean -k by dh_prep
 
  -- Thomas Lange <lange at debian.org>  Sun, 03 May 2009 15:54:53 +0200
 

Modified: trunk/debian/control
===================================================================
--- trunk/debian/control	2009-05-03 14:03:53 UTC (rev 5390)
+++ trunk/debian/control	2009-05-03 14:13:23 UTC (rev 5391)
@@ -3,7 +3,7 @@
 Priority: extra
 Maintainer: Thomas Lange <lange at debian.org>
 Uploaders: Holger Levsen <holger at debian.org>
-Standards-Version: 3.8.0
+Standards-Version: 3.8.1
 Build-Depends-Indep: debiandoc-sgml, texlive-base-bin, texlive-latex-extra, texlive-fonts-recommended, texlive-latex-recommended
 Build-Depends: debhelper (>= 4.1.16)
 Vcs-Svn: svn://svn.debian.org/svn/fai/trunk

Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules	2009-05-03 14:03:53 UTC (rev 5390)
+++ trunk/debian/rules	2009-05-03 14:13:23 UTC (rev 5391)
@@ -30,7 +30,7 @@
 install: build
 	dh_testdir
 	dh_testroot
-	dh_clean -k
+	dh_prep
 	dh_installdirs
 # Add here commands to install the package into debian/fai.
 	$(MAKE) install




More information about the Fai-commit mailing list