[DRE-commits] r5265 - trunk/libdataobjects-postgres-ruby/debian

Deepak Tripathi deepak-guest at alioth.debian.org
Mon May 10 08:49:33 UTC 2010


Author: deepak-guest
Date: 2010-05-10 08:49:31 +0000 (Mon, 10 May 2010)
New Revision: 5265

Removed:
   trunk/libdataobjects-postgres-ruby/debian/README.Debian-Source
   trunk/libdataobjects-postgres-ruby/debian/repack.sh
Modified:
   trunk/libdataobjects-postgres-ruby/debian/changelog
Log:
updated changelog

Deleted: trunk/libdataobjects-postgres-ruby/debian/README.Debian-Source
===================================================================
--- trunk/libdataobjects-postgres-ruby/debian/README.Debian-Source	2010-05-10 08:48:36 UTC (rev 5264)
+++ trunk/libdataobjects-postgres-ruby/debian/README.Debian-Source	2010-05-10 08:49:31 UTC (rev 5265)
@@ -1,6 +0,0 @@
- Upstream does not provide tarball. Therefore the repack.sh file
- runs to produce the orig.tar.gz.
-
- -- Deepak Tripathi <apenguinlinux at gmail.com> Tue, 30 Apr 2010 05:28:10 +0000
-
- 

Modified: trunk/libdataobjects-postgres-ruby/debian/changelog
===================================================================
--- trunk/libdataobjects-postgres-ruby/debian/changelog	2010-05-10 08:48:36 UTC (rev 5264)
+++ trunk/libdataobjects-postgres-ruby/debian/changelog	2010-05-10 08:49:31 UTC (rev 5265)
@@ -1,19 +1,19 @@
-libdataobjects-postgres-ruby (0.10.0-1) unstable; urgency=low
+libdataobjects-postgres-ruby (0.10.1-1) unstable; urgency=low
 
   * New upstream release.
-  * Taking over from Sebestien.
-  * Keeping under pkg-ruby-extras group.
-  * Added Homepage and Vcs-* entry
-  		+ Changes in debian/control
   * Bumped standard version
   * Update debian/copyright
   * Added debian/source/format
   * Modified debian/watch for .gem
-  * Added README.Debian-source and repack.sh
   * Ported to ruby1.9.1
-  
- -- Deepak Tripathi <apenguinlinux at gmail.com>  Tue, 30 Apr 2010 05:28:10 +0000
+  * debian/control
+     + added DM-Upload field.
+     + added Homepage and Vcs-* entry
+     + keeping under pkg-ruby-extras group. 
+     + taking over from Sebestien.
 
+ -- Deepak Tripathi <apenguinlinux at gmail.com>  Mon, 10 May 2010 08:38:19 +0000  
+
 libdataobjects-postgres-ruby (0.9.11-1) unstable; urgency=low
 
   * New upstream release.

Deleted: trunk/libdataobjects-postgres-ruby/debian/repack.sh
===================================================================
--- trunk/libdataobjects-postgres-ruby/debian/repack.sh	2010-05-10 08:48:36 UTC (rev 5264)
+++ trunk/libdataobjects-postgres-ruby/debian/repack.sh	2010-05-10 08:49:31 UTC (rev 5265)
@@ -1,46 +0,0 @@
-#!/bin/sh
-# Repackage upstream source to exclude non-distributable files
-# should be called as "repack.sh --upstream-source <ver> <downloaded file>
-# (for example, via uscan)
-
-set -e
-set -u
-
-VER="$2"
-FILE="$3"
-PKG=`dpkg-parsechangelog|grep ^Source:|sed 's/^Source: //'`
-
-REPACK_DIR="$PKG-$VER.orig" 
-NEWPACK_DIR="$PKG"_"$VER.orig.tar.gz" 
-
-echo -e "\nRepackaging $FILE\n"
-
-DIR=`mktemp -d ./tmpRepackXXXXXX`
-trap "rm -rf \"$DIR\"" QUIT INT EXIT
-
-# Create an extra directory to cope with rootless tarballs
-UP_BASE="$DIR/unpack"
-RAW_DATA="$DIR/raw"
-mkdir "$UP_BASE"
-mkdir "$RAW_DATA"
-tar xfm "$FILE" -C "$RAW_DATA" && tar mxzf "$RAW_DATA/data.tar.gz" -C "$UP_BASE"
-
-
-if [ `ls -1 "$UP_BASE" | wc -l` -eq 1 ]; then
-# Tarball does contain a root directory
-UP_BASE="$UP_BASE/`ls -1 "$UP_BASE"`"
-fi
-
-## Change permissions, otherwise dpkg-source -x fails
-chmod 755 "$UP_BASE"
-## End
-
-mv "$UP_BASE" "$DIR/$REPACK_DIR"
-
-# Using a pipe hides tar errors!
-tar cfC "$DIR/repacked.tar" "$DIR" "$REPACK_DIR"
-gzip -9 < "$DIR/repacked.tar" > "$DIR/repacked.tar.gz"
-mkdir -p ../tarballs
-mv "$DIR/repacked.tar.gz" "../tarballs/$NEWPACK_DIR" 
-
-echo "*** $FILE repackaged"




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