[med-svn] r3579 - trunk/packages/mummer/trunk/debian
Charles Plessy
plessy at alioth.debian.org
Thu Jul 2 04:38:47 UTC 2009
Author: plessy
Date: 2009-07-02 04:38:46 +0000 (Thu, 02 Jul 2009)
New Revision: 3579
Modified:
trunk/packages/mummer/trunk/debian/changelog
trunk/packages/mummer/trunk/debian/control
trunk/packages/mummer/trunk/debian/copyright
trunk/packages/mummer/trunk/debian/rules
trunk/packages/mummer/trunk/debian/watch
Log:
Spellcheck, finish debian/rules conversion, compliance with the Artistic license and better upstream tracking.
Modified: trunk/packages/mummer/trunk/debian/changelog
===================================================================
--- trunk/packages/mummer/trunk/debian/changelog 2009-07-02 00:37:21 UTC (rev 3578)
+++ trunk/packages/mummer/trunk/debian/changelog 2009-07-02 04:38:46 UTC (rev 3579)
@@ -1,7 +1,5 @@
mummer (3.21~dfsg-1) UNRELEASED; urgency=low
- PATCH ERADICATION IN PROGRESS.
-
OTHER TODO:
convert debian/copyright to machine-readable format
document that the following files are removed, and indicate the licence they would have had (some are freely redistributable, if not all.)
@@ -17,17 +15,21 @@
- incremented Standards-Version to reflect concordance with Debian Policy
3.8.2 (no changes needed).
- mummer-docs depends on ${misc:Depends}.
- - dropped versionned dependancies when they are even satisfied in oldstable.
- - dropped dependancy on CDBS and patchutils, and added dependancy on quilt.
+ - 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).
* debian/patches:
- replaces some Makefile patches by environment variables in debian/rules.
- replaced 02at_scripts.diff by separate files in sh-replacement-scripts.
- added a series file to use Quilt.
* debian/rules converted to debhelper (the build system is too odd to be
- handled genlty by CDBS without patches).
+ handled gently by CDBS without patches).
+ * Mangled ‘~dfsg’ from the Debian version number in debian/watch.
+ * Converted debian/copyright to a machine-readable format, and added
+ a proeminent notice that MUMmer has been patched, to comply with the
+ Artistic license.
- -- Charles Plessy <plessy at debian.org> Mon, 19 Jan 2009 09:02:26 +0900
+ -- Charles Plessy <plessy at debian.org> Thu, 02 Jul 2009 13:17:06 +0900
mummer (3.20-3) unstable; urgency=low
Modified: trunk/packages/mummer/trunk/debian/control
===================================================================
--- trunk/packages/mummer/trunk/debian/control 2009-07-02 00:37:21 UTC (rev 3578)
+++ trunk/packages/mummer/trunk/debian/control 2009-07-02 04:38:46 UTC (rev 3579)
@@ -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), texlive-latex-base, texlive-latex-recommended, texlive-fonts-recommended
+Build-Depends: quilt, debhelper (>= 7.0.50), texlive-latex-base, texlive-latex-recommended, texlive-fonts-recommended
Standards-Version: 3.8.2
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/copyright
===================================================================
--- trunk/packages/mummer/trunk/debian/copyright 2009-07-02 00:37:21 UTC (rev 3578)
+++ trunk/packages/mummer/trunk/debian/copyright 2009-07-02 04:38:46 UTC (rev 3579)
@@ -1,26 +1,33 @@
-This package was debianized by Steffen Moeller <moeller at inb.uni-luebeck.de> on
-Sat, 21 May 2005 22:14:31 +0200.
+Machine-readable license summary for MUMmer, see ‘http://dep.debian.net/deps/dep5/’.
-It was downloaded from http://downloads.sourceforge.net/mummer/MUMmer3.21.tar.gz
+Name: MUMmer
+Contact: mummer-help at lists.sourceforge.net
+Source: http://www.mirrorservice.org/sites/download.sourceforge.net/pub/sourceforge/m/mu/mummer/MUMmer3.21.tar.gz
-Copyright: This software is copyright (c) 2000-2007
-Copyright Holder: Stefan Kurtz <kurtz at zbh.uni-hamburg.de>,
- A. Phillippy <aphillip at tigr.edu>,
- A.L. Delcher, M. Smoot, M. Shumway, C. Antonescu, and
- Steven L. Salzberg <salzberg at umd.edu>
-
-License:
-
+License: Artistic
+
This program is free software; you can redistribute it and/or modify it
under the terms of the "Artistic License" which comes with Debian.
-
+
THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED
WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES
OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+╔═══════════════════════════════════════════════════════════════════════════╗
+║ ║
+║ This version of MUMmer has been patched. You can find the patch with an ║
+║ explanation of what they do in the debian/patches directory of the Debian ║
+║ source package, or consult them on our unofficial patch tracking system, ║
+║ ‘http://patch-tracking.debian.net/package/mummer’. ║
+║ ║
+╚═══════════════════════════════════════════════════════════════════════════╝
+
On Debian systems, the complete text of the Artistic License
-can be found in `/usr/share/common-licenses/Artistic'.
+can be found in ‘/usr/share/common-licenses/Artistic’.
The Debian packaging is (C) 2005-2007, Steffen Moeller <moeller at inb.uni-luebeck.de>,
and Andreas Tille <tille at debian.org> and is licensed under the GPL which is
available at `/usr/share/common-licenses/GPL'.
+
+This package was debianized by Steffen Moeller <moeller at inb.uni-luebeck.de> on
+Sat, 21 May 2005 22:14:31 +0200.
Modified: trunk/packages/mummer/trunk/debian/rules
===================================================================
--- trunk/packages/mummer/trunk/debian/rules 2009-07-02 00:37:21 UTC (rev 3578)
+++ trunk/packages/mummer/trunk/debian/rules 2009-07-02 04:38:46 UTC (rev 3579)
@@ -65,11 +65,17 @@
dh clean
binary-indep: build install
- dh binary-indep -Xpdf
+ dh binary-indep
binary-arch: build install
- dh binary-arch -Xpdf
-# mv bin/annotate bin/mummer-annotate
+ dh binary-arch
+override_dh_install:
+ dh_install
+ [ -f $(BIN_DIR)/annotate ] && mv $(BIN_DIR)/annotate $(BIN_DIR)/mummer-annotate
+
+override_dh_compress:
+ dh_compress -Xpdf
+
binary: binary-indep binary-arch
.PHONY: build clean binary-indep binary-arch binary install
Modified: trunk/packages/mummer/trunk/debian/watch
===================================================================
--- trunk/packages/mummer/trunk/debian/watch 2009-07-02 00:37:21 UTC (rev 3578)
+++ trunk/packages/mummer/trunk/debian/watch 2009-07-02 04:38:46 UTC (rev 3579)
@@ -1,2 +1,3 @@
version=3
-http://sf.net/mummer/MUMmer(.+)\.tar.gz
+opts=dversionmangle=s/\~dfsg// \
+ http://sf.net/mummer/MUMmer(.+)\.tar.gz
More information about the debian-med-commit
mailing list