Code

patches: Removed dcraw-m.dpatch.
authorSebastian Harl <sh@tokkee.org>
Sun, 7 Jun 2009 12:09:54 +0000 (14:09 +0200)
committerSebastian Harl <sh@tokkee.org>
Sun, 7 Jun 2009 12:09:54 +0000 (14:09 +0200)
This patch has been merged upstream.

debian/changelog
debian/patches/00list
debian/patches/dcraw-m.dpatch [deleted file]

index 62946fbb4c257e1f95031fce679f4172bab798c0..d998b8d5a2862c6888e438f17a04f0759bb8d33f 100644 (file)
@@ -1,8 +1,10 @@
 pfstools (1.8.1-1) unstable; urgency=low
 
   * New upstream release.
+  * debian/patches:
+    - Removed dcraw-m.dpatch - merged upstream.
 
- -- Sebastian Harl <tokkee@debian.org>  Sun, 07 Jun 2009 14:00:25 +0200
+ -- Sebastian Harl <tokkee@debian.org>  Sun, 07 Jun 2009 14:07:15 +0200
 
 pfstools (1.6.4-2) unstable; urgency=low
 
index 449264df2ad4e78e79c0a6ad673df078f7b51347..f68e5a0a7dc16247791f109c8a87a033c9b03a2f 100644 (file)
@@ -1,3 +1,2 @@
 octave3.0.dpatch
-dcraw-m.dpatch
 
diff --git a/debian/patches/dcraw-m.dpatch b/debian/patches/dcraw-m.dpatch
deleted file mode 100644 (file)
index 369e9f9..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## dcraw-m.dpatch by Sebastian Harl <sh@tokkee.org>
-##
-## DP: Fixed the usage of dcraw(1)'s -m command line option.
-## DP: Somewhere in between versions 8.39 and 8.80 the meaning and syntax of
-## DP: dcraw's -m command line option has changed. Luckily -m used to be the
-## DP: same as the "-o 0" option, which still exists.
-
-@DPATCH@
-
---- a/src/fileformat/pfsindcraw.in
-+++ b/src/fileformat/pfsindcraw.in
-@@ -51,7 +51,7 @@
-       file_pattern=$1
--      dcraw -c -m -4 -w $file_pattern | pfsinppm - 2> /dev/null | \
-+      dcraw -c -o 0 -4 -w $file_pattern | pfsinppm - 2> /dev/null | \
-           pfstag --set "FILE_NAME=${file_pattern}" --set "LUMINANCE=RELATIVE"
-       
-       shift