[Pkg-cyrus-sasl2-commits] r459 - in /cyrus-sasl-2.1: branches/heimdal/debian/repack.sh trunk/debian/repack.sh
    fabbe at users.alioth.debian.org 
    fabbe at users.alioth.debian.org
       
    Sun May 24 13:51:57 UTC 2009
    
    
  
Author: fabbe
Date: Sun May 24 13:51:57 2009
New Revision: 459
URL: http://svn.debian.org/wsvn/pkg-cyrus-sasl2/?sc=1&rev=459
Log:
Fix repack.sh.
Modified:
    cyrus-sasl-2.1/branches/heimdal/debian/repack.sh
    cyrus-sasl-2.1/trunk/debian/repack.sh
Modified: cyrus-sasl-2.1/branches/heimdal/debian/repack.sh
URL: http://svn.debian.org/wsvn/pkg-cyrus-sasl2/cyrus-sasl-2.1/branches/heimdal/debian/repack.sh?rev=459&op=diff
==============================================================================
--- cyrus-sasl-2.1/branches/heimdal/debian/repack.sh (original)
+++ cyrus-sasl-2.1/branches/heimdal/debian/repack.sh Sun May 24 13:51:57 2009
@@ -24,8 +24,8 @@
 orig_file_path=`readlink --canonicalize $OPT_FILE`
 upstream_directory=`ls -1 $TMPDIR | head -1`
 package_name=`dpkg-parsechangelog | sed -n 's/^Source: //p'`
-dfsg_directory=$package_name-$OPT_VERSION.dfsg1
-dfsg_file_path=`dirname $orig_file_path`/$dfsg_directory.tar.gz
+dfsg_directory=${package_name}_${OPT_VERSION}.dfsg1
+dfsg_file_path=`dirname $orig_file_path`/$dfsg_directory.orig.tar.gz
 
 # Use a subshell to remove the non-dfsg-free files
 (
Modified: cyrus-sasl-2.1/trunk/debian/repack.sh
URL: http://svn.debian.org/wsvn/pkg-cyrus-sasl2/cyrus-sasl-2.1/trunk/debian/repack.sh?rev=459&op=diff
==============================================================================
--- cyrus-sasl-2.1/trunk/debian/repack.sh (original)
+++ cyrus-sasl-2.1/trunk/debian/repack.sh Sun May 24 13:51:57 2009
@@ -24,8 +24,8 @@
 orig_file_path=`readlink --canonicalize $OPT_FILE`
 upstream_directory=`ls -1 $TMPDIR | head -1`
 package_name=`dpkg-parsechangelog | sed -n 's/^Source: //p'`
-dfsg_directory=$package_name-$OPT_VERSION.dfsg1
-dfsg_file_path=`dirname $orig_file_path`/$dfsg_directory.tar.gz
+dfsg_directory=${package_name}_${OPT_VERSION}.dfsg1
+dfsg_file_path=`dirname $orig_file_path`/$dfsg_directory.orig.tar.gz
 
 # Use a subshell to remove the non-dfsg-free files
 (
    
    
More information about the Pkg-cyrus-sasl2-commits
mailing list