[freeimage] 04/47: package cleanup and upload

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Sat Sep 26 22:27:21 UTC 2015


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to branch master
in repository freeimage.

commit 8e92f25e56cbcfe326daa99d7217e7e2639fda68
Author: Michael Koch <konqueror at gmx.de>
Date:   Sat Sep 19 21:03:02 2009 +0200

    package cleanup and upload
---
 debian/README.source                        |  8 ++++++++
 debian/changelog                            | 14 ++++++++++++++
 debian/control                              | 11 ++++++-----
 debian/patches/fix_ftbfs_amd64.patch        |  8 ++++----
 debian/patches/makefile_modifications.patch |  8 ++++----
 debian/patches/series                       |  4 ++--
 debian/watch                                |  3 +++
 7 files changed, 41 insertions(+), 15 deletions(-)

diff --git a/debian/README.source b/debian/README.source
new file mode 100644
index 0000000..15f8be5
--- /dev/null
+++ b/debian/README.source
@@ -0,0 +1,8 @@
+Patch System
+============
+
+This package uses quilt to manage all modifications to the upstream
+source. Changes are stored in the source package as diffs in
+debian/patches and applied during the build.
+
+See /usr/share/doc/quilt/README.source for a detailed explanation.
diff --git a/debian/changelog b/debian/changelog
index 04ebc80..56e99c6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,17 @@
+freeimage (3.10.0-2) unstable; urgency=low
+
+  * Fixed typo in short description of libfreeimage3-dbg.
+    (Closes: #518647)
+  * Adjusted patched to not need -p0 (Closes: #485251).
+  * Made package priority optional.
+  * Moved libfreeimage3-dbg package into debug section. 
+  * Added debian/README.source.
+  * Added watch file.
+  * Added myself to Uploaders.
+  * Updated Standards-Version.
+
+ -- Michael Koch <konqueror at gmx.de>  Tue, 15 Sep 2009 20:12:53 +0200
+
 freeimage (3.10.0-1) unstable; urgency=low
 
   * New upstream release. Closes: #471242
diff --git a/debian/control b/debian/control
index 14884ba..cfde9c6 100644
--- a/debian/control
+++ b/debian/control
@@ -1,9 +1,9 @@
 Source: freeimage
-Priority: extra
+Priority: optional
 Maintainer: Federico Di Gregorio <fog at debian.org>
-Uploaders: Andres Mejia <mcitadel at gmail.com>
+Uploaders: Andres Mejia <mcitadel at gmail.com>, Michael Koch <konqueror at gmx.de>
 Build-Depends: debhelper (>= 5), tofrodos, quilt
-Standards-Version: 3.7.3
+Standards-Version: 3.8.3
 Section: libs
 DM-Upload-Allowed: yes
 Homepage: http://freeimage.sourceforge.net/
@@ -38,10 +38,11 @@ Description: Support library for graphics image formats (library)
  This package contains the FreeImage library.
 
 Package: libfreeimage3-dbg
-Section: libs
+Section: debug
+Priority: extra
 Architecture: any
 Depends: libfreeimage3 (= ${binary:Version})
-Description: Support library for graphics image formats (dubugging symbols)
+Description: Support library for graphics image formats (debugging symbols)
  FreeImage is an Open Source C/C++ library project for developers who would
  like to support popular graphics image formats like PNG, BMP, JPEG, TIFF
  and others as needed by today's multimedia applications. FreeImage is
diff --git a/debian/patches/fix_ftbfs_amd64.patch b/debian/patches/fix_ftbfs_amd64.patch
index 8d61a93..468b44e 100644
--- a/debian/patches/fix_ftbfs_amd64.patch
+++ b/debian/patches/fix_ftbfs_amd64.patch
@@ -1,7 +1,7 @@
 Patch that fixes several problems for building on amd64. Thanks Fedora guys.
 =====================================================================
---- Source/FreeImage/PluginBMP.cpp~	2007-10-21 16:50:08.000000000 +0200
-+++ Source/FreeImage/PluginBMP.cpp	2008-03-12 23:14:51.000000000 +0100
+--- freeimage/Source/FreeImage/PluginBMP.cpp~	2007-10-21 16:50:08.000000000 +0200
++++ freeimage/Source/FreeImage/PluginBMP.cpp	2008-03-12 23:14:51.000000000 +0100
 @@ -189,6 +189,8 @@
  #endif
  }
@@ -11,8 +11,8 @@ Patch that fixes several problems for building on amd64. Thanks Fedora guys.
  /**
  Load image pixels for 4-bit RLE compressed dib
  @param io FreeImage IO
---- Source/Metadata/Exif.cpp~	2007-07-17 03:28:26.000000000 +0200
-+++ Source/Metadata/Exif.cpp	2008-03-13 19:19:07.000000000 +0100
+--- freeimage/Source/Metadata/Exif.cpp~	2007-07-17 03:28:26.000000000 +0200
++++ freeimage/Source/Metadata/Exif.cpp	2008-03-13 19:19:07.000000000 +0100
 @@ -495,7 +495,7 @@
  		}
  
diff --git a/debian/patches/makefile_modifications.patch b/debian/patches/makefile_modifications.patch
index d822527..098513b 100644
--- a/debian/patches/makefile_modifications.patch
+++ b/debian/patches/makefile_modifications.patch
@@ -2,8 +2,8 @@ Some modificatoins to the makefiles to help in build Debian packages.
 Also removed -s (strip) option so we can make debug package. With the compiler
 options we're using by default, debugging should still be possible.
 ==========================================================================
---- Makefile.fip.bak	2008-05-08 14:41:23.000000000 -0400
-+++ Makefile.fip	2008-05-08 14:40:30.000000000 -0400
+--- freeimage/Makefile.fip.bak	2008-05-08 14:41:23.000000000 -0400
++++ freeimage/Makefile.fip	2008-05-08 14:40:30.000000000 -0400
 @@ -4,17 +4,19 @@
  include fipMakefile.srcs
  
@@ -46,8 +46,8 @@ options we're using by default, debugging should still be possible.
  
  clean:
  	rm -f core Dist/*.* u2dtmp* $(MODULES) $(STATICLIB) $(SHAREDLIB) $(LIBNAME)
---- Makefile.gnu.bak	2008-05-08 14:41:22.000000000 -0400
-+++ Makefile.gnu	2008-05-08 14:40:23.000000000 -0400
+--- freeimage/Makefile.gnu.bak	2008-05-08 14:41:22.000000000 -0400
++++ freeimage/Makefile.gnu	2008-05-08 14:40:23.000000000 -0400
 @@ -4,17 +4,19 @@
  include Makefile.srcs
  
diff --git a/debian/patches/series b/debian/patches/series
index 05e2f72..b645b12 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,2 @@
-fix_ftbfs_amd64.patch -p0
-makefile_modifications.patch -p0
+fix_ftbfs_amd64.patch
+makefile_modifications.patch
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..a66444d
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+opts="uversionmangle=s/(\d)(\d\d)(\d)/$1.$2.$3/" \
+	http://sf.net/freeimage/FreeImage(31[1-9]\d*)\.zip

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/freeimage.git



More information about the debian-science-commits mailing list