[Python-modules-commits] r12069 - in packages/namebench/branches/1.2/debian (4 files)
nomadium-guest at users.alioth.debian.org
nomadium-guest at users.alioth.debian.org
Tue Mar 2 01:22:25 UTC 2010
Date: Tuesday, March 2, 2010 @ 01:22:24
Author: nomadium-guest
Revision: 12069
* Document all changes for 1.2 release in changelog.
* Add new changes to upstream tarball in README.source and in orig-tar.sh.
* Update watch file.
Modified:
packages/namebench/branches/1.2/debian/README.source
packages/namebench/branches/1.2/debian/changelog
packages/namebench/branches/1.2/debian/orig-tar.sh
packages/namebench/branches/1.2/debian/watch
Modified: packages/namebench/branches/1.2/debian/README.source
===================================================================
--- packages/namebench/branches/1.2/debian/README.source 2010-03-01 23:35:08 UTC (rev 12068)
+++ packages/namebench/branches/1.2/debian/README.source 2010-03-02 01:22:24 UTC (rev 12069)
@@ -11,4 +11,7 @@
on Mac OS X. Also, this folder contains an unlicensed, undistributable,
and unmodifieable file (cocoa/main.m).
- -- Miguel Landaeta <miguel at miguel.cc> Wed, 27 Jan 2010 19:46:02 -0430
+ * Directory namebench-28935 has been removed since it contained another
+ copy of the source dir.
+
+ -- Miguel Landaeta <miguel at miguel.cc> Mon, 01 Mar 2010 19:14:54 -0430
Modified: packages/namebench/branches/1.2/debian/changelog
===================================================================
--- packages/namebench/branches/1.2/debian/changelog 2010-03-01 23:35:08 UTC (rev 12068)
+++ packages/namebench/branches/1.2/debian/changelog 2010-03-02 01:22:24 UTC (rev 12069)
@@ -1,8 +1,12 @@
-namebench (1.2-RC2+dfsg-1) unstable; urgency=low
+namebench (1.2+dfsg-1) unstable; urgency=low
* New upstream release.
+ * Updated watch file and added debian/orig-tar.sh.
+ * debian/rules: Added get-orig-source target.
+ * Update years in copyright file.
+ * Configuration files are now installed in /etc/namebench directory.
- -- Miguel Landaeta <miguel at miguel.cc> Sun, 28 Feb 2010 16:44:30 -0430
+ -- Miguel Landaeta <miguel at miguel.cc> Mon, 01 Mar 2010 20:45:19 -0430
namebench (1.1+dfsg-2) unstable; urgency=low
Modified: packages/namebench/branches/1.2/debian/orig-tar.sh
===================================================================
--- packages/namebench/branches/1.2/debian/orig-tar.sh 2010-03-01 23:35:08 UTC (rev 12068)
+++ packages/namebench/branches/1.2/debian/orig-tar.sh 2010-03-02 01:22:24 UTC (rev 12069)
@@ -11,5 +11,6 @@
# clean up the upstream tarball
tar -zxvf $3 && mv $package-$2 $DIR
-GZIP=--best tar -c -z -f $TAR --exclude 'cocoa' --exclude 'third_party' $DIR
+GZIP=--best tar -c -z -f $TAR --exclude 'cocoa' --exclude 'third_party' \
+ --exclude namebench-28935 $DIR
rm -rf $3 $DIR
Modified: packages/namebench/branches/1.2/debian/watch
===================================================================
--- packages/namebench/branches/1.2/debian/watch 2010-03-01 23:35:08 UTC (rev 12068)
+++ packages/namebench/branches/1.2/debian/watch 2010-03-02 01:22:24 UTC (rev 12069)
@@ -1,4 +1,4 @@
version=3
opts=dversionmangle=s/\+dfsg// \
http://code.google.com/p/namebench/downloads/list \
-http://namebench.googlecode.com/files/namebench-(.*)\.tgz debian debian/orig-tar.sh
+http://namebench.googlecode.com/files/namebench-(.*)-source\.tgz debian debian/orig-tar.sh
More information about the Python-modules-commits
mailing list