[Pkg-scicomp-devel] opencv/trunk/debian

Sam Hocevar sam at zoy.org
Mon Mar 10 16:41:50 UTC 2008


SVN commit 2250 by sho:

  * debian/rules:
    + Don't ignore make distclean errors.

  * debian/control:
    + Set policy to 3.7.3.
    + Use Vcs-Svn: instead of XS-Vcs-Svn: fields.


 M  +5 -2      opencv/trunk/debian/changelog  
 M  +3 -3      opencv/trunk/debian/control  
 M  +1 -1      opencv/trunk/debian/rules  


--- opencv/trunk/debian/changelog #2249:2250
@@ -2,13 +2,16 @@
 
   * debian/rules:
     + Support CONCURRENCY_LEVEL.
+    + Don't ignore make distclean errors.
 
   * debian/control:
     + Add ${shlibs:Depends} to -dev packages, to get a proper dependency
       when these packages ship binaries.
-    + Use ${source:Version} instead of ${Source-Version}.
+    + Use ${source:Version} instead of ${Source-Version} (Closes: 430726).
+    + Set policy to 3.7.3.
+    + Use Vcs-Svn: instead of XS-Vcs-Svn: fields.
 
- -- Sam Hocevar (Debian packages) <sam+deb at zoy.org>  Mon, 10 Mar 2008 15:28:47 +0000
+ -- Sam Hocevar (Debian packages) <sam+deb at zoy.org>  Mon, 10 Mar 2008 16:41:05 +0000
 
 opencv (1.0.0-3) unstable; urgency=low
 
--- opencv/trunk/debian/control #2249:2250
@@ -4,9 +4,9 @@
 Maintainer: Debian Scientific Computing Team <pkg-scicomp-devel at lists.alioth.debian.org>
 Uploaders: Sam Hocevar (Debian packages) <sam+deb at zoy.org>
 Build-Depends: debhelper (>= 5.0), quilt, libjpeg62-dev, zlib1g-dev, libpng12-dev, libtiff4-dev, libraw1394-dev, libdc1394-13-dev, libgtk2.0-dev, libavcodec-dev (>= 0.cvs20060329), libavformat-dev, python-dev, swig, python-support (>= 0.4.1)
-Standards-Version: 3.7.2
-XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-scicomp/opencv/
-XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-scicomp/opencv/
+Standards-Version: 3.7.3
+Vcs-Svn: svn://svn.debian.org/svn/pkg-scicomp/opencv/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-scicomp/opencv/
 
 Package: opencv-doc
 Section: doc
--- opencv/trunk/debian/rules #2249:2250
@@ -46,7 +46,7 @@
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp 
-	-$(MAKE) distclean
+	[ ! -f Makefile ] || $(MAKE) distclean
 	rm -f tests/cv/src/lt-cvtest.lst tests/cv/src/lt-cvtest.sum
 	QUILT_PATCHES=debian/patches quilt pop -a -R || test $$? = 2
 	dh_clean 



More information about the Pkg-scicomp-devel mailing list