[Pkg-octave-commit] [SCM] octave-control branch, master, updated. 75bb0253e3ad39e1722a832e69247635f373457a

Thomas Weber thomas.weber.mail at gmail.com
Sun Jul 19 17:07:18 UTC 2009


The following commit has been merged in the master branch:
commit 75bb0253e3ad39e1722a832e69247635f373457a
Author: Thomas Weber <thomas.weber.mail at gmail.com>
Date:   Sun Jul 19 19:06:41 2009 +0200

    Release 1.0.11-1

diff --git a/debian/changelog b/debian/changelog
index 29c57e2..4865539 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,19 @@
-octave-control (1.0.10-2) UNRELEASED; urgency=low
+octave-control (1.0.11-1) experimental; urgency=low
 
+  [ Rafael Laboissiere ]
   * debian/control: Build-depend on octave-pkg-dev >= 0.7.0, such that the
     package is built against octave3.2
 
- -- Rafael Laboissiere <rafael at debian.org>  Sun, 07 Jun 2009 21:07:41 +0200
+  [ Thomas Weber ]
+  * New upstream release
+  * Bump standards version to 3.8.2, no changes needed
+  * debian/octave-control.docs: Use octave-control.docs for documentation
+    installation and build-depend on octave-pkg-dev >= 0.7.1
+  * debian/patches/no-check-failure-acker-place.diff: removed, applied
+    upstream
+  * No more patches, remove quilt from build-dependencies
+
+ -- Thomas Weber <thomas.weber.mail at gmail.com>  Sun, 19 Jul 2009 18:58:35 +0200
 
 octave-control (1.0.10-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index a741c53..a82bc83 100644
--- a/debian/control
+++ b/debian/control
@@ -6,8 +6,8 @@ Uploaders: Ólafur Jens Sigurðsson <ojsbug at gmail.com>,
  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.7.0), quilt
-Standards-Version: 3.8.1
+Build-Depends: debhelper (>= 6), cdbs, octave-pkg-dev (>= 0.7.1)
+Standards-Version: 3.8.2
 Homepage: http://octave.sourceforge.net/control
 Vcs-Git: git://git.debian.org/git/pkg-octave/octave-control.git
 Vcs-Browser: http://git.debian.org/?p=pkg-octave/octave-control.git
diff --git a/debian/rules b/debian/rules
index 1b44c3b..cc1bd1b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,13 +2,4 @@
 # -*- makefile -*-
 
 include /usr/share/cdbs/1/class/octave-pkg.mk
-include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 
-pkg = octave-control
-
-install/$(pkg)::
-	# Remove unneeded doc sources
-	( cd debian/$(pkg)/usr/share/doc/$(pkg) ;	\
-	  for e in txi texi ; do  			\
-		[ -f control.$$e ] && rm control.$$e ;	\
-	  done )

-- 
octave-control



More information about the Pkg-octave-commit mailing list