[med-svn] r22035 - trunk/packages/cd-hit/trunk/debian
Andreas Tille
tille at moszumanska.debian.org
Sat May 28 07:49:18 UTC 2016
Author: tille
Date: 2016-05-28 07:49:17 +0000 (Sat, 28 May 2016)
New Revision: 22035
Modified:
trunk/packages/cd-hit/trunk/debian/changelog
trunk/packages/cd-hit/trunk/debian/control
trunk/packages/cd-hit/trunk/debian/links
trunk/packages/cd-hit/trunk/debian/rules
Log:
* Remove links to scripts that were removed in this version
Closes: #825582
* cme fix dpkg-control
* Better hardening
Modified: trunk/packages/cd-hit/trunk/debian/changelog
===================================================================
--- trunk/packages/cd-hit/trunk/debian/changelog 2016-05-27 14:19:29 UTC (rev 22034)
+++ trunk/packages/cd-hit/trunk/debian/changelog 2016-05-28 07:49:17 UTC (rev 22035)
@@ -1,3 +1,12 @@
+cd-hit (4.6.5-2) unstable; urgency=medium
+
+ * Remove links to scripts that were removed in this version
+ Closes: #825582
+ * cme fix dpkg-control
+ * Better hardening
+
+ -- Andreas Tille <tille at debian.org> Sat, 28 May 2016 09:24:04 +0200
+
cd-hit (4.6.5-1) unstable; urgency=medium
* New upstream version
Modified: trunk/packages/cd-hit/trunk/debian/control
===================================================================
--- trunk/packages/cd-hit/trunk/debian/control 2016-05-27 14:19:29 UTC (rev 22034)
+++ trunk/packages/cd-hit/trunk/debian/control 2016-05-28 07:49:17 UTC (rev 22035)
@@ -6,7 +6,7 @@
Priority: optional
Build-Depends: debhelper (>= 9),
help2man
-Standards-Version: 3.9.7
+Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/viewvc/debian-med/trunk/packages/cd-hit/trunk/
Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/cd-hit/trunk/
Homepage: http://weizhong-lab.ucsd.edu/cd-hit/
Modified: trunk/packages/cd-hit/trunk/debian/links
===================================================================
--- trunk/packages/cd-hit/trunk/debian/links 2016-05-27 14:19:29 UTC (rev 22034)
+++ trunk/packages/cd-hit/trunk/debian/links 2016-05-28 07:49:17 UTC (rev 22035)
@@ -18,7 +18,3 @@
## Too generic name, please point your PATH to /usr/lib/cd-hit
# usr/lib/cd-hit/plot_2d.pl usr/bin/plot_2d
# usr/lib/cd-hit/plot_len1.pl usr/bin/plot_len1
-usr/lib/cd-hit/psi-cd-hit-2d-g1.pl usr/bin/psi-cd-hit-2d-g1
-usr/lib/cd-hit/psi-cd-hit-2d.pl usr/bin/psi-cd-hit-2d
-usr/lib/cd-hit/psi-cd-hit-local.pl usr/bin/psi-cd-hit-local
-usr/lib/cd-hit/psi-cd-hit.pl usr/bin/psi-cd-hit
Modified: trunk/packages/cd-hit/trunk/debian/rules
===================================================================
--- trunk/packages/cd-hit/trunk/debian/rules 2016-05-27 14:19:29 UTC (rev 22034)
+++ trunk/packages/cd-hit/trunk/debian/rules 2016-05-28 07:49:17 UTC (rev 22035)
@@ -7,6 +7,8 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+
pkg := $(shell dpkg-parsechangelog | sed -n 's/^Source: //p')
ver := $(shell dpkg-parsechangelog | sed -ne 's/^Version: \(\([0-9]\+\):\)\?\(.*\)-.*/\3/p')
More information about the debian-med-commit
mailing list