[DRE-commits] r3834 - packages-wip/passenger/trunk/debian

Micah Anderson micah at alioth.debian.org
Sat Jul 25 17:01:02 UTC 2009


Author: micah
Date: 2009-07-25 17:00:59 +0000 (Sat, 25 Jul 2009)
New Revision: 3834

Modified:
   packages-wip/passenger/trunk/debian/repack.sh
   packages-wip/passenger/trunk/debian/watch
Log:
fix tar command in the repack.sh

Modified: packages-wip/passenger/trunk/debian/repack.sh
===================================================================
--- packages-wip/passenger/trunk/debian/repack.sh	2009-07-25 16:41:07 UTC (rev 3833)
+++ packages-wip/passenger/trunk/debian/repack.sh	2009-07-25 17:00:59 UTC (rev 3834)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/sh -x
 # Repackage upstream source to exclude non-distributable files
 # should be called as "repack.sh --upstream-source <ver> <downloaded file>
 # (for example, via uscan)
@@ -20,7 +20,7 @@
 # Create an extra directory to cope with rootless tarballs
 UP_BASE="$DIR/unpack"
 mkdir "$UP_BASE"
-tar xjf "$FILE" -C "$UP_BASE"
+tar xzf "$FILE" -C "$UP_BASE"
 
 if [ `ls -1 "$UP_BASE" | wc -l` -eq 1 ]; then
 	# Tarball does contain a root directory

Modified: packages-wip/passenger/trunk/debian/watch
===================================================================
--- packages-wip/passenger/trunk/debian/watch	2009-07-25 16:41:07 UTC (rev 3833)
+++ packages-wip/passenger/trunk/debian/watch	2009-07-25 17:00:59 UTC (rev 3834)
@@ -1,2 +1,2 @@
 version=3
-http://rubyforge.org/frs/?group_id=5873 .*passenger-([\d.-]*)\.t.* debian sh debian/repack.sh
+http://rubyforge.org/frs/?group_id=5873 .*passenger-([\d.-]*)\.t.* debian debian/repack.sh




More information about the Pkg-ruby-extras-commits mailing list