[Python-apps-commits] r13217 - in packages/rubber/trunk/debian (5 files)

hilmar-guest at users.alioth.debian.org hilmar-guest at users.alioth.debian.org
Fri May 13 07:34:41 UTC 2016


    Date: Friday, May 13, 2016 @ 07:34:40
  Author: hilmar-guest
Revision: 13217

Remove refrence to sam2p (#824118).

Added:
  packages/rubber/trunk/debian/patches/03_no_sam2p.diff
Modified:
  packages/rubber/trunk/debian/changelog
  packages/rubber/trunk/debian/control
  packages/rubber/trunk/debian/patches/series
  packages/rubber/trunk/debian/rubber.bug-script

Modified: packages/rubber/trunk/debian/changelog
===================================================================
--- packages/rubber/trunk/debian/changelog	2016-05-12 20:19:35 UTC (rev 13216)
+++ packages/rubber/trunk/debian/changelog	2016-05-13 07:34:40 UTC (rev 13217)
@@ -1,3 +1,10 @@
+rubber (1.4-3) UNRELEASED; urgency=medium
+
+  * Remove Suggestion of sam2p (Closes: #824118) and any other
+    references to it (rules.ini).
+
+ -- Hilmar Preuße <hille42 at web.de>  Thu, 12 May 2016 16:19:22 +0200
+
 rubber (1.4-2) unstable; urgency=medium
 
   Two patches from upstream git
@@ -420,4 +427,3 @@
   * Initial Release.
 
  -- Emmanuel Beffara <manu at beffara.org>  Fri, 31 May 2002 11:54:47 +0200
-

Modified: packages/rubber/trunk/debian/control
===================================================================
--- packages/rubber/trunk/debian/control	2016-05-12 20:19:35 UTC (rev 13216)
+++ packages/rubber/trunk/debian/control	2016-05-13 07:34:40 UTC (rev 13217)
@@ -12,7 +12,7 @@
 Package: rubber
 Architecture: all
 Depends: ${python:Depends}, ${misc:Depends}, texlive-latex-base
-Suggests: imagemagick ,sam2p
+Suggests: imagemagick
  ,texlive-binaries
  ,texlive-extra-utils
  ,texlive-latex-extra
@@ -33,7 +33,7 @@
  .
  Some optional parts require the installation of suggested Debian packages.
  .
- graphics conversion: imagemagick and/or sam2p
+ graphics conversion: imagemagick
  .
  aleph, metapost: texlive-binaries
  .

Added: packages/rubber/trunk/debian/patches/03_no_sam2p.diff
===================================================================
--- packages/rubber/trunk/debian/patches/03_no_sam2p.diff	                        (rev 0)
+++ packages/rubber/trunk/debian/patches/03_no_sam2p.diff	2016-05-13 07:34:40 UTC (rev 13217)
@@ -0,0 +1,19 @@
+Index: rubber-1.4/src/rules.ini
+===================================================================
+--- rubber-1.4.orig/src/rules.ini	2015-12-11 22:59:25.000000000 +0100
++++ rubber-1.4/src/rules.ini	2016-05-13 09:30:01.000000000 +0200
+@@ -86,14 +86,6 @@
+ command = epstopdf --outfile=$target $source
+ message = converting $source to PDF
+ 
+-[sam2p]
+-target = (.*)\.(ps|eps|pdf)
+-source = \1.{bmp,gif,jpeg,jpg,lbm,pbm,pcx,pdf,pgm,png,pnm,ppm,ps,tga,tif,tiff,xpm}
+-cost = 7
+-rule = shell
+-command = sam2p $source $target
+-message = converting $source into $target
+-
+ [dia]
+ target = (.*)\.eps
+ source = \1.dia

Modified: packages/rubber/trunk/debian/patches/series
===================================================================
--- packages/rubber/trunk/debian/patches/series	2016-05-12 20:19:35 UTC (rev 13216)
+++ packages/rubber/trunk/debian/patches/series	2016-05-13 07:34:40 UTC (rev 13217)
@@ -1,2 +1,3 @@
 01_accurate_log.diff
 02_bibtex_stacktrace.diff
+03_no_sam2p.diff

Modified: packages/rubber/trunk/debian/rubber.bug-script
===================================================================
--- packages/rubber/trunk/debian/rubber.bug-script	2016-05-12 20:19:35 UTC (rev 13216)
+++ packages/rubber/trunk/debian/rubber.bug-script	2016-05-13 07:34:40 UTC (rev 13217)
@@ -21,5 +21,5 @@
 
 Don't forget to also include examples of other files that are
 needed, e.g. bibtex databases. Often it also helps to include
-he logfile.
+the logfile.
 EOF
\ No newline at end of file




More information about the Python-apps-commits mailing list