[Pkg-octave-commit] rev 521 - trunk/packages/octave-epstk/debian

Thomas Weber thomas-guest at costa.debian.org
Sun Mar 19 10:27:32 UTC 2006


Author: thomas-guest
Date: 2006-03-19 10:27:25 +0000 (Sun, 19 Mar 2006)
New Revision: 521

Added:
   trunk/packages/octave-epstk/debian/compat
   trunk/packages/octave-epstk/debian/octave-epstk.docs
   trunk/packages/octave-epstk/debian/octave-epstk.install
Removed:
   trunk/packages/octave-epstk/debian/conffiles
Modified:
   trunk/packages/octave-epstk/debian/changelog
   trunk/packages/octave-epstk/debian/control
   trunk/packages/octave-epstk/debian/copyright
   trunk/packages/octave-epstk/debian/rules
Log:
Fix some lintian warnings (copyright, standards version, debhelper compat), add
compat file for this.

Switch to CDBS: changing/introducing rules, octave-epstk.install,
octave-epstk.docs, control.

Drop conffiles, otherwise /etc/epstk.conf is mentioned twice in the .deb. This
is due to debhelper marking every file in /etc as conffile starting from v3.


Modified: trunk/packages/octave-epstk/debian/changelog
===================================================================
--- trunk/packages/octave-epstk/debian/changelog	2006-03-18 16:28:10 UTC (rev 520)
+++ trunk/packages/octave-epstk/debian/changelog	2006-03-19 10:27:25 UTC (rev 521)
@@ -1,5 +1,17 @@
-octave-epstk (2.1-1) unstable; urgency=low
+octave-epstk (2.1-2) unstable; urgency=low
 
+   NOT YET RELEASED!
+
+   [ Thomas Weber ]
+  * Update FSF postal address in copyright file
+  * Bumped standards version to 3.6.2. No changes needed.
+  * Bumped debhelper compat version to 5. 
+  * Switch to CDBS.
+
+ -- 
+
+Octave-epstk (2.1-1) unstable; urgency=low
+
   +++ Changes by Rafael Laboissiere
 
   * New upstream release

Added: trunk/packages/octave-epstk/debian/compat
===================================================================
--- trunk/packages/octave-epstk/debian/compat	2006-03-18 16:28:10 UTC (rev 520)
+++ trunk/packages/octave-epstk/debian/compat	2006-03-19 10:27:25 UTC (rev 521)
@@ -0,0 +1 @@
+5

Deleted: trunk/packages/octave-epstk/debian/conffiles

Modified: trunk/packages/octave-epstk/debian/control
===================================================================
--- trunk/packages/octave-epstk/debian/control	2006-03-18 16:28:10 UTC (rev 520)
+++ trunk/packages/octave-epstk/debian/control	2006-03-19 10:27:25 UTC (rev 521)
@@ -3,8 +3,8 @@
 Priority: optional
 Maintainer: Debian Octave Group <pkg-octave-devel at lists.alioth.debian.org>
 Uploaders: Rafael Laboissiere <rafael at debian.org>
-Standards-Version: 3.6.1
-Build-Depends-Indep: debhelper (>= 3.0.0), octave2.1-headers (>= 2.1.65), dpatch
+Standards-Version: 3.6.2
+Build-Depends-Indep: debhelper (>= 5), octave2.1-headers (>= 2.1.65), cdbs, dpatch
 
 Package: octave-epstk
 Architecture: all

Modified: trunk/packages/octave-epstk/debian/copyright
===================================================================
--- trunk/packages/octave-epstk/debian/copyright	2006-03-18 16:28:10 UTC (rev 520)
+++ trunk/packages/octave-epstk/debian/copyright	2006-03-19 10:27:25 UTC (rev 521)
@@ -28,7 +28,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
+   Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
 
 On a Debian GNU/Linux system, a full copy of the GNU General Public License
 can be found in the file /usr/share/common-licenses/GPL .

Added: trunk/packages/octave-epstk/debian/octave-epstk.docs
===================================================================
--- trunk/packages/octave-epstk/debian/octave-epstk.docs	2006-03-18 16:28:10 UTC (rev 520)
+++ trunk/packages/octave-epstk/debian/octave-epstk.docs	2006-03-19 10:27:25 UTC (rev 521)
@@ -0,0 +1 @@
+doc/*

Added: trunk/packages/octave-epstk/debian/octave-epstk.install
===================================================================
--- trunk/packages/octave-epstk/debian/octave-epstk.install	2006-03-18 16:28:10 UTC (rev 520)
+++ trunk/packages/octave-epstk/debian/octave-epstk.install	2006-03-19 10:27:25 UTC (rev 521)
@@ -0,0 +1,2 @@
+m/* usr/share/octave/site/m/octave-epstk/
+debian/epstk.conf   etc/

Modified: trunk/packages/octave-epstk/debian/rules
===================================================================
--- trunk/packages/octave-epstk/debian/rules	2006-03-18 16:28:10 UTC (rev 520)
+++ trunk/packages/octave-epstk/debian/rules	2006-03-19 10:27:25 UTC (rev 521)
@@ -3,69 +3,8 @@
 # debian.rules file for the Debian/GNU Linux octave-epstk package
 # Copyright 1999 - 2003 by Dirk Eddelbuettel <edd at debian.org>
 
-include /usr/share/dpatch/dpatch.make
+
 include /usr/share/octave/debian/defs.make
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/dpatch.mk
 
-PACKAGE		:= $(shell grep Package debian/control | sed 's/^Package: //')
-debtmp		:= $(shell pwd)/debian/tmp
-debdir		:= $(debtmp)$(MDIR)/$(PACKAGE)
-
-get-orig-source: upstream
-upstream:
-		#links http://epstk.port5.com/epstk/downloads.html
-		links http://epstk.sourceforge.net/down/
-
-build: build-stamp
-build-stamp: patch-stamp
-		dh_testdir
-#		nothing to be done for this package of Octave scripts
-#		./configure --prefix=/usr
-#		$(MAKE) CFLAGS=-O2 LDFLAGS=
-		touch build
-		touch build-stamp
-
-clean: unpatch
-		dh_testdir
-		dh_testroot
-		rm -f build-stamp
-#		-test -f Makefile && $(MAKE) realclean
-		-rm -rf *~ $(debtmp) debian/*~ debian/files* build
-		dh_clean
-
-binary-indep: build
-		dh_testdir
-		dh_testroot
-		dh_clean -k
-		dh_installdirs		usr/share/octave/site/m/$(PACKAGE) etc
-                ##$(MAKE) install
-                ## a bit unsual ...
-		install -p -m 0644 m/*.m m/*.ppm m/*.psd m/*.jpg \
-				   m/octave.asc m/mFileList \
-				   m/epstkbc m/epsFileList 	$(debdir)
-                ## even more
-		install -p -m 0644 debian/epstk.conf  		$(debtmp)/etc/.
-                ##
-		dh_installdocs		doc/*
-#		dh_installexamples	*
-#		dh_installmenu
-#		dh_installinit
-#		dh_installcron
-#		dh_installmanpages
-#		dh_undocumented
-		dh_installchangelogs
-		dh_compress
-		dh_fixperms
-#		dh_suidregister
-		dh_installdeb
-		dh_gencontrol
-#		dh_md5sums
-		dh_builddeb
-
-binary-arch: 	build
-
-source diff:
-		@echo >&2 'obsolete targets - use dpkg-source -b'; false
-
-binary: 	binary-indep binary-arch
-.PHONY: 	build clean binary-indep binary-arch binary
-




More information about the Pkg-octave-commit mailing list