The following commit has been merged in the master branch:
commit ccd037b629bc3f7e58c4606da760e4ed3eea87e5
Author: Andreas Tille <[email protected]>
Date:   Mon Jun 18 20:54:34 2012 +0200

    Fix lintian errors about missing changelog files

diff --git a/debian/changelog b/debian/changelog
index 156e251..7d7f636 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ emboss (6.4.0-1) UNRELEASED; urgency=low
 
   [ Andreas Tille ]
   * debian/upstream: separate reference section
+  * debian/rules: Make sure every binary package has a changelog file
 
  -- Charles Plessy <[email protected]>  Wed, 20 Jul 2011 13:22:15 +0900
 
diff --git a/debian/rules b/debian/rules
index a94e909..6b774ae 100755
--- a/debian/rules
+++ b/debian/rules
@@ -87,7 +87,7 @@ override_dh_auto_test:
        cd test/qa && LS_COLORS='' EMBOSSRC=$(CURDIR)/test 
PATH=$(CURDIR)/emboss:$$PATH EMBOSS_ROOT=../../../ ./qatest.csh
        
 override_dh_installchangelogs:
-       dh_installchangelogs -a ChangeLog
+       dh_installchangelogs -k ChangeLog
        
 override_dh_installman:
        dh_installman -a -p emboss

-- 
The European Molecular Biology Open Software Suite.

_______________________________________________
debian-med-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to