[med-svn] r14304 - trunk/packages/velvet/trunk/debian

Andreas Tille tille at alioth.debian.org
Fri Aug 2 08:43:56 UTC 2013


Author: tille
Date: 2013-08-02 08:43:55 +0000 (Fri, 02 Aug 2013)
New Revision: 14304

Modified:
   trunk/packages/velvet/trunk/debian/changelog
   trunk/packages/velvet/trunk/debian/rules
Log:
Upload to unstable


Modified: trunk/packages/velvet/trunk/debian/changelog
===================================================================
--- trunk/packages/velvet/trunk/debian/changelog	2013-08-02 07:57:55 UTC (rev 14303)
+++ trunk/packages/velvet/trunk/debian/changelog	2013-08-02 08:43:55 UTC (rev 14304)
@@ -1,4 +1,4 @@
-velvet (1.2.10+dfsg-1) UNRELEASED; urgency=low
+velvet (1.2.10+dfsg-1) unstable; urgency=low
 
   * New upstream version (+adapted patch)
   * debian/watch: cope with +dfsg suffix (in addition to old ~nozlibcopy)
@@ -24,7 +24,9 @@
      - Adapt Source location
   * debian/README.source: Updated explanation for repackaging, droped some
     outdated information
-  * debian/rules: Do not try to rmdir nonexisting directory
+  * debian/rules:
+     - Do not try to rmdir nonexisting directory
+     - Remove extra copies of GPL
   * debian/velvet-examples.install: use install instead of examples to move
     the examples into /usr/share/doc/velvet directly.  Also all contrib stuff
     was moved here to not bloat main velvet binary package with potentially

Modified: trunk/packages/velvet/trunk/debian/rules
===================================================================
--- trunk/packages/velvet/trunk/debian/rules	2013-08-02 07:57:55 UTC (rev 14303)
+++ trunk/packages/velvet/trunk/debian/rules	2013-08-02 08:43:55 UTC (rev 14304)
@@ -30,9 +30,9 @@
 	         --name="de Bruijn graph construction, error removal and repeat resolution (colorspace version)" \
 	         $(CURDIR)/velvetg_de > $(CURDIR)/debian/$(pkg)/usr/share/man/man1/velvetg_de.1
 	dh_install
-	#If the tarball is not being scrubbed we need this.
-	# find $(CURDIR)/debian/$(pkg) -name '.DS_Store' -exec rm {} \;
 	rm -rf $(CURDIR)/debian/$(pkg)/usr/share/velvet/contrib/MetaVelvet-v0.3.1/obj
+	# remove extra copies of GPL
+	find $(CURDIR)/debian -type f -name 'LICENSE*' -delete
 
 #Prevent compression of user manual
 override_dh_compress :




More information about the debian-med-commit mailing list