[Pkg-octave-commit] rev 249 - trunk/packages/semidef-oct/debian

Rafael Laboissiere rafael at costa.debian.org
Mon Sep 19 07:40:49 UTC 2005


Author: rafael
Date: 2005-09-19 07:40:49 +0000 (Mon, 19 Sep 2005)
New Revision: 249

Added:
   trunk/packages/semidef-oct/debian/compat
Modified:
   trunk/packages/semidef-oct/debian/
   trunk/packages/semidef-oct/debian/changelog
   trunk/packages/semidef-oct/debian/control
   trunk/packages/semidef-oct/debian/rules
Log:
Debian release 2003-3



Property changes on: trunk/packages/semidef-oct/debian
___________________________________________________________________
Name: svn:ignore
   - tmp
files
patched
substvars

   + tmp
files
patched
substvars
octave-sp.substvars
octave-sp


Modified: trunk/packages/semidef-oct/debian/changelog
===================================================================
--- trunk/packages/semidef-oct/debian/changelog	2005-09-19 07:19:19 UTC (rev 248)
+++ trunk/packages/semidef-oct/debian/changelog	2005-09-19 07:40:49 UTC (rev 249)
@@ -1,3 +1,21 @@
+semidef-oct (1:2003-3) unstable; urgency=low
+
+  +++ Changes by Rafael Laboissiere
+
+  * Rebuilt against g++ 4.0.  The binary dependeny on libhdf5 is correct
+    now (closes: #328202)
+  * debian/control:
+    + Upgraded Standards-Version to 3.6.2 (no changes needed)
+    + Removed builddpendeny on g77 or fort77, since octave2.1-headers
+      depends on gfortran anyway.  Let's hope that this will not cause
+      problems to the m68k build daemon.
+  * debian/compat: Added file with debhelper compatibility level set to 4
+  * debian/rules:
+    + Changed intallation dir from debian/tmp to debian/octave-sp
+    + Removed cruft left by dh-make
+
+ -- Debian Octave Group <pkg-octave-devel at lists.alioth.debian.org>  Mon, 19 Sep 2005 09:30:00 +0200
+
 semidef-oct (1:2003-2) unstable; urgency=low
 
   +++ Changes by Rafael Laboissiere

Added: trunk/packages/semidef-oct/debian/compat
===================================================================
--- trunk/packages/semidef-oct/debian/compat	2005-09-19 07:19:19 UTC (rev 248)
+++ trunk/packages/semidef-oct/debian/compat	2005-09-19 07:40:49 UTC (rev 249)
@@ -0,0 +1 @@
+4

Modified: trunk/packages/semidef-oct/debian/control
===================================================================
--- trunk/packages/semidef-oct/debian/control	2005-09-19 07:19:19 UTC (rev 248)
+++ trunk/packages/semidef-oct/debian/control	2005-09-19 07:40:49 UTC (rev 249)
@@ -2,8 +2,8 @@
 Section: math
 Priority: optional
 Maintainer: Debian Octave Group <pkg-octave-devel at lists.alioth.debian.org>
-Standards-Version: 3.6.1.1
-Build-Depends: octave2.1-headers (>= 2.1.65), g77 [!m68k], fort77 [m68k], debhelper (>= 3.0.0), dpatch
+Standards-Version: 3.6.2
+Build-Depends: octave2.1-headers (>= 2.1.65), debhelper (>= 3.0.0), dpatch
 Build-Conflicts: octave2.0-headers
 
 Package: octave-sp

Modified: trunk/packages/semidef-oct/debian/rules
===================================================================
--- trunk/packages/semidef-oct/debian/rules	2005-09-19 07:19:19 UTC (rev 248)
+++ trunk/packages/semidef-oct/debian/rules	2005-09-19 07:40:49 UTC (rev 249)
@@ -2,12 +2,13 @@
 #                                                       -*- makefile -*-
 # debian/rules file for the Debian/GNU Linux octave-sp package
 # Copyright (C) 1998 - 2003 by Dirk Eddelbuettel <edd at debian.org>
+# Copyright (C) 2005 by Rafael Laboissiere <rafael at debian.org>
 
 include /usr/share/dpatch/dpatch.make
 include /usr/share/octave/debian/defs.make
 
 PACKAGE	:= $(shell grep Package debian/control | sed 's/^Package: //')
-debtmp	:= $(CURDIR)/debian/tmp
+debtmp	:= $(CURDIR)/debian/octave-sp
 deboct  := $(OCTDIR)/sp
 debm    := $(MDIR)/sp
 
@@ -40,23 +41,14 @@
 		install -p -m 0644 $$i  $(debtmp)/$(MDIR);\
         done
 	dh_installdocs		README* DOC/*.ps
-#	dh_installexamples	samples/*
-#	dh_installmenu
-#	dh_installinit
-#	dh_installcron
-#	dh_installmanpages
-#	dh_undocumented
 	dh_installchangelogs
 	dh_strip
 	dh_compress
 	dh_fixperms
-#	dh_suidregister
 	dh_installdeb
 	dh_shlibdeps
 	octave-depends
 	dh_gencontrol
-#	dh_makeshlibs
-#	dh_md5sums
 	dh_builddeb
 
 binary:	binary-indep binary-arch




More information about the Pkg-octave-commit mailing list