[Pkg-shadow-commits] r790 - trunk/debian

Nicolas FRANCOIS nekral-guest at costa.debian.org
Sat Jan 14 17:23:55 UTC 2006


Author: nekral-guest
Date: 2006-01-14 17:23:55 +0000 (Sat, 14 Jan 2006)
New Revision: 790

Modified:
   trunk/debian/rules
Log:
Fix the package-uses-deprecated-debhelper-compat-version lintian warning.


Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules	2006-01-14 16:51:09 UTC (rev 789)
+++ trunk/debian/rules	2006-01-14 17:23:55 UTC (rev 790)
@@ -1,10 +1,11 @@
 #!/usr/bin/make -f
 # -*- mode: makefile; coding: utf-8 -*-
 
+export DH_COMPAT = 4
+
 include /usr/share/cdbs/1/rules/debhelper.mk
 # Specify where dh_install will find the files that it needs to move:
 DEB_DH_INSTALL_SOURCEDIR=debian/tmp
-DH_COMPAT = 4
 
 include /usr/share/cdbs/1/class/autotools.mk
 # Automatically update autoconf, etc.




More information about the Pkg-shadow-commits mailing list