[med-svn] r1091 - trunk/packages/emboss/trunk/debian
charles-guest at alioth.debian.org
charles-guest at alioth.debian.org
Thu Jan 10 12:34:44 UTC 2008
Author: charles-guest
Date: 2008-01-10 12:34:43 +0000 (Thu, 10 Jan 2008)
New Revision: 1091
Modified:
trunk/packages/emboss/trunk/debian/changelog
trunk/packages/emboss/trunk/debian/control
trunk/packages/emboss/trunk/debian/rules
Log:
cleaned diff.gz, using autotools-dev and upgrading Vcs headers
Modified: trunk/packages/emboss/trunk/debian/changelog
===================================================================
--- trunk/packages/emboss/trunk/debian/changelog 2008-01-10 05:51:10 UTC (rev 1090)
+++ trunk/packages/emboss/trunk/debian/changelog 2008-01-10 12:34:43 UTC (rev 1091)
@@ -1,11 +1,11 @@
-emboss (5.0.0-3) UNRELEASED; urgency=low
+emboss (5.0.0-3) unstable; urgency=low
[ Nelson A. de Oliveira ]
* Using bzip2 compression for packages. This saves about 832KB of space.
[ Charles Plessy ]
- * debian/patches/ajindex-fix-2008-01-09.patch: Fixes rare secondary index
- problem with input files over 2Gb.
+ * debian/patches/ajindex-fix-2008-01-09.patch:
+ - Fixes rare secondary index problem with input files over 2Gb.
* debian/control:
- Swiched maintainership to the Debian-Med packaging team.
- Relocated the package to the Debian-Med Subversion repository.
@@ -17,8 +17,13 @@
- Replaced occurences of $(source:Version} by ${bin:Version} to make the
packages binNMU safe.
- emboss-data and emboss-doc do not Suggest: emboss anymore.
+ - Removed the XS- prefix in the Vcs fields.
+ - Build-depends on autotools-dev.
+ * debian/rules:
+ - Removes Makefiles ignored by make distclean in the test directory.
+ - Uses config.(sub|guess) from the autotools-dev package.
- -- Nelson A. de Oliveira <naoliv at debian.org> Mon, 29 Oct 2007 21:04:11 -0200
+ -- Charles Plessy <charles-debian-nospam at plessy.org> Thu, 10 Jan 2008 21:27:31 +0900
emboss (5.0.0-2) unstable; urgency=low
Modified: trunk/packages/emboss/trunk/debian/control
===================================================================
--- trunk/packages/emboss/trunk/debian/control 2008-01-10 05:51:10 UTC (rev 1090)
+++ trunk/packages/emboss/trunk/debian/control 2008-01-10 12:34:43 UTC (rev 1091)
@@ -4,9 +4,9 @@
Maintainer: Debian-Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
XS-DM-Upload-Allowed: Yes
Uploaders: Charles Plessy <charles-debian-nospam at plessy.org>, Nelson A. de Oliveira <naoliv at debian.org>
-Build-Depends: debhelper (>= 5), quilt, libx11-dev, x-dev, libgdchart-gd2-xpm-dev, zlib1g-dev, libpng12-dev, libpcre3-dev, antiword, sharutils
-XS-Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/emboss/trunk
-XS-Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/emboss
+Build-Depends: debhelper (>= 5), quilt, libx11-dev, x-dev, libgdchart-gd2-xpm-dev, zlib1g-dev, libpng12-dev, libpcre3-dev, antiword, sharutils, autotools-dev
+Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/emboss/trunk
+Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/emboss
Standards-Version: 3.7.3
Homepage: http://www.emboss.org
Modified: trunk/packages/emboss/trunk/debian/rules
===================================================================
--- trunk/packages/emboss/trunk/debian/rules 2008-01-10 05:51:10 UTC (rev 1090)
+++ trunk/packages/emboss/trunk/debian/rules 2008-01-10 12:34:43 UTC (rev 1091)
@@ -11,6 +11,8 @@
config.status:
dh_testdir
+ ln -sf /usr/share/misc/config.sub .
+ ln -sf /usr/share/misc/config.guess .
./configure \
--prefix=/usr \
#--with-java=/usr/lib/j2sdk1.3/include \
@@ -56,7 +58,11 @@
rm -rf debian/emboss_tmp
rm -rf config.status install-stamp
- dh_clean debian/copyright
+
+ # Temporary fix that may become unecessary in the future.
+ rm -f test/gb/Makefile test/wormpep/Makefile
+
+ dh_clean debian/copyright config.sub config.guess
install: install-stamp
install-stamp: build-stamp
More information about the debian-med-commit
mailing list