[med-svn] r3136 - trunk/packages/emboss/trunk/debian
plessy at alioth.debian.org
plessy at alioth.debian.org
Wed Feb 25 13:13:30 UTC 2009
Author: plessy
Date: 2009-02-25 13:13:30 +0000 (Wed, 25 Feb 2009)
New Revision: 3136
Modified:
trunk/packages/emboss/trunk/debian/changelog
trunk/packages/emboss/trunk/debian/control
trunk/packages/emboss/trunk/debian/rules
Log:
Uploaded a few days ago.
Modified: trunk/packages/emboss/trunk/debian/changelog
===================================================================
--- trunk/packages/emboss/trunk/debian/changelog 2009-02-25 04:49:29 UTC (rev 3135)
+++ trunk/packages/emboss/trunk/debian/changelog 2009-02-25 13:13:30 UTC (rev 3136)
@@ -1,17 +1,21 @@
-emboss (6.0.1-4) UNRELEASED; urgency=low
+emboss (6.0.1-4) unstable; urgency=low
* New upstream patch (patch-1-5):
- removes unnecessary whitespaces in edialign.acd.
- saves Citations and comments in EMBL/GenBank formats for each new
entry processed.
- * debian/control uses the official homepage URL as confirmed by Upstream.
+ * debian/control:
+ - Uses the official homepage URL as confirmed by Upstream.
+ - Redundant section field removed for jemboss.
+ - Description corrected for libnucleus6-dev.
* debian/rules:
- Pass --bindir=/usr/lib/emboss directly instead of moving files.
- - Hardcode AJAX_FIXED_ROOT to /usr/share/EMBOSS (Closes: #487539)
+ - Hardcode AJAX_FIXED_ROOT to /usr/share/EMBOSS (Closes: #487539).
+ - Replaced `dh_clean -k', deprecated, by dh_prep.
* debian/emboss.dir, debian/emboss.install: simplified after reworking
the installation of the binaries and their symbolic links.
- -- Charles Plessy <plessy at debian.org> Sun, 11 Jan 2009 15:09:08 +0900
+ -- Charles Plessy <plessy at debian.org> Sun, 22 Feb 2009 22:53:55 +0900
emboss (6.0.1-3) experimental; urgency=low
Modified: trunk/packages/emboss/trunk/debian/control
===================================================================
--- trunk/packages/emboss/trunk/debian/control 2009-02-25 04:49:29 UTC (rev 3135)
+++ trunk/packages/emboss/trunk/debian/control 2009-02-25 13:13:30 UTC (rev 3136)
@@ -65,7 +65,6 @@
fork of the plplot library.
Package: jemboss
-Section: science
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}, openjdk-6-jre, tcsh | csh | c-shell
Description: graphical user interface to EMBOSS
@@ -120,6 +119,6 @@
Depends: ${shlibs:Depends}, ${misc:Depends}, libnucleus6 (= ${binary:Version})
Conflicts: libnucleus5-dev
Replaces: libnucleus5-dev
-Description: development files for libajax
+Description: development files for libnucleus
This package contains the header and development files needed to build
programs and packages using libnucleus.
Modified: trunk/packages/emboss/trunk/debian/rules
===================================================================
--- trunk/packages/emboss/trunk/debian/rules 2009-02-25 04:49:29 UTC (rev 3135)
+++ trunk/packages/emboss/trunk/debian/rules 2009-02-25 13:13:30 UTC (rev 3136)
@@ -61,7 +61,7 @@
install-stamp: build-stamp
dh_testdir
dh_testroot
- dh_clean -k
+ dh_prep
dh_installdirs
### Binaries and data go to a temporary dir before being moved to their own package ###
More information about the debian-med-commit
mailing list