[Python-modules-commits] r22394 - in packages/gamera/trunk/debian (changelog control rules)
jwilk at users.alioth.debian.org
jwilk at users.alioth.debian.org
Sun Jul 1 13:06:37 UTC 2012
Date: Sunday, July 1, 2012 @ 13:06:35
Author: jwilk
Revision: 22394
Use rdfind instead of fdupes.
Modified:
packages/gamera/trunk/debian/changelog
packages/gamera/trunk/debian/control
packages/gamera/trunk/debian/rules
Modified: packages/gamera/trunk/debian/changelog
===================================================================
--- packages/gamera/trunk/debian/changelog 2012-06-30 20:55:57 UTC (rev 22393)
+++ packages/gamera/trunk/debian/changelog 2012-07-01 13:06:35 UTC (rev 22394)
@@ -1,8 +1,9 @@
gamera (3.3.3-2) UNRELEASED; urgency=low
* DEP-8 tests: use $ADTTMP.
+ * Use rdfind instead of fdupes (closes: #678254).
- -- Jakub Wilk <jwilk at debian.org> Wed, 27 Jun 2012 10:43:10 +0200
+ -- Jakub Wilk <jwilk at debian.org> Sun, 01 Jul 2012 14:34:47 +0200
gamera (3.3.3-1) unstable; urgency=low
Modified: packages/gamera/trunk/debian/control
===================================================================
--- packages/gamera/trunk/debian/control 2012-06-30 20:55:57 UTC (rev 22393)
+++ packages/gamera/trunk/debian/control 2012-07-01 13:06:35 UTC (rev 22394)
@@ -15,7 +15,7 @@
Build-Depends-Indep:
python-numpy, python-wxgtk2.8,
help2man, netpbm,
- python (>= 2.5), fdupes
+ python (>= 2.5), rdfind
XS-Python-Version: >= 2.4
Standards-Version: 3.9.3
Homepage: http://gamera.sourceforge.net/
Modified: packages/gamera/trunk/debian/rules
===================================================================
--- packages/gamera/trunk/debian/rules 2012-06-30 20:55:57 UTC (rev 22393)
+++ packages/gamera/trunk/debian/rules 2012-07-01 13:06:35 UTC (rev 22394)
@@ -78,7 +78,7 @@
ifneq ($(shell dh_listpackages | grep -x -F gamera-doc),)
cd debian/gamera-doc/usr/share/doc/gamera-doc/html/ && \
$(CURDIR)/debian/symlink-helper ../src/ . && \
- fdupes -r --linkhard .
+ rdfind -makehardlinks true -makeresultsfile false
endif
doc/manpage/gamera_gui.1: build/stamp
More information about the Python-modules-commits
mailing list