[Pkg-octave-commit] r1650 - qtoctave/trunk/debian
Rafael Laboissiere
rafael at alioth.debian.org
Sun Apr 13 13:25:32 UTC 2008
Author: rafael
Date: 2008-04-13 13:25:32 +0000 (Sun, 13 Apr 2008)
New Revision: 1650
Modified:
qtoctave/trunk/debian/changelog
qtoctave/trunk/debian/control
qtoctave/trunk/debian/rules
Log:
Use quilt for managing patches
Modified: qtoctave/trunk/debian/changelog
===================================================================
--- qtoctave/trunk/debian/changelog 2008-04-13 13:07:02 UTC (rev 1649)
+++ qtoctave/trunk/debian/changelog 2008-04-13 13:25:32 UTC (rev 1650)
@@ -4,10 +4,13 @@
* debian/control: Vcs-fields point to the trunk/ directory
[ Rafael Laboissiere ]
- * debian/control: Add build-dependency on libaudio-dev, which used to be
- a dependency of libqt4-dev
+ * debian/rules: Adapt for using quilt
+ * debian/control:
+ + Build-depend on quilt
+ + Add build-dependency on libaudio-dev, which used to be a dependency
+ of libqt4-dev
- -- Rafael Laboissiere <rafael at debian.org> Sun, 13 Apr 2008 14:44:04 +0200
+ -- Rafael Laboissiere <rafael at debian.org> Sun, 13 Apr 2008 15:25:02 +0200
qtoctave (0.7.1+dfsg-1) unstable; urgency=low
Modified: qtoctave/trunk/debian/control
===================================================================
--- qtoctave/trunk/debian/control 2008-04-13 13:07:02 UTC (rev 1649)
+++ qtoctave/trunk/debian/control 2008-04-13 13:25:32 UTC (rev 1650)
@@ -7,7 +7,7 @@
Thomas Weber <thomas.weber.mail at gmail.com>
DM-Upload-Allowed: yes
Build-Depends: debhelper (>= 5.0.51), autotools-dev, libqt4-dev,
- sharutils, libaudio-dev
+ sharutils, libaudio-dev, quilt
Standards-Version: 3.7.3
Homepage: http://qtoctave.wordpress.com/about/
Vcs-Svn: svn://svn.debian.org/svn/pkg-octave/qtoctave/trunk
Modified: qtoctave/trunk/debian/rules
===================================================================
--- qtoctave/trunk/debian/rules 2008-04-13 13:07:02 UTC (rev 1649)
+++ qtoctave/trunk/debian/rules 2008-04-13 13:25:32 UTC (rev 1650)
@@ -8,6 +8,7 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
+include /usr/share/quilt/quilt.make
# These are used for cross-compiling and for saving the configure script
# from having to guess our platform (since we know it already)
@@ -34,12 +35,12 @@
build: build-stamp
uudecode < debian/icons.tar.uu
-build-stamp: config.status
+build-stamp: config.status patch
dh_testdir
$(MAKE)
touch $@
-clean:
+clean: unpatch
dh_testdir
dh_testroot
rm -f build-stamp
@@ -106,4 +107,4 @@
dh_builddeb
binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install
+.PHONY: build clean binary-indep binary-arch binary install unpatch
More information about the Pkg-octave-commit
mailing list