[med-svn] [SCM] emboss branch, master, updated. debian/6.3.1-6-31-g251a04b

Andreas Tille tille at debian.org
Tue Jun 19 12:27:39 UTC 2012


The following commit has been merged in the master branch:
commit 251a04bc1e47a60c7536488d0672ea425278da21
Author: Andreas Tille <tille at debian.org>
Date:   Tue Jun 19 14:26:27 2012 +0200

    do not clean backup file which is part of upstream tarball

diff --git a/debian/changelog b/debian/changelog
index 815610a..5d11875 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ emboss (6.4.0-1) UNRELEASED; urgency=low
   * debian/rules:
      - Make sure every binary package has a changelog file
      - enable hardening
+     - do not clean backup file which is part of upstream tarball
   * debian/control:
      - remove article from description
      - Standards-Version: 3.9.3 (no changes needed)
diff --git a/debian/rules b/debian/rules
index d0a8e71..b720c23 100755
--- a/debian/rules
+++ b/debian/rules
@@ -41,7 +41,7 @@ override_dh_clean:
 	rm --force --recursive debian/emboss_tmp
 	find jemboss/ -type f -name "*.class" | xargs -r rm -f
 	[ ! -d debian/testbackup ] || ( $(RM) --recursive test ; mv debian/testbackup test )
-	dh_clean config.status test-stamp install-stamp
+	dh_clean  --exclude=feattext.html~ config.status test-stamp install-stamp
 
 override_dh_auto_install:
 	### Binaries and data go to a temporary dir before being moved to their own package ###

-- 
The European Molecular Biology Open Software Suite.



More information about the debian-med-commit mailing list