[med-svn] r2275 - in trunk/packages/libtfbs-perl/trunk/debian: . patches
smoe-guest at alioth.debian.org
smoe-guest at alioth.debian.org
Mon Jul 21 13:11:25 UTC 2008
Author: smoe-guest
Date: 2008-07-21 13:11:24 +0000 (Mon, 21 Jul 2008)
New Revision: 2275
Modified:
trunk/packages/libtfbs-perl/trunk/debian/changelog
trunk/packages/libtfbs-perl/trunk/debian/patches/nomysqlserver.patch
trunk/packages/libtfbs-perl/trunk/debian/rules
Log:
Getting towards something uploadable.
Modified: trunk/packages/libtfbs-perl/trunk/debian/changelog
===================================================================
--- trunk/packages/libtfbs-perl/trunk/debian/changelog 2008-07-21 13:06:19 UTC (rev 2274)
+++ trunk/packages/libtfbs-perl/trunk/debian/changelog 2008-07-21 13:11:24 UTC (rev 2275)
@@ -1,4 +1,4 @@
-libtfbs-perl (0.5.0-1) unstable; urgency=low
+libtfbs-perl (0.5.svn.20080721-1) unstable; urgency=low
* Initial Release.
Modified: trunk/packages/libtfbs-perl/trunk/debian/patches/nomysqlserver.patch
===================================================================
--- trunk/packages/libtfbs-perl/trunk/debian/patches/nomysqlserver.patch 2008-07-21 13:06:19 UTC (rev 2274)
+++ trunk/packages/libtfbs-perl/trunk/debian/patches/nomysqlserver.patch 2008-07-21 13:11:24 UTC (rev 2275)
@@ -1,8 +1,8 @@
-Index: tfbs-0.5.0/Makefile.PL
+Index: libtfbs-0.5.svn.20080721/Makefile.PL
===================================================================
---- tfbs-0.5.0.orig/Makefile.PL 2008-07-18 18:13:33.000000000 +0200
-+++ tfbs-0.5.0/Makefile.PL 2008-07-18 18:14:02.000000000 +0200
-@@ -21,11 +21,6 @@
+--- libtfbs-0.5.svn.20080721.orig/Makefile.PL 2008-07-21 15:08:18.000000000 +0200
++++ libtfbs-0.5.svn.20080721/Makefile.PL 2008-07-21 15:08:24.000000000 +0200
+@@ -21,10 +21,6 @@
sub get_sql_data {
my $ans = "abc";
@@ -10,7 +10,6 @@
- print "Do you have write access to a MySQL database server? [n] ";
- $ans=<STDIN>; chomp $ans;
- } until $ans =~ /^y|n/i or $ans eq "";
--
+
if (uc(substr($ans,0,1)) eq 'Y') {
print "\nOK, tell me more about it.\n\n";
- print "\tHost name : [localhost] ";
Modified: trunk/packages/libtfbs-perl/trunk/debian/rules
===================================================================
--- trunk/packages/libtfbs-perl/trunk/debian/rules 2008-07-21 13:06:19 UTC (rev 2274)
+++ trunk/packages/libtfbs-perl/trunk/debian/rules 2008-07-21 13:11:24 UTC (rev 2275)
@@ -65,5 +65,12 @@
dh_md5sums
dh_builddeb
+get-orig-source:
+ v=0.5.svn.`date +"%Y%m%d"|tr -d '\n'` ; \
+ n=libtfbs ; \
+ svn co http://www.ii.uib.no/svn/lenhard/TFBS/ ../$$n-$$v ; \
+ cd ..; tar czvf $${n}_$${v}.tar.gz $$n-$$v
+
+
binary: binary-indep binary-arch
.PHONY: build clean binary-indep binary-arch binary install
More information about the debian-med-commit
mailing list