r1676 - packages/libtk-gbarr-perl/trunk/debian

Niko Tyni ntyni-guest at costa.debian.org
Sat Dec 17 12:48:47 UTC 2005


Author: ntyni-guest
Date: 2005-12-17 12:48:46 +0000 (Sat, 17 Dec 2005)
New Revision: 1676

Modified:
   packages/libtk-gbarr-perl/trunk/debian/changelog
   packages/libtk-gbarr-perl/trunk/debian/control
   packages/libtk-gbarr-perl/trunk/debian/rules
Log:
Fixed FTBFS due to changed mv behaviour.


Modified: packages/libtk-gbarr-perl/trunk/debian/changelog
===================================================================
--- packages/libtk-gbarr-perl/trunk/debian/changelog	2005-12-17 02:30:48 UTC (rev 1675)
+++ packages/libtk-gbarr-perl/trunk/debian/changelog	2005-12-17 12:48:46 UTC (rev 1676)
@@ -1,3 +1,9 @@
+libtk-gbarr-perl (2.06-2) unstable; urgency=low
+
+  * Fixed FTBFS due to changed mv behaviour. (Closes: #339869)
+
+ -- Niko Tyni <ntyni at iki.fi>  Sat, 17 Dec 2005 14:45:15 +0200
+
 libtk-gbarr-perl (2.06-1) unstable; urgency=low
 
   * Initial Release (Closes: #304287)

Modified: packages/libtk-gbarr-perl/trunk/debian/control
===================================================================
--- packages/libtk-gbarr-perl/trunk/debian/control	2005-12-17 02:30:48 UTC (rev 1675)
+++ packages/libtk-gbarr-perl/trunk/debian/control	2005-12-17 12:48:46 UTC (rev 1676)
@@ -2,7 +2,7 @@
 Section: perl
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Carlo Segre <segre at iit.edu>, Gustavo Franco <stratus at debian.org>
+Uploaders: Carlo Segre <segre at iit.edu>, Gustavo Franco <stratus at debian.org>, Niko Tyni <ntyni at iki.fi>
 Build-Depends-Indep: debhelper (>= 4.0.0), perl
 Standards-Version: 3.6.2
 

Modified: packages/libtk-gbarr-perl/trunk/debian/rules
===================================================================
--- packages/libtk-gbarr-perl/trunk/debian/rules	2005-12-17 02:30:48 UTC (rev 1675)
+++ packages/libtk-gbarr-perl/trunk/debian/rules	2005-12-17 12:48:46 UTC (rev 1676)
@@ -34,7 +34,7 @@
 	dh_installdirs
 	$(MAKE) PREFIX=$(debtmp)/usr install
 
-	mv $(debtmp)/usr/lib/perl5/Tk/ $(debtmp)/usr/share/perl5/Tk/
+	mv $(debtmp)/usr/lib/perl5/Tk $(debtmp)/usr/share/perl5/Tk
 
 	#As this is a architecture independent package, we are not supposed to install
 	#stuff to /usr/lib. MakeMaker creates the dirs, we delete them from the deb:




More information about the Pkg-perl-cvs-commits mailing list