tags 494294 + patch
thanks

Hi,

On Fri, Aug 8, 2008 at 12:08 PM, Jo Shields <[EMAIL PROTECTED]> wrote:
> Shipping binary-only copies of libraries violates §2 of the Debian Free
> Software Guidelines [0]. Also, binary-only distribution makes security
> support impossible. Thus I am filing a Serious bug.

the attached patch switches to the current upstream version and
removes the FlickrNet.dll file from the tarball when downloading it
with

  debian/rules get-orig-source

Cheers,
Torsten

-- 
http://twerner.blogspot.com
Index: debian/changelog
===================================================================
--- debian/changelog	(Revision 4096)
+++ debian/changelog	(Arbeitskopie)
@@ -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 <[EMAIL PROTECTED]>  Sun, 10 Aug 2008 23:41:37 +0200
+
 dfo (0.7+svn45-4) unstable; urgency=low
 
   * Move package to pkg-cli-apps svn
Index: debian/orig-tar.sh
===================================================================
--- debian/orig-tar.sh	(Revision 4096)
+++ debian/orig-tar.sh	(Arbeitskopie)
@@ -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'

Reply via email to