[Pkg-cli-apps-commits] r4097 - in /packages/dfo/trunk/debian: changelog orig-tar.sh
twerner at users.alioth.debian.org
twerner at users.alioth.debian.org
Sun Aug 10 22:28:04 UTC 2008
Author: twerner
Date: Sun Aug 10 22:28:04 2008
New Revision: 4097
URL: http://svn.debian.org/wsvn/pkg-cli-apps/?sc=1&rev=4097
Log:
* new upstream version
* Remove FlickrNet.dll from orig tarball. (Closes: #494294)
Modified:
packages/dfo/trunk/debian/changelog
packages/dfo/trunk/debian/orig-tar.sh
Modified: packages/dfo/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/dfo/trunk/debian/changelog?rev=4097&op=diff
==============================================================================
--- packages/dfo/trunk/debian/changelog (original)
+++ packages/dfo/trunk/debian/changelog Sun Aug 10 22:28:04 2008
@@ -1,3 +1,10 @@
+dfo (0.7+svn51-1) unstable; urgency=low
+
+ * new upstream version
+ * Remove FlickrNet.dll from orig tarball. (Closes: #494294)
+
+ -- Torsten Werner <twerner at debian.org> Sun, 10 Aug 2008 23:41:37 +0200
+
dfo (0.7+svn45-4) unstable; urgency=low
* Move package to pkg-cli-apps svn
Modified: packages/dfo/trunk/debian/orig-tar.sh
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/dfo/trunk/debian/orig-tar.sh?rev=4097&op=diff
==============================================================================
--- packages/dfo/trunk/debian/orig-tar.sh (original)
+++ packages/dfo/trunk/debian/orig-tar.sh Sun Aug 10 22:28:04 2008
@@ -10,7 +10,7 @@
svn export -r $REVISION http://dfo.googlecode.com/svn/trunk $DIR
# clean up the upstream tarball
-tar -c -z -f $TAR $DIR
+tar -c -z -f $TAR --exclude *.dll $DIR
rm -rf $DIR
# move to directory 'tarballs'
More information about the Pkg-cli-apps-commits
mailing list