[Pkg-octave-commit] r2265 - octave-forge-pkgs/octave-image/trunk/debian
Rafael Laboissiere
rafael at alioth.debian.org
Sat Jul 12 07:47:42 UTC 2008
Author: rafael
Date: 2008-07-12 07:47:42 +0000 (Sat, 12 Jul 2008)
New Revision: 2265
Added:
octave-forge-pkgs/octave-image/trunk/debian/clean
Modified:
octave-forge-pkgs/octave-image/trunk/debian/changelog
octave-forge-pkgs/octave-image/trunk/debian/compat
octave-forge-pkgs/octave-image/trunk/debian/control
octave-forge-pkgs/octave-image/trunk/debian/rules
Log:
Use debian/clean and bump build-dependency on debhelper to >= 7
Modified: octave-forge-pkgs/octave-image/trunk/debian/changelog
===================================================================
--- octave-forge-pkgs/octave-image/trunk/debian/changelog 2008-07-12 07:46:05 UTC (rev 2264)
+++ octave-forge-pkgs/octave-image/trunk/debian/changelog 2008-07-12 07:47:42 UTC (rev 2265)
@@ -1,7 +1,16 @@
+octave-image (1.0.6-3) UNRELEASED; urgency=low
+
+ * debian/rules: Use debian/clean instead of manually cleaning files
+ * debian/compat, debian/control: Bump build-dependency on debhelper to
+ >= 7.0.0, otherwise debian/clean is moot
+ * debian/clean: New file
+
+ -- Rafael Laboissiere <rafael at debian.org> Sat, 12 Jul 2008 09:46:53 +0200
+
octave-image (1.0.6-2) unstable; urgency=low
* Add OR relationship between graphicsmagick-imagemagick-compat and
- imagemagick (closes: #481399)
+ imagemagick (closes: #481399)
-- Thomas Weber <thomas.weber.mail at gmail.com> Fri, 16 May 2008 09:45:51 +0200
Added: octave-forge-pkgs/octave-image/trunk/debian/clean
===================================================================
--- octave-forge-pkgs/octave-image/trunk/debian/clean (rev 0)
+++ octave-forge-pkgs/octave-image/trunk/debian/clean 2008-07-12 07:47:42 UTC (rev 2265)
@@ -0,0 +1 @@
+src/Makeconf src/config.log src/config.status
Modified: octave-forge-pkgs/octave-image/trunk/debian/compat
===================================================================
--- octave-forge-pkgs/octave-image/trunk/debian/compat 2008-07-12 07:46:05 UTC (rev 2264)
+++ octave-forge-pkgs/octave-image/trunk/debian/compat 2008-07-12 07:47:42 UTC (rev 2265)
@@ -1 +1 @@
-6
+7
Modified: octave-forge-pkgs/octave-image/trunk/debian/control
===================================================================
--- octave-forge-pkgs/octave-image/trunk/debian/control 2008-07-12 07:46:05 UTC (rev 2264)
+++ octave-forge-pkgs/octave-image/trunk/debian/control 2008-07-12 07:47:42 UTC (rev 2265)
@@ -6,15 +6,15 @@
Thomas Weber <thomas.weber.mail at gmail.com>,
Rafael Laboissiere <rafael at debian.org>
DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 6), cdbs, octave-pkg-dev (>= 0.5.5), libpng12-dev, libjpeg62-dev
-Standards-Version: 3.7.3
+Build-Depends: debhelper (>= 7.0.0), cdbs, octave-pkg-dev (>= 0.5.5), libpng12-dev, libjpeg62-dev
+Standards-Version: 3.8.0
Homepage: http://octave.sourceforge.net/image
Vcs-Svn: svn://svn.debian.org/svn/pkg-octave/octave-forge-pkgs/octave-image/trunk
Vcs-Browser: http://svn.debian.org/wsvn/pkg-octave/octave-forge-pkgs/octave-image/
Package: octave-image
Architecture: any
-Depends: ${shlibs:Depends}, ${octave:Depends},
+Depends: ${shlibs:Depends}, ${octave:Depends},
graphicsmagick-imagemagick-compat | imagemagick
Description: image manipulation for Octave
This package provides functions for reading, writing, and processing
Modified: octave-forge-pkgs/octave-image/trunk/debian/rules
===================================================================
--- octave-forge-pkgs/octave-image/trunk/debian/rules 2008-07-12 07:46:05 UTC (rev 2264)
+++ octave-forge-pkgs/octave-image/trunk/debian/rules 2008-07-12 07:47:42 UTC (rev 2265)
@@ -2,6 +2,3 @@
# -*- makefile -*-
include /usr/share/cdbs/1/class/octave-pkg.mk
-
-clean::
- ( cd src ; rm -rf Makeconf config.log config.status )
More information about the Pkg-octave-commit
mailing list