[med-svn] r14406 - trunk/packages/paml/trunk/debian

Andreas Tille tille at alioth.debian.org
Thu Aug 8 20:41:36 UTC 2013


Author: tille
Date: 2013-08-08 20:41:35 +0000 (Thu, 08 Aug 2013)
New Revision: 14406

Modified:
   trunk/packages/paml/trunk/debian/README.source
   trunk/packages/paml/trunk/debian/changelog
   trunk/packages/paml/trunk/debian/copyright
   trunk/packages/paml/trunk/debian/rules
Log:
Use new uscan to remove useless windows binaries


Modified: trunk/packages/paml/trunk/debian/README.source
===================================================================
--- trunk/packages/paml/trunk/debian/README.source	2013-08-08 20:17:48 UTC (rev 14405)
+++ trunk/packages/paml/trunk/debian/README.source	2013-08-08 20:41:35 UTC (rev 14406)
@@ -5,9 +5,10 @@
 not shipped with the sources code. Given that the package
 is non-free anyway, those have been left in.
 
-The Windows binaries have been removed from the source tree by invoking
-rm $(find ... -name "*.exe").  The folder was renamed to paml-4.4c
-(or analogously for later versions).
+The Windows binaries have been removed from the source tree by
+using
+   debian/rules get-orig-source
+and the enhanced uscan (see comment in debian/rules)
 
 Some source files are dos-formatted. While annoying, this 
 has not been changed.

Modified: trunk/packages/paml/trunk/debian/changelog
===================================================================
--- trunk/packages/paml/trunk/debian/changelog	2013-08-08 20:17:48 UTC (rev 14405)
+++ trunk/packages/paml/trunk/debian/changelog	2013-08-08 20:41:35 UTC (rev 14406)
@@ -3,6 +3,8 @@
   * New upstream version
   * debian/control:
      - cme fix dpkg-control
+  * debian/rules: provide get-orig-source target to make use of new uscan
+    to remove windows binaries
 
  -- Andreas Tille <tille at debian.org>  Thu, 08 Aug 2013 22:07:27 +0200
 

Modified: trunk/packages/paml/trunk/debian/copyright
===================================================================
--- trunk/packages/paml/trunk/debian/copyright	2013-08-08 20:17:48 UTC (rev 14405)
+++ trunk/packages/paml/trunk/debian/copyright	2013-08-08 20:41:35 UTC (rev 14406)
@@ -1,8 +1,12 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
-Source: http://abacus.gene.ucl.ac.uk/software/paml4.4e.tar.gz
+Source: http://abacus.gene.ucl.ac.uk/software/paml.html
+Files-Excluded:
+    bin/*.exe
+    Technical/Simulation/*.exe
+    Technical/Simulation/Codon/*.exe
 
 Files: *
-Copyright: © 1992-2010 Ziheng Yang
+Copyright: © 1992-2013 Ziheng Yang
 License: PAML-From-the-home-page-2010-09-08
  PAML is a package of programs for phylogenetic analyses of DNA or
  protein sequences using maximum likelihood.  It is maintained and

Modified: trunk/packages/paml/trunk/debian/rules
===================================================================
--- trunk/packages/paml/trunk/debian/rules	2013-08-08 20:17:48 UTC (rev 14405)
+++ trunk/packages/paml/trunk/debian/rules	2013-08-08 20:41:35 UTC (rev 14406)
@@ -14,3 +14,11 @@
 
 override_dh_builddeb:
 	dh_builddeb -- -Z xz
+
+# Remark: The following uscan command requires devscripts > 2.12.4 which is not
+#         yet released at the time of this package release.  The code can be obtained
+#         via
+#   git clone git://tille@git.debian.org/git/users/tille/devscripts.git
+#         and then use scripts/uscan.pl
+get-orig-source:
+	uscan --verbose --force-download --repack-compression xz




More information about the debian-med-commit mailing list