[Pkg-octave-commit] rev 247 - trunk/packages/octave-gpc/debian

Rafael Laboissiere rafael at costa.debian.org
Mon Sep 19 07:17:47 UTC 2005


Author: rafael
Date: 2005-09-19 07:17:46 +0000 (Mon, 19 Sep 2005)
New Revision: 247

Added:
   trunk/packages/octave-gpc/debian/compat
Modified:
   trunk/packages/octave-gpc/debian/
   trunk/packages/octave-gpc/debian/changelog
   trunk/packages/octave-gpc/debian/control
   trunk/packages/octave-gpc/debian/copyright
   trunk/packages/octave-gpc/debian/rules
Log:
Debian release 0.1.5-5



Property changes on: trunk/packages/octave-gpc/debian
___________________________________________________________________
Name: svn:ignore
   - files
substvars
tmp

   + files
substvars
tmp
octave-gpc.substvars
octave-gpc


Modified: trunk/packages/octave-gpc/debian/changelog
===================================================================
--- trunk/packages/octave-gpc/debian/changelog	2005-09-17 23:25:28 UTC (rev 246)
+++ trunk/packages/octave-gpc/debian/changelog	2005-09-19 07:17:46 UTC (rev 247)
@@ -1,3 +1,21 @@
+octave-gpc (0.1.5-5) unstable; urgency=low
+
+  +++ Changes by Rafael Laboissiere
+
+  * Rebuilt against Octave 2.1.71, for which the API version is api-v13.
+    The binary dependency on hdf5 is correct now (closes: #328205).
+  * debian/control: Upgraded Standards-Version to 3.6.2 (no changes
+    needed)
+  * debian/copyright: Fixed FSF address
+  * debian/compat: Added file with compatibility level set to 4
+  * debian/rules:
+    + Removed obsolete definition of DH_COMPAT
+    + Removed template stuff left by dh-make
+    + Changed isntallation directory from debian/tmp to debian/octave-gpc,
+      as used in debhelper compatibility level 4
+
+ -- Debian Octave Group <pkg-octave-devel at lists.alioth.debian.org>  Mon, 19 Sep 2005 09:04:04 +0200
+
 octave-gpc (0.1.5-4) unstable; urgency=low
 
   +++ Changes by Rafael Laboissiere

Added: trunk/packages/octave-gpc/debian/compat
===================================================================
--- trunk/packages/octave-gpc/debian/compat	2005-09-17 23:25:28 UTC (rev 246)
+++ trunk/packages/octave-gpc/debian/compat	2005-09-19 07:17:46 UTC (rev 247)
@@ -0,0 +1 @@
+4

Modified: trunk/packages/octave-gpc/debian/control
===================================================================
--- trunk/packages/octave-gpc/debian/control	2005-09-17 23:25:28 UTC (rev 246)
+++ trunk/packages/octave-gpc/debian/control	2005-09-19 07:17:46 UTC (rev 247)
@@ -2,7 +2,7 @@
 Section: contrib/math
 Priority: optional
 Maintainer: Debian Octave Group <pkg-octave-devel at lists.alioth.debian.org>
-Standards-Version: 3.6.1
+Standards-Version: 3.6.2
 Build-Depends: debhelper, perl, libgpcl-dev, octave2.1-headers (>= 2.1.65)
 
 Package: octave-gpc

Modified: trunk/packages/octave-gpc/debian/copyright
===================================================================
--- trunk/packages/octave-gpc/debian/copyright	2005-09-17 23:25:28 UTC (rev 246)
+++ trunk/packages/octave-gpc/debian/copyright	2005-09-19 07:17:46 UTC (rev 247)
@@ -4,7 +4,7 @@
 It was downloaded from:
 
     http://prdownloads.sourceforge.net/octave/octave-gpc-0.1.tar.gz
-    
+
 Upstream Author: Rafael Laboissiere <rafael at laboissiere.net>
 
 Copyright:
@@ -23,8 +23,7 @@
 
     You should have received a copy of the GNU General Public License
     along with this program; if not, write to the Free Software
-    Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
-    02111-1307, USA.
+    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
 
 On Debian GNU/Linux systems, the complete text of the GNU General
 Public License can be found in `/usr/share/common-licenses/GPL'.

Modified: trunk/packages/octave-gpc/debian/rules
===================================================================
--- trunk/packages/octave-gpc/debian/rules	2005-09-17 23:25:28 UTC (rev 246)
+++ trunk/packages/octave-gpc/debian/rules	2005-09-19 07:17:46 UTC (rev 247)
@@ -5,9 +5,6 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-# This is the debhelper compatability version to use.
-export DH_COMPAT=1
-
 include /usr/share/octave/debian/defs.make
 
 build: build-stamp
@@ -19,7 +16,6 @@
 		    --with-octdir=$(OCTDIR)          \
                     --prefix=/usr
 
-	# Add here commands to compile the package.
 	$(MAKE)
 
 	touch build-stamp
@@ -29,7 +25,6 @@
 	dh_testroot
 	rm -f build-stamp
 
-	# Add here commands to clean up after the build process.
 	-$(MAKE) clean
 	-$(MAKE) distclean
 	rm -f config.log
@@ -42,16 +37,12 @@
 	dh_clean -k
 	dh_installdirs
 
-	# Add here commands to install the package into debian/tmp.
 	strip -R .note -R .comment gpc_create.oct
-	$(MAKE) install DESTDIR=`pwd`/debian/tmp
+	$(MAKE) install DESTDIR=`pwd`/debian/octave-gpc
 
 
-# Build architecture-independent files here.
 binary-indep: build install
-# We have nothing to do by default.
 
-# Build architecture-dependent files here.
 binary-arch: build install
 	dh_testdir
 	dh_testroot




More information about the Pkg-octave-commit mailing list