r76 - / unstable/rt73/trunk unstable/rt73/trunk/debian unstable/rt73/trunk/debian/tools
dexter at alioth.debian.org
dexter at alioth.debian.org
Mon Nov 5 16:52:39 UTC 2007
Author: dexter
Date: 2007-11-05 16:52:39 +0000 (Mon, 05 Nov 2007)
New Revision: 76
Added:
unstable/rt73/trunk/debian/README.DFSG
unstable/rt73/trunk/debian/tools/
unstable/rt73/trunk/debian/tools/update-orig.sh
unstable/rt73/trunk/rt73_1.0.3.6-cvs20071030-dfsg1.orig.tar.gz
Removed:
unstable/rt73/trunk/rt73_1.0.3.6-cvs20071030.orig.tar.gz
Modified:
/
unstable/rt73/trunk/debian/changelog
Log:
* New CVS snapshot with removed non-free binary firmware.
* The source file contains the tool for fetching the latest CVS snapshot.
Property changes on:
___________________________________________________________________
Name: svk:merge
- a768dc91-4809-499b-a2f1-8fca22b1f4b0:/local:79
+ a768dc91-4809-499b-a2f1-8fca22b1f4b0:/local:82
Added: unstable/rt73/trunk/debian/README.DFSG
===================================================================
--- unstable/rt73/trunk/debian/README.DFSG (rev 0)
+++ unstable/rt73/trunk/debian/README.DFSG 2007-11-05 16:52:39 UTC (rev 76)
@@ -0,0 +1,9 @@
+rt73 for DEBIAN
+---------------
+
+This upstream source archive was modified by Debian:
+
+ * The firmware file rt73.bin was removed.
+
+
+ -- Piotr Roszatycki <dexter at debian.org> Mon, 05 Nov 2007 17:37:28 +0100
Modified: unstable/rt73/trunk/debian/changelog
===================================================================
--- unstable/rt73/trunk/debian/changelog 2007-11-02 15:37:24 UTC (rev 75)
+++ unstable/rt73/trunk/debian/changelog 2007-11-05 16:52:39 UTC (rev 76)
@@ -1,13 +1,14 @@
-rt73 (1:1.0.3.6-cvs20071030-1) unstable; urgency=low
+rt73 (1:1.0.3.6-cvs20071030-dfsg1-1) unstable; urgency=low
- * New CVS snapshot.
+ * New CVS snapshot with removed non-free binary firmware.
* Maintaining by pkg-ralink Alioth project.
* Recommends: rt73-common
* The /lib/firmware/rt73.bin symlink is created with postinst script, so the
package won't conflict with rt73-firmware package.
* Do not blacklist other drivers by default.
+ * The source file contains the tool for fetching the latest CVS snapshot.
- -- Piotr Roszatycki <dexter at debian.org> Fri, 02 Nov 2007 16:02:51 +0100
+ -- Piotr Roszatycki <dexter at debian.org> Mon, 05 Nov 2007 17:51:06 +0100
rt73 (1:1.0.3.6-cvs20071013-1) unstable; urgency=low
Added: unstable/rt73/trunk/debian/tools/update-orig.sh
===================================================================
--- unstable/rt73/trunk/debian/tools/update-orig.sh (rev 0)
+++ unstable/rt73/trunk/debian/tools/update-orig.sh 2007-11-05 16:52:39 UTC (rev 76)
@@ -0,0 +1,63 @@
+#!/bin/sh
+
+# (c) 2000-2007 Piotr Roszatycki <dexter at debian.org> GPL
+
+# This utility downloads upstream's source and
+# generates source package
+
+set -e
+
+test -f changelog && cd ..
+
+test -f ../changelog && cd ../..
+
+test -f debian/changelog || die "cannot find root directory for source package"
+
+SRCNAME=rt73
+
+tmpdir=debsource-$SRCNAME
+
+debdir=`pwd`
+
+cd ..
+
+rm -rf $tmpdir
+mkdir $tmpdir
+
+cd $tmpdir
+
+echo "N: Downloading CVS snapshot..."
+
+cvs -z3 -d :pserver:anonymous at rt2400.cvs.sourceforge.net:/cvsroot/rt2400 co source/rt73
+
+cd source/rt73
+
+cvs up -dP
+
+upsrcver=`grep '^#define DRIVER_VERSION' Module/rt_config.h | sed 's/.*"\(.*\) CVS"/\1/'`
+upsrcdate=`cvs log | grep ^date: | sort | tail -n1 | sed 's/date: //; s/ .*//' | tr -d '/'`
+
+srcversion="$upsrcver-cvs$upsrcdate-dfsg1"
+srcdir=${SRCNAME}-`echo $srcversion | sed -e 's/.*://'`
+srcorig=${SRCNAME}_`echo $srcversion | sed -e 's/.*://'`.orig.tar.gz
+
+find -name CVS -print0 -o -name .cvsignore -print0 | xargs -0 rm -rf
+
+echo "N: Creating archive $srcorig..."
+
+cd ../..
+
+mv source/rt73 $srcdir
+
+rm -f $srcdir/Module/rt73.bin
+cp -a $debdir/debian/README.DFSG $srcdir
+
+chmod -R u=rwX,go=rX $srcdir
+
+tar zcf ../$srcorig $srcdir
+
+cd ..
+
+rm -rf $tmpdir
+
+echo "N: Done."
Property changes on: unstable/rt73/trunk/debian/tools/update-orig.sh
___________________________________________________________________
Name: svn:executable
+ *
Added: unstable/rt73/trunk/rt73_1.0.3.6-cvs20071030-dfsg1.orig.tar.gz
===================================================================
(Binary files differ)
Property changes on: unstable/rt73/trunk/rt73_1.0.3.6-cvs20071030-dfsg1.orig.tar.gz
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Deleted: unstable/rt73/trunk/rt73_1.0.3.6-cvs20071030.orig.tar.gz
===================================================================
(Binary files differ)
More information about the Pkg-ralink-commits
mailing list