[med-svn] r14434 - trunk/packages/melting/trunk/debian
Andreas Tille
tille at alioth.debian.org
Sun Aug 11 10:17:41 UTC 2013
Author: tille
Date: 2013-08-11 10:17:41 +0000 (Sun, 11 Aug 2013)
New Revision: 14434
Modified:
trunk/packages/melting/trunk/debian/copyright
trunk/packages/melting/trunk/debian/rules
Log:
Use new uscan to remove unneeded binaries
Modified: trunk/packages/melting/trunk/debian/copyright
===================================================================
--- trunk/packages/melting/trunk/debian/copyright 2013-08-11 10:14:09 UTC (rev 14433)
+++ trunk/packages/melting/trunk/debian/copyright 2013-08-11 10:17:41 UTC (rev 14434)
@@ -2,7 +2,10 @@
Upstream-Name: Melting
Upstream-Contact: Nicolas Le Novère <lenov at ebi.ac.uk>
Marine Dumousseau <marine at ebi.ac.uk>
-Source: http://qa.debian.org/watch/sf.php/melting/melting4_3c.tar.gz
+Source: http://sourceforge.net/projects/melting/files/meltingC/melting4_3/
+Files-Excluded:
+ BIN/melting4_3*
+ svn-commit.tmp
Files: *
Copyright: 1997–2009, Nicolas Le Novère <lenov at ebi.ac.uk>
Modified: trunk/packages/melting/trunk/debian/rules
===================================================================
--- trunk/packages/melting/trunk/debian/rules 2013-08-11 10:14:09 UTC (rev 14433)
+++ trunk/packages/melting/trunk/debian/rules 2013-08-11 10:17:41 UTC (rev 14434)
@@ -20,7 +20,11 @@
install -m 644 -D BIN/melting.hlp $(CURDIR)/debian/melting-gui/usr/share/melting/melting.hlp
install -m 644 -D melting-gui.desktop $(CURDIR)/debian/melting-gui/usr/share/applications/melting-gui.desktop
+# 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:
mkdir -p ../tarballs
- uscan --verbose --force-download --destdir=../tarballs
-
+ uscan --verbose --force-download --destdir=../tarballs --repack-compression xz
More information about the debian-med-commit
mailing list