r58200 - in /trunk/jifty/debian: changelog rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Fri May 21 19:06:16 UTC 2010


Author: gregoa
Date: Fri May 21 19:06:03 2010
New Revision: 58200

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=58200
Log:
debian/rules: fix bashism, thanks to Raphael Geissert for the bug report
(closes: #581468).

Modified:
    trunk/jifty/debian/changelog
    trunk/jifty/debian/rules

Modified: trunk/jifty/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/jifty/debian/changelog?rev=58200&op=diff
==============================================================================
--- trunk/jifty/debian/changelog (original)
+++ trunk/jifty/debian/changelog Fri May 21 19:06:03 2010
@@ -1,3 +1,10 @@
+jifty (0.91117-2) UNRELEASED; urgency=low
+
+  * debian/rules: fix bashism, thanks to Raphael Geissert for the bug report
+    (closes: #581468).
+
+ -- gregor herrmann <gregoa at debian.org>  Fri, 21 May 2010 21:05:17 +0200
+
 jifty (0.91117-1) unstable; urgency=low
 
   [ AGOSTINI Yves ]

Modified: trunk/jifty/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/jifty/debian/rules?rev=58200&op=diff
==============================================================================
--- trunk/jifty/debian/rules (original)
+++ trunk/jifty/debian/rules Fri May 21 19:06:03 2010
@@ -16,10 +16,17 @@
 
 override_dh_install:
 	dh_install -pjifty debian/tmp/usr/share/perl5/Jifty/Manual/Tutorial* usr/share/perl5/Jifty/Manual/
-	dh_install -plibjifty-perl -XManual/Tutorial \
-                -Xprototypism/scriptaculous -Xjs/jquery-1.2.6.js \
-		-Xyui/{container,dom,event,menu,tabview,yahoo}.js \
-                -Xprototype.js debian/tmp/*
+	dh_install -plibjifty-perl \
+		-XManual/Tutorial \
+        -Xprototypism/scriptaculous \
+        -Xjs/jquery-1.2.6.js \
+		-Xyui/container.js \
+		-Xyui/dom.js \
+		-Xyui/event.js \
+		-Xyui/menu.js \
+		-Xyui/tabview.js \
+		-Xyui/yahoo.js \
+        -Xprototype.js debian/tmp/*
 
 override_dh_fixperms:
 	dh_fixperms




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