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

Rafael Laboissiere rafael at costa.debian.org
Mon Mar 20 07:50:55 UTC 2006


Author: rafael
Date: 2006-03-20 07:50:53 +0000 (Mon, 20 Mar 2006)
New Revision: 525

Modified:
   trunk/packages/octave-epstk/debian/changelog
   trunk/packages/octave-epstk/debian/control
   trunk/packages/octave-epstk/debian/rules
Log:
Debian release octave-epstk_2.1-2

Modified: trunk/packages/octave-epstk/debian/changelog
===================================================================
--- trunk/packages/octave-epstk/debian/changelog	2006-03-20 07:05:05 UTC (rev 524)
+++ trunk/packages/octave-epstk/debian/changelog	2006-03-20 07:50:53 UTC (rev 525)
@@ -1,7 +1,5 @@
 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.
@@ -10,12 +8,15 @@
   * Add 50_fix_legend_scaling.dpatch (Closes: #347665)
 
   [ Rafael Laboissiere ]
-  * debian/rules: Use CDBS' simple-patchsys instead of dpatch
+  * debian/rules:
+    - Use CDBS' simple-patchsys instead of dpatch
+    - Added call to octave-depends in post-install action
+    - Clean patched files m/*-center.psd
   * debian/patches/*.patch: Renamed from *.dpatch
   * debian/patches/README: Description of the patches.  This information
     used to be in the headers of the old dpatches.
 
- --
+ -- Rafael Laboissiere <rafael at debian.org>  Mon, 20 Mar 2006 08:33:24 +0100
 
 octave-epstk (2.1-1) unstable; urgency=low
 

Modified: trunk/packages/octave-epstk/debian/control
===================================================================
--- trunk/packages/octave-epstk/debian/control	2006-03-20 07:05:05 UTC (rev 524)
+++ trunk/packages/octave-epstk/debian/control	2006-03-20 07:50:53 UTC (rev 525)
@@ -4,7 +4,7 @@
 Maintainer: Debian Octave Group <pkg-octave-devel at lists.alioth.debian.org>
 Uploaders: Rafael Laboissiere <rafael at debian.org>
 Standards-Version: 3.6.2
-Build-Depends-Indep: debhelper (>= 5), octave2.1-headers (>= 2.1.65), cdbs, dpatch
+Build-Depends-Indep: debhelper (>= 5), octave2.1-headers (>= 2.1.65), cdbs
 
 Package: octave-epstk
 Architecture: all

Modified: trunk/packages/octave-epstk/debian/rules
===================================================================
--- trunk/packages/octave-epstk/debian/rules	2006-03-20 07:05:05 UTC (rev 524)
+++ trunk/packages/octave-epstk/debian/rules	2006-03-20 07:50:53 UTC (rev 525)
@@ -1,10 +1,16 @@
 #!/usr/bin/make -f
-# 							-*- makefile -*-
-# debian.rules file for the Debian/GNU Linux octave-epstk package
-# Copyright 1999 - 2003 by Dirk Eddelbuettel <edd at debian.org>
+# -*- makefile -*-
+# debian/rules file for the Debian/GNU Linux octave-epstk package
 
-
 include /usr/share/octave/debian/defs.make
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/rules/simple-patchsys.mk
 
+install/octave-epstk::
+	octave-depends
+
+clean::
+	rm -f m/*-center.psd
+
+
+




More information about the Pkg-octave-commit mailing list