r36234 - in /packages/simage: ./ trunk/ trunk/debian/ trunk/debian/patches/

smr at users.alioth.debian.org smr at users.alioth.debian.org
Sat Feb 27 17:27:16 UTC 2010


Author: smr
Date: Sat Feb 27 17:27:15 2010
New Revision: 36234

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=36234
Log:
Add simage to debian-science.  This is revision 1.6.1-5 already uploaded to Debian.

Added:
    packages/simage/
    packages/simage/trunk/
    packages/simage/trunk/debian/
    packages/simage/trunk/debian/changelog
    packages/simage/trunk/debian/compat
    packages/simage/trunk/debian/control
    packages/simage/trunk/debian/copyright
    packages/simage/trunk/debian/patches/
    packages/simage/trunk/debian/patches/01_src-Makefile-link-with-c.diff
    packages/simage/trunk/debian/patches/02_simage-config.patch
    packages/simage/trunk/debian/rules   (with props)
    packages/simage/trunk/debian/sanitize-upstream.sh
    packages/simage/trunk/debian/simage-config.1

Added: packages/simage/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/simage/trunk/debian/changelog?rev=36234&op=file
==============================================================================
--- packages/simage/trunk/debian/changelog (added)
+++ packages/simage/trunk/debian/changelog Sat Feb 27 17:27:15 2010
@@ -1,0 +1,64 @@
+simage (1.6.1-5) unstable; urgency=low
+
+  * patches/02_simage-config.patch: New.  Remove problematic whitespace
+    ahead of here-doc delimiter "EOF".  Closes: #551337.
+
+ -- Steve M. Robbins <smr at debian.org>  Sat, 17 Oct 2009 16:44:15 -0500
+
+simage (1.6.1-4) unstable; urgency=low
+
+  * control: Change deps from transitional packages of libgif to actual
+    packages.  Closes: #540530.  Add ${misc:Depends}.  Set
+    Standards-Version to 3.8.3.
+
+  * compat:
+  * control: Update debhelper compatibility to version 7.
+  
+  * rules: Set dependency_libs variable in .la file to empty string, per
+    http://lists.debian.org/debian-devel/2009/08/msg00783.html
+  
+ -- Steve M. Robbins <smr at debian.org>  Sun, 06 Sep 2009 20:56:11 -0500
+
+simage (1.6.1-3) unstable; urgency=low
+
+  * control: Build-depend on cdbs, v5 of debhelper, and autotools-dev.
+    Update Standards-Version to 3.7.3: change ${Source-Version} to
+    ${binary:Version}.  Package libsimage-dev depends on all the graphic
+    library -dev packages required to build.  Closes: #459781.
+  
+  * rules: Rewrite using cdbs.  CDBS automatically updates config.guess &
+    config.sub.  Closes: #342685.
+  
+  * debian/patches/01_src-Makefile-link-with-c.diff: New.  Patch extracted
+    from existing debian diff.
+
+ -- Steve M. Robbins <smr at debian.org>  Tue, 08 Jan 2008 21:36:46 -0600
+
+simage (1.6.1-2) unstable; urgency=low
+
+  * debian/rules: Drop optimization level to -O2 for m68k in hopes
+  of being able to compile on that platform.
+
+ -- Steve M. Robbins <smr at debian.org>  Mon, 15 Aug 2005 22:57:58 -0400
+
+simage (1.6.1-1) unstable; urgency=low
+
+  * New upstream version.
+  
+  * src/Makefile.in: Do not use C++ compiler to link.
+
+ -- Steve M. Robbins <smr at debian.org>  Sat, 16 Jul 2005 23:39:37 -0400
+
+simage (1.6.0-2) unstable; urgency=low
+
+  * configure: don't quote "$LD" (thanks, Andreas Jochens).  Closes: #266240.
+
+  * debian/control: put libsimage-dev in section libdevel.  Closes: #266391.
+
+ -- Steve M. Robbins <smr at debian.org>  Sun, 29 Aug 2004 18:44:38 -0400
+
+simage (1.6.0-1) unstable; urgency=low
+
+  * Initial Debian packaging.  Closes: #109041.
+
+ -- Steve M. Robbins <smr at debian.org>  Sun, 25 Jul 2004 16:10:57 -0400

Added: packages/simage/trunk/debian/compat
URL: http://svn.debian.org/wsvn/debian-science/packages/simage/trunk/debian/compat?rev=36234&op=file
==============================================================================
--- packages/simage/trunk/debian/compat (added)
+++ packages/simage/trunk/debian/compat Sat Feb 27 17:27:15 2010
@@ -1,0 +1,1 @@
+7

Added: packages/simage/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/simage/trunk/debian/control?rev=36234&op=file
==============================================================================
--- packages/simage/trunk/debian/control (added)
+++ packages/simage/trunk/debian/control Sat Feb 27 17:27:15 2010
@@ -1,0 +1,26 @@
+Source: simage
+Homepage: http://www.coin3d.org/lib/simage
+Maintainer: Steve M. Robbins <smr at debian.org>
+Section: graphics
+Priority: optional
+Build-Depends: cdbs, autotools-dev, debhelper (>= 7), libgif-dev, libjpeg62-dev, zlib1g-dev, libpng12-dev, libtiff4-dev, libvorbis-dev, libsndfile1-dev
+Standards-Version: 3.8.3
+
+Package: libsimage20
+Architecture: any
+Section: libs
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: generic interface to various image file format libraries
+ The simage library provides a simplified and uniform interface to many
+ image file format libraries, and it includes internal support for some
+ image file formats too.
+
+Package: libsimage-dev
+Architecture: any
+Section: libdevel
+Depends: ${misc:Depends}, libsimage20 (= ${binary:Version}), libgif-dev, libjpeg62-dev, zlib1g-dev, libpng12-dev, libtiff4-dev, libvorbis-dev, libsndfile1-dev
+Description: generic interface to various image file format libraries
+ The simage library provides a simplified and uniform interface to many
+ image file format libraries, and it includes internal support for some
+ image file formats too.
+

Added: packages/simage/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/debian-science/packages/simage/trunk/debian/copyright?rev=36234&op=file
==============================================================================
--- packages/simage/trunk/debian/copyright (added)
+++ packages/simage/trunk/debian/copyright Sat Feb 27 17:27:15 2010
@@ -1,0 +1,7 @@
+Simage source code obtained from http://www.coin3d.org/download/source-code/
+All files in directory "mpeg2enc" were then removed, as that code does 
+not meet the Debian Free Software Guidelines.
+
+The files that remain in the original source tarball are in
+the public domain.
+

Added: packages/simage/trunk/debian/patches/01_src-Makefile-link-with-c.diff
URL: http://svn.debian.org/wsvn/debian-science/packages/simage/trunk/debian/patches/01_src-Makefile-link-with-c.diff?rev=36234&op=file
==============================================================================
--- packages/simage/trunk/debian/patches/01_src-Makefile-link-with-c.diff (added)
+++ packages/simage/trunk/debian/patches/01_src-Makefile-link-with-c.diff Sat Feb 27 17:27:15 2010
@@ -1,0 +1,11 @@
+--- simage-1.6.1.orig/src/Makefile.in
++++ simage-1.6.1/src/Makefile.in
+@@ -536,7 +536,7 @@
+ 	  rm -f "$${dir}/so_locations"; \
+ 	done
+ libsimage at SUFFIX@.la: $(libsimage at SUFFIX@_la_OBJECTS) $(libsimage at SUFFIX@_la_DEPENDENCIES) 
+-	$(CXXLINK) -rpath $(libdir) $(libsimage at SUFFIX@_la_LDFLAGS) $(libsimage at SUFFIX@_la_OBJECTS) $(libsimage at SUFFIX@_la_LIBADD) $(LIBS)
++	$(LINK) -rpath $(libdir) $(libsimage at SUFFIX@_la_LDFLAGS) $(libsimage at SUFFIX@_la_OBJECTS) $(libsimage at SUFFIX@_la_LIBADD) $(LIBS)
+ 
+ mostlyclean-compile:
+ 	-rm -f *.$(OBJEXT) core *.core

Added: packages/simage/trunk/debian/patches/02_simage-config.patch
URL: http://svn.debian.org/wsvn/debian-science/packages/simage/trunk/debian/patches/02_simage-config.patch?rev=36234&op=file
==============================================================================
--- packages/simage/trunk/debian/patches/02_simage-config.patch (added)
+++ packages/simage/trunk/debian/patches/02_simage-config.patch Sat Feb 27 17:27:15 2010
@@ -1,0 +1,11 @@
+--- simage-config	2004-10-07 07:01:44.000000000 -0500
++++ /usr/bin/simage-config	2009-10-17 16:40:50.000000000 -0500
+@@ -45,7 +45,7 @@
+     s/ /-I/
+     p
+   }' 
+-  EOF`
++EOF`
+   result=
+   for inc_path in $cppflags; do
+     additem=true

Added: packages/simage/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/simage/trunk/debian/rules?rev=36234&op=file
==============================================================================
--- packages/simage/trunk/debian/rules (added)
+++ packages/simage/trunk/debian/rules Sat Feb 27 17:27:15 2010
@@ -1,0 +1,24 @@
+#! /usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/autotools.mk
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
+
+DEB_AC_AUX_DIR = $(DEB_SRCDIR)/cfg
+DEB_CONFIGURE_EXTRA_FLAGS = --enable-static --with-targa --with-rgb --with-pic --with-xwd --with-eps --without-mpeg2enc
+DEB_MAKE_BUILD_TARGET = all 
+DEB_MAKE_CHECK_TARGET = check
+
+install/libsimage20::
+	dh_install -plibsimage20 --autodest debian/tmp/usr/lib/lib*.so.*
+
+install/libsimage-dev::
+	sed -i "s/^dependency_libs=.*/dependency_libs=''/" debian/tmp/usr/lib/libsimage.la
+	dh_install -plibsimage-dev --autodest debian/tmp/usr/lib/lib*.so
+	dh_install -plibsimage-dev --autodest debian/tmp/usr/lib/lib*.a
+	dh_install -plibsimage-dev --autodest debian/tmp/usr/lib/lib*.la
+	dh_install -plibsimage-dev --autodest debian/tmp/usr/include
+	dh_install -plibsimage-dev --autodest debian/tmp/usr/bin/simage-config
+	dh_install -plibsimage-dev --autodest debian/tmp/usr/share/Coin
+	dh_install -plibsimage-dev --autodest debian/tmp/usr/share/aclocal
+	dh_installman -plibsimage-dev debian/simage-config.1

Propchange: packages/simage/trunk/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: packages/simage/trunk/debian/sanitize-upstream.sh
URL: http://svn.debian.org/wsvn/debian-science/packages/simage/trunk/debian/sanitize-upstream.sh?rev=36234&op=file
==============================================================================
--- packages/simage/trunk/debian/sanitize-upstream.sh (added)
+++ packages/simage/trunk/debian/sanitize-upstream.sh Sat Feb 27 17:27:15 2010
@@ -1,0 +1,11 @@
+#! /bin/sh
+
+if [ ! -d mpeg2enc ]; then
+    echo >&2 "Cannot find directory mpeg2enc: is this the simage source tree?"
+    exit 1
+fi
+
+
+rm -rf mpeg2enc
+mkdir mpeg2enc
+touch mpeg2enc/Makefile.in

Added: packages/simage/trunk/debian/simage-config.1
URL: http://svn.debian.org/wsvn/debian-science/packages/simage/trunk/debian/simage-config.1?rev=36234&op=file
==============================================================================
--- packages/simage/trunk/debian/simage-config.1 (added)
+++ packages/simage/trunk/debian/simage-config.1 Sat Feb 27 17:27:15 2010
@@ -1,0 +1,37 @@
+.\" Process this file with
+.\" groff -man -Tascii simage-config.1
+.\"
+.TH simage-config 1 "DECEMBER 2001" "Library Configuration" "User Manuals"
+.SH NAME
+simage-config \- Display Simage Library Configuration
+.SH SYNOPSIS
+.B simage-config 
+.I OPTION 
+.B [
+.I OPTION
+.B ... ]
+.SH DESCRIPTION
+.B simage-config
+is a script that is used to display what compiler flags and libraries were
+used when Simage was built.
+.SH OPTIONS
+.IP --version
+Return Simage version string
+.IP --help
+Display simage-config usage information
+.IP --cppflags
+Return C pre-processor flags for use when compiling with Simage
+.IP --cflags
+Return C compiler flags for use when compiling with Simage
+.IP --ldflags
+Return linker flags needed when linking against Simage
+.IP --libs
+Return libraries one must link with when using Simage
+.IP --alternate=<config-name>
+Set Simage configuration to something other than default (when using
+multiple Simage configurations).
+.SH AUTHORS
+Morten Eriksen <mortene at coin3d.org>, and
+.br
+Lars J. Aas <larsa at coin3d.org>
+.




More information about the debian-science-commits mailing list