[Pkg-octave-commit] r2286 - qtoctave/trunk/debian

Rafael Laboissiere rafael at alioth.debian.org
Wed Jul 16 17:58:59 UTC 2008


Author: rafael
Date: 2008-07-16 17:58:59 +0000 (Wed, 16 Jul 2008)
New Revision: 2286

Added:
   qtoctave/trunk/debian/clean
Modified:
   qtoctave/trunk/debian/changelog
   qtoctave/trunk/debian/compat
   qtoctave/trunk/debian/control
   qtoctave/trunk/debian/rules
Log:
Use debian/clean file for deleting files and bump build-dependency on debhelper to >= 7.0.0


Modified: qtoctave/trunk/debian/changelog
===================================================================
--- qtoctave/trunk/debian/changelog	2008-07-16 17:56:34 UTC (rev 2285)
+++ qtoctave/trunk/debian/changelog	2008-07-16 17:58:59 UTC (rev 2286)
@@ -6,7 +6,10 @@
     with both cmake 2.4 and 2.6 (this should make the pacakge into
     testing, since hppa has only cmake 2.4)
   * debian/control: Bump Standards-Version to 3.8.0 (no changes needed)
-
+  * debian/clean, debian/rules, debian/control, debian/compat: Use
+    debian/clean file for deleting files and bump build-dependency on
+    debhelper to >= 7.0.0
+  
  -- Rafael Laboissiere <rafael at debian.org>  Wed, 16 Jul 2008 19:52:14 +0200
 
 qtoctave (0.7.4+dfsg-2) unstable; urgency=low

Added: qtoctave/trunk/debian/clean
===================================================================
--- qtoctave/trunk/debian/clean	                        (rev 0)
+++ qtoctave/trunk/debian/clean	2008-07-16 17:58:59 UTC (rev 2286)
@@ -0,0 +1 @@
+icons.tar

Modified: qtoctave/trunk/debian/compat
===================================================================
--- qtoctave/trunk/debian/compat	2008-07-16 17:56:34 UTC (rev 2285)
+++ qtoctave/trunk/debian/compat	2008-07-16 17:58:59 UTC (rev 2286)
@@ -1 +1 @@
-5
+7

Modified: qtoctave/trunk/debian/control
===================================================================
--- qtoctave/trunk/debian/control	2008-07-16 17:56:34 UTC (rev 2285)
+++ qtoctave/trunk/debian/control	2008-07-16 17:58:59 UTC (rev 2286)
@@ -6,7 +6,7 @@
  Rafael Laboissiere <rafael at debian.org>,
  Thomas Weber <thomas.weber.mail at gmail.com>
 DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 5.0.51), cdbs, cmake, sharutils,
+Build-Depends: debhelper (>= 7.0.0), cdbs, cmake, sharutils,
  libqt4-dev (>= 4.4.0~rc1-4), quilt
 Standards-Version: 3.8.0
 Homepage: http://qtoctave.wordpress.com/about/

Modified: qtoctave/trunk/debian/rules
===================================================================
--- qtoctave/trunk/debian/rules	2008-07-16 17:56:34 UTC (rev 2285)
+++ qtoctave/trunk/debian/rules	2008-07-16 17:58:59 UTC (rev 2286)
@@ -6,10 +6,6 @@
 include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 
 # include icons
-build/qtoctave:: 
+build/qtoctave::
 	uudecode < debian/icons.tar.uu
 	tar -xf icons.tar -C debian
-
-# clean icons
-clean::
-	rm -f icons.tar




More information about the Pkg-octave-commit mailing list