[med-svn] r1202 - trunk/packages/bioperl/trunk/debian
hanska-guest at alioth.debian.org
hanska-guest at alioth.debian.org
Sun Jan 27 17:00:36 UTC 2008
Author: hanska-guest
Date: 2008-01-27 17:00:35 +0000 (Sun, 27 Jan 2008)
New Revision: 1202
Removed:
trunk/packages/bioperl/trunk/debian/dirs
Modified:
trunk/packages/bioperl/trunk/debian/changelog
trunk/packages/bioperl/trunk/debian/rules
Log:
Closing 453923 + other small fixes
Modified: trunk/packages/bioperl/trunk/debian/changelog
===================================================================
--- trunk/packages/bioperl/trunk/debian/changelog 2008-01-27 10:24:07 UTC (rev 1201)
+++ trunk/packages/bioperl/trunk/debian/changelog 2008-01-27 17:00:35 UTC (rev 1202)
@@ -3,22 +3,25 @@
[ Steffen Moeller ]
* Added reference to libsvg-graph-perl (Closes: #342475).
+ [ Nelson A. de Oliveira ]
+ * debian/control:
+ - Removed the XS- prefix from Vcs-Browser and Vcs-Svn
+ - Moved debhelper and quilt from Build-Depends-Indep to Build-Depends
+
[ David Paleino ]
* debian/control:
- - Updated Recommends (libpostscript-textblock-perl won't exist -
+ - updated Recommends (libpostscript-textblock-perl won't exist -
the package will be named libpostscript-perl)
- - Fields wrapped at around 80 columns
- - Added myself to Uploaders
+ - fields wrapped at around 80 columns
+ - added myself to Uploaders
+ - added libio-string-perl to Build-Depends-Indep (Closes: #453923)
* debian/changelog:
- fixing incorrect first line (leading tab)
+ * debian/rules updated
+ * debian/dirs removed (passing arguments to dh_installdirs directly)
- [ Nelson A. de Oliveira ]
- * debian/control:
- - Removed the XS- prefix from Vcs-Browser and Vcs-Svn
- - Moved debhelper and quilt from Build-Depends-Indep to Build-Depends
+ -- David Paleino <d.paleino at gmail.com> Sun, 27 Jan 2008 17:39:05 +0100
- -- Nelson A. de Oliveira <naoliv at debian.org> Sat, 03 Nov 2007 20:00:10 -0200
-
bioperl (1.5.2.102-1) unstable; urgency=low
* Developer release.
Deleted: trunk/packages/bioperl/trunk/debian/dirs
===================================================================
--- trunk/packages/bioperl/trunk/debian/dirs 2008-01-27 10:24:07 UTC (rev 1201)
+++ trunk/packages/bioperl/trunk/debian/dirs 2008-01-27 17:00:35 UTC (rev 1202)
@@ -1 +0,0 @@
-usr/share/perl5
Modified: trunk/packages/bioperl/trunk/debian/rules
===================================================================
--- trunk/packages/bioperl/trunk/debian/rules 2008-01-27 10:24:07 UTC (rev 1201)
+++ trunk/packages/bioperl/trunk/debian/rules 2008-01-27 17:00:35 UTC (rev 1202)
@@ -7,28 +7,26 @@
dh_testdir
echo "n" | perl Makefile.PL INSTALLDIRS=vendor
$(MAKE) OPTIMIZE="-O2 -g -Wall"
- touch build-stamp
+ touch $@
clean: unpatch
dh_testdir
dh_testroot
- rm -f build-stamp install-stamp
- -if [ -f Makefile ]; then $(MAKE) realclean ; fi
- -rm -f biodatabases.pod biodesign.pod bioperl.pod bioscripts.pod
- -rm -f bioperl.conf
+ [ ! -f Makefile ] || $(MAKE) realclean
- dh_clean
+ dh_clean build-stamp install-stamp bioperl.conf biodatabases.pod \
+ biodesign.pod bioperl.pod bioscripts.pod
install: install-stamp
install-stamp: build
dh_testdir
dh_testroot
dh_clean -k
- dh_installdirs
+ dh_installdirs usr/share/perl5
# Add here commands to install the package into debian/bioperl.
- $(MAKE) install PREFIX=`pwd`/debian/bioperl/usr INSTALLMAN3DIR=`pwd`/debian/bioperl/usr/share/man/man3
+ $(MAKE) install PREFIX=$(CURDIR)/debian/bioperl/usr INSTALLMAN3DIR=$(CURDIR)/debian/bioperl/usr/share/man/man3
# rm -f debian/bioperl/usr/lib/perl5/*-linux/*/perllocal.pod
# rm -f debian/bioperl/usr/lib/perl/5.6.0/perllocal.pod
find debian/bioperl -type f -name .packlist | xargs rm -f
@@ -48,7 +46,7 @@
prename s/.pl$$// debian/bioperl/usr/bin/*pl
prename s/.pl.1p$$/.1p/ debian/bioperl/usr/share/man/man1/*1p
- touch install-stamp
+ touch $@
test: build
# Disabled for the moment as it tries to access internet.
More information about the debian-med-commit
mailing list