[med-svn] r20003 - trunk/packages/phyml/trunk/debian
Andreas Tille
tille at moszumanska.debian.org
Thu Aug 27 12:45:30 UTC 2015
Author: tille
Date: 2015-08-27 12:45:29 +0000 (Thu, 27 Aug 2015)
New Revision: 20003
Modified:
trunk/packages/phyml/trunk/debian/changelog
trunk/packages/phyml/trunk/debian/copyright
trunk/packages/phyml/trunk/debian/rules
trunk/packages/phyml/trunk/debian/watch
Log:
Remove executable binary from archive (as well as LaTeX remainings once we are starting to remove files)
Modified: trunk/packages/phyml/trunk/debian/changelog
===================================================================
--- trunk/packages/phyml/trunk/debian/changelog 2015-08-27 12:39:42 UTC (rev 20002)
+++ trunk/packages/phyml/trunk/debian/changelog 2015-08-27 12:45:29 UTC (rev 20003)
@@ -1,10 +1,12 @@
-phyml (2:20141029-1) UNRELEASED; urgency=medium
+phyml (2:20141029+dfsg-1) UNRELEASED; urgency=medium
* d/watch: Source is now on Github
* Upstream confirmed that the development version should be fairly stable
and most probably suitable for Debian
* Moved debian/upstream to debian/upstream/metadata
* cme fix dpkg-control
+ * Remove executable binary from archive (as well as LaTeX remainings once
+ we are starting to remove files)
-- Andreas Tille <tille at debian.org> Thu, 27 Aug 2015 14:31:04 +0200
Modified: trunk/packages/phyml/trunk/debian/copyright
===================================================================
--- trunk/packages/phyml/trunk/debian/copyright 2015-08-27 12:39:42 UTC (rev 20002)
+++ trunk/packages/phyml/trunk/debian/copyright 2015-08-27 12:45:29 UTC (rev 20003)
@@ -1,5 +1,15 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Source: https://github.com/stephaneguindon/phyml-downloads/releases
+Files-Excluded: bin/*
+ *~
+ *.aux
+ *.dvi
+ *.idx
+ *.ilg
+ *.ind
+ *.log
+ *.out
+ *.toc
Files: *
Copyright: Stephane Guindon <guindon at stat.auckland.ac.nz>
Modified: trunk/packages/phyml/trunk/debian/rules
===================================================================
--- trunk/packages/phyml/trunk/debian/rules 2015-08-27 12:39:42 UTC (rev 20002)
+++ trunk/packages/phyml/trunk/debian/rules 2015-08-27 12:45:29 UTC (rev 20003)
@@ -35,3 +35,6 @@
override_dh_compress:
dh_compress --exclude=.pdf
+
+get-orig-source:
+ uscan --verbose --force-download --repack --compression xz
Modified: trunk/packages/phyml/trunk/debian/watch
===================================================================
--- trunk/packages/phyml/trunk/debian/watch 2015-08-27 12:39:42 UTC (rev 20002)
+++ trunk/packages/phyml/trunk/debian/watch 2015-08-27 12:45:29 UTC (rev 20003)
@@ -1,3 +1,4 @@
version=3
-https://github.com/stephaneguindon/phyml-downloads/releases .*/*/phyml-(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz)
+opts="repacksuffix=+dfsg,dversionmangle=s/\+dfsg//g" \
+ https://github.com/stephaneguindon/phyml-downloads/releases .*/*/phyml-(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz)
More information about the debian-med-commit
mailing list