[med-svn] r4202 - trunk/packages/mummer/trunk/debian

Charles Plessy plessy at alioth.debian.org
Mon Oct 12 10:12:52 UTC 2009


Author: plessy
Date: 2009-10-12 10:12:50 +0000 (Mon, 12 Oct 2009)
New Revision: 4202

Modified:
   trunk/packages/mummer/trunk/debian/changelog
   trunk/packages/mummer/trunk/debian/control
   trunk/packages/mummer/trunk/debian/rules
Log:
Uploaded after final corrections.


Modified: trunk/packages/mummer/trunk/debian/changelog
===================================================================
--- trunk/packages/mummer/trunk/debian/changelog	2009-10-12 07:51:43 UTC (rev 4201)
+++ trunk/packages/mummer/trunk/debian/changelog	2009-10-12 10:12:50 UTC (rev 4202)
@@ -1,7 +1,5 @@
-mummer (3.22~dfsg-1) UNRELEASED; urgency=low
+mummer (3.22~dfsg-1) unstable; urgency=low
 
-  TODO: restore the renaming
-
   * New upstream release:
     3.22
       - Significant 'dnadiff' bug fixes.
@@ -10,7 +8,7 @@
       - Turned off output of the near useless .cluster files from nucmer and
         promer (let us know if you still want them).
     3.21
-      - gcc compatability fix.
+      - gcc compatibility fix.
   * debian/get-orig-source: rename mutilated upstream tarball.
   * debian/control:
     - incremented Standards-Version to reflect concordance with Debian Policy
@@ -19,6 +17,7 @@
     - dropped versionned dependencies when they are even satisfied in oldstable.
     - dropped dependency on CDBS and patchutils, and added dependency on quilt.
     - using Debhelper 7 (debian/compat).
+    - build-depend on csh for correct interpreter path detection.
   * debian/patches:
     - replaces some Makefile patches by environment variables in debian/rules.
     - replaced 02at_scripts.diff by separate files in sh-replacement-scripts.
@@ -37,7 +36,7 @@
   * Added an experimental collection of upstream metadata in YAML format
     (debian/upstream-metadata.yaml).
 
- -- Charles Plessy <plessy at debian.org>  Wed, 16 Sep 2009 13:09:24 +0900
+ -- Charles Plessy <plessy at debian.org>  Mon, 12 Oct 2009 18:12:18 +0900
 
 mummer (3.20-3) unstable; urgency=low
 

Modified: trunk/packages/mummer/trunk/debian/control
===================================================================
--- trunk/packages/mummer/trunk/debian/control	2009-10-12 07:51:43 UTC (rev 4201)
+++ trunk/packages/mummer/trunk/debian/control	2009-10-12 10:12:50 UTC (rev 4202)
@@ -4,7 +4,7 @@
 Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
 DM-Upload-Allowed: yes
 Uploaders: Steffen Moeller <moeller at debian.org>, Andreas Tille <tille at debian.org>, Charles Plessy <plessy at debian.org>
-Build-Depends: quilt, debhelper (>= 7.0.50), texlive-latex-base, texlive-latex-recommended, texlive-fonts-recommended
+Build-Depends: csh, quilt, debhelper (>= 7.0.50), texlive-latex-base, texlive-latex-recommended, texlive-fonts-recommended
 Standards-Version: 3.8.3
 Homepage: http://mummer.sourceforge.net/
 Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/mummer/trunk/?rev=0&sc=0

Modified: trunk/packages/mummer/trunk/debian/rules
===================================================================
--- trunk/packages/mummer/trunk/debian/rules	2009-10-12 07:51:43 UTC (rev 4201)
+++ trunk/packages/mummer/trunk/debian/rules	2009-10-12 10:12:50 UTC (rev 4202)
@@ -58,6 +58,8 @@
 	$(MAKE) BIN_DIR=$(BIN_DIR) AUX_BIN_DIR=$(AUX_BIN_DIR) CFLAGS="$(CFLAGS)"
 	$(MAKE) -C docs
 	$(MAKE) check
+# /usr/bin/annotate renamed /usr/bin/mummer-annotate for namespace and license (Artistic) reasons.
+	mv $(CURDIR)/debian/tmp/usr/bin/annotate $(CURDIR)/debian/tmp/usr/bin/mummer-annotate
 	dh_install
 	touch build-stamp
 




More information about the debian-med-commit mailing list