r43826 - in /packages/opencv/trunk/debian: changelog rules
iwamatsu at users.alioth.debian.org
iwamatsu at users.alioth.debian.org
Thu Aug 25 05:04:50 UTC 2011
Author: iwamatsu
Date: Thu Aug 25 05:04:50 2011
New Revision: 43826
URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=43826
Log:
Update debian/changelog
Modified:
packages/opencv/trunk/debian/changelog
packages/opencv/trunk/debian/rules
Modified: packages/opencv/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/opencv/trunk/debian/changelog?rev=43826&op=diff
==============================================================================
--- packages/opencv/trunk/debian/changelog (original)
+++ packages/opencv/trunk/debian/changelog Thu Aug 25 05:04:50 2011
@@ -1,8 +1,20 @@
opencv (2.3.1-0exp1) experimental; urgency=low
* New upstream release.
-
- -- Nobuhiro Iwamatsu <iwamatsu at debian.org> Wed, 24 Aug 2011 12:12:14 +0900
+ * Update debian/control.
+ - Fix uses hardcoded list of non-Linux architectures in debian/control.
+ (Closes: #634365)
+ * Add lintian overrides files.
+ * Update install files.
+ * Update and remove some patches.
+ - Update patches/0005-build-static-libs.patch.
+ - Update patches/0007-typos-in-strings-docs.patch.
+ - Update patches/0011_optimize_i486.patch.
+ - Remove patches/0001-fix_3rdparty_build.patch.
+ - Remove patches/0006-typos-in-license.patch.
+ - Remove patches/0012_cvcap_ffmpeg_fix_compile_against_libav0.7.patch.
+
+ -- Nobuhiro Iwamatsu <iwamatsu at debian.org> Thu, 25 Aug 2011 12:04:49 +0900
opencv (2.3.0-0exp4) experimental; urgency=low
Modified: packages/opencv/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/opencv/trunk/debian/rules?rev=43826&op=diff
==============================================================================
--- packages/opencv/trunk/debian/rules (original)
+++ packages/opencv/trunk/debian/rules Thu Aug 25 05:04:50 2011
@@ -71,7 +71,7 @@
override_dh_install:
-rm --verbose -rf debian/tmp/usr/share/opencv/samples/octave # just in case
-rm --verbose -f debian/tmp/usr/share/opencv/samples/c/cvsample.dsp
- -rm --verbose -f debian/tmp/usr/share/opencv/doc/license.txt
+ -rm --verbose -f debian/tmp/usr/share/OpenCV/doc/license.txt
chmod --verbose +x debian/tmp/usr/share/opencv/samples/c/build_all.sh
for f in $$(ls obj-*/lib/libopencv_*_s.a); do \
cp --verbose --preserve=mode $$f debian/tmp/usr/lib/$$(basename $$f _s.a).a; done
More information about the debian-science-commits
mailing list