summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 0057ee0)
raw | patch | inline | side by side (parent: 0057ee0)
author | Sebastian Harl <sh@tokkee.org> | |
Sun, 7 Jun 2009 12:09:54 +0000 (14:09 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Sun, 7 Jun 2009 12:09:54 +0000 (14:09 +0200) |
This patch has been merged upstream.
debian/changelog | patch | blob | history | |
debian/patches/00list | patch | blob | history | |
debian/patches/dcraw-m.dpatch | [deleted file] | patch | blob | history |
diff --git a/debian/changelog b/debian/changelog
index 62946fbb4c257e1f95031fce679f4172bab798c0..d998b8d5a2862c6888e438f17a04f0759bb8d33f 100644 (file)
--- a/debian/changelog
+++ b/debian/changelog
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
diff --git a/debian/patches/00list b/debian/patches/00list
index 449264df2ad4e78e79c0a6ad673df078f7b51347..f68e5a0a7dc16247791f109c8a87a033c9b03a2f 100644 (file)
--- a/debian/patches/00list
+++ b/debian/patches/00list
octave3.0.dpatch
-dcraw-m.dpatch
diff --git a/debian/patches/dcraw-m.dpatch b/debian/patches/dcraw-m.dpatch
+++ /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