[DRE-commits] r5244 - trunk/libdataobjects-ruby/debian

Deepak Tripathi deepak-guest at alioth.debian.org
Fri May 7 20:31:24 UTC 2010


Author: deepak-guest
Date: 2010-05-07 20:31:24 +0000 (Fri, 07 May 2010)
New Revision: 5244

Removed:
   trunk/libdataobjects-ruby/debian/README.Debian-Source
   trunk/libdataobjects-ruby/debian/repack.sh
Modified:
   trunk/libdataobjects-ruby/debian/changelog
   trunk/libdataobjects-ruby/debian/copyright
   trunk/libdataobjects-ruby/debian/watch
Log:
New upstream release

Deleted: trunk/libdataobjects-ruby/debian/README.Debian-Source
===================================================================
--- trunk/libdataobjects-ruby/debian/README.Debian-Source	2010-05-07 20:09:27 UTC (rev 5243)
+++ trunk/libdataobjects-ruby/debian/README.Debian-Source	2010-05-07 20:31:24 UTC (rev 5244)
@@ -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, 13 Apr 2010 05:28:10 +0000
-
- 
\ No newline at end of file

Modified: trunk/libdataobjects-ruby/debian/changelog
===================================================================
--- trunk/libdataobjects-ruby/debian/changelog	2010-05-07 20:09:27 UTC (rev 5243)
+++ trunk/libdataobjects-ruby/debian/changelog	2010-05-07 20:31:24 UTC (rev 5244)
@@ -1,11 +1,16 @@
-libdataobjects-ruby (0.10.0-2) UNRELEASED; urgency=low
-	[Not Releasing]	
- 
-  * Coverted repack.sh from gem to tar.
-  
+libdataobjects-ruby (0.10.1-1) UNRELEASED; urgency=low
 
- -- Deepak Tripathi <root at debian>  Fri, 07 May 2010 03:30:58 +0000
+  * New upstream release
+  * debian/copyright
+     + update copyright info.
+     + update download location.
+  * debian/
+     + removed repack.sh and README.Debian-source.
+  * debian/watch
+     + update for new download source
 
+ -- Deepak Tripathi <apenguinlinux at gmail.com>  Sat, 08 May 2010 01:46:15 +0530
+
 libdataobjects-ruby (0.10.0-1) unstable; urgency=low
 
   * New upstream release.

Modified: trunk/libdataobjects-ruby/debian/copyright
===================================================================
--- trunk/libdataobjects-ruby/debian/copyright	2010-05-07 20:09:27 UTC (rev 5243)
+++ trunk/libdataobjects-ruby/debian/copyright	2010-05-07 20:31:24 UTC (rev 5244)
@@ -1,14 +1,14 @@
 This work was packaged for Debian by:
 
-    Deepak Tripathi <apenguinlinux at gmail.com> on Sun, 21 Feb 2010 17:11:15 +0000
+    Deepak Tripathi <apenguinlinux at gmail.com> on Sat, 08 May 2010 01:46:15 +0530
 
-It was downloaded from <URL:http://rubyforge.org/projects/dorb>
+It was downloaded from <URL:http://rubygems.org/gems/data_objects>
 
-Upstream Authors: Copyright (c) 2007, 2008, 2009 Yehuda Katz, Dirkjan Bussink
+Upstream Authors: Copyright (c) 2007-2010 Yehuda Katz, Dirkjan Bussink
 
 Copyright:
 
-  Copyright (c) 2007, 2008, 2009 Yehuda Katz, Dirkjan Bussink
+  Copyright (c) 2007-2010 Yehuda Katz, Dirkjan Bussink
 
   Permission is hereby granted, free of charge, to any person obtaining
   a copy of this software and associated documentation files (the

Deleted: trunk/libdataobjects-ruby/debian/repack.sh
===================================================================
--- trunk/libdataobjects-ruby/debian/repack.sh	2010-05-07 20:09:27 UTC (rev 5243)
+++ trunk/libdataobjects-ruby/debian/repack.sh	2010-05-07 20:31:24 UTC (rev 5244)
@@ -1,51 +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"
-if [ ! -d ../tarballs ]
-then
-    echo "*!* You need to create a ../tarballs directory for the repack"
-    echo "script to work on"
-    exit 1
-fi
-
-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"
-mv "$DIR/repacked.tar.gz" "../tarballs/$NEWPACK_DIR" 
-
-echo "*** $FILE repackaged"

Modified: trunk/libdataobjects-ruby/debian/watch
===================================================================
--- trunk/libdataobjects-ruby/debian/watch	2010-05-07 20:09:27 UTC (rev 5243)
+++ trunk/libdataobjects-ruby/debian/watch	2010-05-07 20:31:24 UTC (rev 5244)
@@ -1,5 +1,3 @@
 # format version number, currently 3; this line is compulsory!
 version=3
-
-http://rubyforge.org/frs/?group_id=4651&release_id=34564 \
- .*/data_objects-(.*)\.gem debian debian/repack.sh
+http://gemwatch.heroku.com/data_objects .*/data_objects-(.*).tar.gz




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