[med-svn] r23553 - trunk/packages/circos-tools/trunk/debian
Andreas Tille
tille at moszumanska.debian.org
Tue Jan 10 12:29:37 UTC 2017
Author: tille
Date: 2017-01-10 12:29:36 +0000 (Tue, 10 Jan 2017)
New Revision: 23553
Modified:
trunk/packages/circos-tools/trunk/debian/changelog
trunk/packages/circos-tools/trunk/debian/compat
trunk/packages/circos-tools/trunk/debian/control
trunk/packages/circos-tools/trunk/debian/rules
Log:
* cme fix dpkg-control
* debhelper 10
* d/rules: do not inject wrong interpreter paths
Modified: trunk/packages/circos-tools/trunk/debian/changelog
===================================================================
--- trunk/packages/circos-tools/trunk/debian/changelog 2017-01-10 11:17:13 UTC (rev 23552)
+++ trunk/packages/circos-tools/trunk/debian/changelog 2017-01-10 12:29:36 UTC (rev 23553)
@@ -1,12 +1,15 @@
-circos-tools (0.22-1) UNRELEASED; urgency=medium
+circos-tools (0.22-1) unstable; urgency=medium
* New upstream version
* d/watch:
- check whether upstream signes releases (which does not seem to be
the case
- version=4
+ * cme fix dpkg-control
+ * debhelper 10
+ * d/rules: do not inject wrong interpreter paths
- -- Andreas Tille <tille at debian.org> Tue, 10 Jan 2017 12:16:07 +0100
+ -- Andreas Tille <tille at debian.org> Tue, 10 Jan 2017 12:18:36 +0100
circos-tools (0.21-1) unstable; urgency=medium
Modified: trunk/packages/circos-tools/trunk/debian/compat
===================================================================
--- trunk/packages/circos-tools/trunk/debian/compat 2017-01-10 11:17:13 UTC (rev 23552)
+++ trunk/packages/circos-tools/trunk/debian/compat 2017-01-10 12:29:36 UTC (rev 23553)
@@ -1 +1 @@
-9
+10
Modified: trunk/packages/circos-tools/trunk/debian/control
===================================================================
--- trunk/packages/circos-tools/trunk/debian/control 2017-01-10 11:17:13 UTC (rev 23552)
+++ trunk/packages/circos-tools/trunk/debian/control 2017-01-10 12:29:36 UTC (rev 23553)
@@ -4,9 +4,9 @@
Andreas Tille <tille at debian.org>
Section: science
Priority: optional
-Build-Depends: debhelper (>= 9)
-Standards-Version: 3.9.6
-Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/circos-tools/
+Build-Depends: debhelper (>= 10)
+Standards-Version: 3.9.8
+Vcs-Browser: https://anonscm.debian.org/viewvc/debian-med/trunk/packages/circos-tools/
Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/circos-tools/trunk/
Homepage: http://circos.ca/
Modified: trunk/packages/circos-tools/trunk/debian/rules
===================================================================
--- trunk/packages/circos-tools/trunk/debian/rules 2017-01-10 11:17:13 UTC (rev 23552)
+++ trunk/packages/circos-tools/trunk/debian/rules 2017-01-10 12:29:36 UTC (rev 23553)
@@ -13,7 +13,4 @@
-e 's,include tiles,include /usr/share/circos/tiles,g' \
-e 's,include data,include /var/lib/circos/data,g' \
-e 's,home/martink/bin/perl,usr/bin/perl,g' \
- -e 's,bin/env,usr/bin/env,g'
-
-override_dh_builddeb:
- dh_builddeb -- -Z xz
+ -e 's,!/bin/env,!/usr/bin/env,g'
More information about the debian-med-commit
mailing list