r46452 - in /packages/cimg/trunk/debian: changelog copyright rules
tille at users.alioth.debian.org
tille at users.alioth.debian.org
Wed Jan 15 13:01:50 UTC 2014
Author: tille
Date: Wed Jan 15 13:01:49 2014
New Revision: 46452
URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=46452
Log:
Exclude non-free image file (revert change to xz comporession in d/rules since it is default anyway)
Modified:
packages/cimg/trunk/debian/changelog
packages/cimg/trunk/debian/copyright
packages/cimg/trunk/debian/rules
Modified: packages/cimg/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/cimg/trunk/debian/changelog?rev=46452&op=diff
==============================================================================
--- packages/cimg/trunk/debian/changelog (original)
+++ packages/cimg/trunk/debian/changelog Wed Jan 15 13:01:49 2014
@@ -1,8 +1,9 @@
-cimg (1.5.6-2) UNRELEASED; urgency=low
-
- * debian/rules: Use xz compression
-
- -- Andreas Tille <tille at debian.org> Sat, 27 Jul 2013 22:56:23 +0200
+cimg (1.5.7+dfsg-1) UNRELEASED; urgency=low
+
+ * debian/copyright: Exclude non-free image file
+ Closes: #735342
+
+ -- Andreas Tille <tille at debian.org> Wed, 15 Jan 2014 14:03:50 +0100
cimg (1.5.6-1) unstable; urgency=low
Modified: packages/cimg/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/debian-science/packages/cimg/trunk/debian/copyright?rev=46452&op=diff
==============================================================================
--- packages/cimg/trunk/debian/copyright (original)
+++ packages/cimg/trunk/debian/copyright Wed Jan 15 13:01:49 2014
@@ -2,6 +2,7 @@
Upstream-Name: CImg
Upstream-Contact: David Tschumperlé <David.Tschumperle at greyc.ensicaen.fr>
Source: http://cimg.sourceforge.net/download.shtml
+Files-Excluded: html/img/project-support.jpg
Files: debian/*
Copyright: © 2004-2007 Sam Hocevar <sam at zoy.org>
Modified: packages/cimg/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/cimg/trunk/debian/rules?rev=46452&op=diff
==============================================================================
--- packages/cimg/trunk/debian/rules (original)
+++ packages/cimg/trunk/debian/rules Wed Jan 15 13:01:49 2014
@@ -47,8 +47,5 @@
-cd examples && $(MAKE) clean
dh_clean
-override_dh_builddeb:
- dh_builddeb -- -Z xz
-
get-orig-source:
uscan --verbose --rename --repack --force-download --repack-compression xz
More information about the debian-science-commits
mailing list