[Pkg-jed-commit] r1176 - jed-extra/trunk/debian

Rafael Laboissiere rafael at alioth.debian.org
Sat Jan 31 07:35:54 UTC 2009


Author: rafael
Date: 2009-01-31 07:35:54 +0000 (Sat, 31 Jan 2009)
New Revision: 1176

Modified:
   jed-extra/trunk/debian/changelog
   jed-extra/trunk/debian/compat
   jed-extra/trunk/debian/control
   jed-extra/trunk/debian/rules
Log:
Install upstream Changelog as changelog.gz


Modified: jed-extra/trunk/debian/changelog
===================================================================
--- jed-extra/trunk/debian/changelog	2009-01-31 07:28:42 UTC (rev 1175)
+++ jed-extra/trunk/debian/changelog	2009-01-31 07:35:54 UTC (rev 1176)
@@ -15,6 +15,10 @@
   * Include upstream ChangeLog [GM]
   * debian/watch: Use qa.debian.org redirector for SourceFourge packages
     (fix Lintian warning) [RL]
+  * Install upstream Changelog as changelog.gz (fix Lintian warning) [RL]
+    + debian/rules: Drop Changelog from the argument of dh_installdocs
+    + debian/control, debian/compat: Bump build-dependency on debhelper to
+      >= 7, otherwise the change above will not work
 
  -- Rafael Laboissiere <rafael at debian.org>  Sat, 18 Oct 2008 08:34:37 +0200
 

Modified: jed-extra/trunk/debian/compat
===================================================================
--- jed-extra/trunk/debian/compat	2009-01-31 07:28:42 UTC (rev 1175)
+++ jed-extra/trunk/debian/compat	2009-01-31 07:35:54 UTC (rev 1176)
@@ -1 +1 @@
-4
+7

Modified: jed-extra/trunk/debian/control
===================================================================
--- jed-extra/trunk/debian/control	2009-01-31 07:28:42 UTC (rev 1175)
+++ jed-extra/trunk/debian/control	2009-01-31 07:35:54 UTC (rev 1176)
@@ -4,7 +4,7 @@
 Maintainer: Debian JED Group <pkg-jed-devel at lists.alioth.debian.org>
 Uploaders: Rafael Laboissiere <rafael at debian.org>,
            Guenter Milde <milde at users.sf.net>
-Build-Depends: debhelper, dpatch
+Build-Depends: debhelper (>= 7), dpatch
 Build-Depends-Indep: po-debconf
 Standards-Version: 3.8.0
 Homepage: http://jedmodes.sourceforge.net/

Modified: jed-extra/trunk/debian/rules
===================================================================
--- jed-extra/trunk/debian/rules	2009-01-31 07:28:42 UTC (rev 1175)
+++ jed-extra/trunk/debian/rules	2009-01-31 07:35:54 UTC (rev 1176)
@@ -72,7 +72,7 @@
 	cat $(UPSTREAM_PACKAGE_CHECKSUM) | md5sum -c || exit 1
 
 	mv $(UPSTREAM_PACKAGE) jed-extra_$(UPSTREAM_VERSION).orig.tar.gz
-	
+
 	# additional modes from other sources
 	mkdir --parents jedmodes-$(UPSTREAM_VERSION)/boxquote
 	cd jedmodes-$(UPSTREAM_VERSION)/boxquote; \
@@ -115,7 +115,7 @@
 endif
 
         # install package documentation
-	dh_installdocs debian/contents.txt ChangeLog
+	dh_installdocs debian/contents.txt
 
 	# install upstream documentation
 	dh_install $$(find . -wholename ./debian -prune \




More information about the Pkg-jed-commit mailing list