r7822 - in /dvb/w-scan/trunk/debian: changelog control repack-upstream.sh watch

tiber-guest at users.alioth.debian.org tiber-guest at users.alioth.debian.org
Sun May 24 17:08:43 UTC 2009


Author: tiber-guest
Date: Sun May 24 17:08:43 2009
New Revision: 7822

URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/?sc=1&rev=7822
Log:
* Updated package description (Closes: #529591)
* Added repack-upstream.sh script, which will strip the precompiled binary
  from the tarball and will be called from uscan

Added:
    dvb/w-scan/trunk/debian/repack-upstream.sh
Modified:
    dvb/w-scan/trunk/debian/changelog
    dvb/w-scan/trunk/debian/control
    dvb/w-scan/trunk/debian/watch

Modified: dvb/w-scan/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/dvb/w-scan/trunk/debian/changelog?rev=7822&op=diff
==============================================================================
--- dvb/w-scan/trunk/debian/changelog (original)
+++ dvb/w-scan/trunk/debian/changelog Sun May 24 17:08:43 2009
@@ -1,3 +1,11 @@
+w-scan (20090516-2) experimental; urgency=low
+
+  * Updated package description (Closes: #529591)
+  * Added repack-upstream.sh script, which will strip the precompiled binary
+    from the tarball and will be called from uscan
+
+ -- Tobias Grimm <etobi at debian.org>  Sun, 24 May 2009 19:08:22 +0200
+
 w-scan (20090516-1) experimental; urgency=low
 
   * New upstream release (Closes: #528583)

Modified: dvb/w-scan/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/dvb/w-scan/trunk/debian/control?rev=7822&op=diff
==============================================================================
--- dvb/w-scan/trunk/debian/control (original)
+++ dvb/w-scan/trunk/debian/control Sun May 24 17:08:43 2009
@@ -10,11 +10,12 @@
 Package: w-scan
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: Scans for DVB-T and DVB-C channels
- w-scan scans for DVB-T and DVB-C channels and creates a channels.conf,
- that can be used directly by the Linux Video Disc Recorder VDR.
+Description: Channel scanning tool for for DVB and ATSC channels
+ w-scan scans for DVB-S/S2, DVB-T, DVB-C and ATSC channels and creates a
+ channels.conf, that can be used directly by the Linux Video Disc Recorder VDR.
  It is also possible to output channels in a format readable by the
- czap/tzap tools provided by linuxtv-dvb-zap, xine, totem or me-tv.
+ czap/tzap tools provided by linuxtv-dvb-zap, xine, totem, kaffeine or me-tv.
  .
  Unlike the scan utility in linuxtv-dvb-apps, there is no need to specify
- an initial transponder. DVB-S is not supported.
+ an initial transponder and w-scan automatically detects the DVB or ATSC
+ card to be used.

Added: dvb/w-scan/trunk/debian/repack-upstream.sh
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/dvb/w-scan/trunk/debian/repack-upstream.sh?rev=7822&op=file
==============================================================================
--- dvb/w-scan/trunk/debian/repack-upstream.sh (added)
+++ dvb/w-scan/trunk/debian/repack-upstream.sh Sun May 24 17:08:43 2009
@@ -1,0 +1,33 @@
+#
+# This script will be called by uscan and will remove the precompiled
+# binary from the upstream tarball
+#
+
+# Parse parameters passed by uscan;
+while [ $# -ge 1 ]; do
+    case $1 in
+      --upstream-version)
+          shift
+          UPSTREAM_VERSION="$1"
+          ;;
+      --)
+          shift
+          ;;
+      *)
+          TARBALL="$1"
+          ;;
+    esac
+    shift
+done
+
+echo "Extracting tarball..."
+tar -xjf "$TARBALL"
+
+echo "Stripping precompiled binary..."
+rm w_scan-$UPSTREAM_VERSION/w_scan
+
+echo "Repacking tarball..."
+tar -czf "`dirname $TARBALL`/w-scan_$UPSTREAM_VERSION.orig.tar.gz" "w_scan-$UPSTREAM_VERSION"
+
+echo "Cleanup..."
+rm -rf w_scan-$UPSTREAM_VERSION

Modified: dvb/w-scan/trunk/debian/watch
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/dvb/w-scan/trunk/debian/watch?rev=7822&op=diff
==============================================================================
--- dvb/w-scan/trunk/debian/watch (original)
+++ dvb/w-scan/trunk/debian/watch Sun May 24 17:08:43 2009
@@ -1,3 +1,3 @@
 version=3
 
-http://wirbel.htpc-forum.de/w_scan/index2.html w_scan-(.*).tar.bz2
+http://wirbel.htpc-forum.de/w_scan/index2.html w_scan-(.*).tar.bz2 debian /bin/sh debian/repack-upstream.sh




More information about the pkg-vdr-dvb-changes mailing list