[med-svn] r359 - in trunk/packages/volpack/trunk: . debian debian/patches
mhanke-guest at alioth.debian.org
mhanke-guest at alioth.debian.org
Fri Jul 20 10:28:45 UTC 2007
Author: mhanke-guest
Date: 2007-07-20 10:28:45 +0000 (Fri, 20 Jul 2007)
New Revision: 359
Added:
trunk/packages/volpack/trunk/debian/
trunk/packages/volpack/trunk/debian/README.Debian
trunk/packages/volpack/trunk/debian/changelog
trunk/packages/volpack/trunk/debian/compat
trunk/packages/volpack/trunk/debian/control
trunk/packages/volpack/trunk/debian/copyright
trunk/packages/volpack/trunk/debian/docs
trunk/packages/volpack/trunk/debian/libvolpack-dev.dirs
trunk/packages/volpack/trunk/debian/patches/
trunk/packages/volpack/trunk/debian/patches/00list
trunk/packages/volpack/trunk/debian/patches/20-fix_makefiles.dpatch
trunk/packages/volpack/trunk/debian/patches/30-disable_null_define.dpatch
trunk/packages/volpack/trunk/debian/rules
Log:
[svn-inject] Applying Debian modifications to trunk
Property changes on: trunk/packages/volpack/trunk/debian
___________________________________________________________________
Name: mergeWithUpstream
+ 1
Added: trunk/packages/volpack/trunk/debian/README.Debian
===================================================================
--- trunk/packages/volpack/trunk/debian/README.Debian (rev 0)
+++ trunk/packages/volpack/trunk/debian/README.Debian 2007-07-20 10:28:45 UTC (rev 359)
@@ -0,0 +1,6 @@
+volpack for Debian
+------------------
+
+<possible notes regarding this package - if none, delete this file>
+
+ -- Michael Hanke <michael.hanke at gmail.com> Fri, 20 Apr 2007 19:37:30 +0200
Added: trunk/packages/volpack/trunk/debian/changelog
===================================================================
--- trunk/packages/volpack/trunk/debian/changelog (rev 0)
+++ trunk/packages/volpack/trunk/debian/changelog 2007-07-20 10:28:45 UTC (rev 359)
@@ -0,0 +1,8 @@
+volpack (1.0b3-1) unstable; urgency=low
+
+ * Initial release.
+ * Manpages are not included in the package as lintian reports lots of
+ quotation error.
+
+ -- Michael Hanke <michael.hanke at gmail.com> Fri, 20 Apr 2007 19:37:30 +0200
+
Added: trunk/packages/volpack/trunk/debian/compat
===================================================================
--- trunk/packages/volpack/trunk/debian/compat (rev 0)
+++ trunk/packages/volpack/trunk/debian/compat 2007-07-20 10:28:45 UTC (rev 359)
@@ -0,0 +1 @@
+5
Added: trunk/packages/volpack/trunk/debian/control
===================================================================
--- trunk/packages/volpack/trunk/debian/control (rev 0)
+++ trunk/packages/volpack/trunk/debian/control 2007-07-20 10:28:45 UTC (rev 359)
@@ -0,0 +1,24 @@
+Source: volpack
+Section: non-free/libdevel
+Priority: extra
+Maintainer: Michael Hanke <michael.hanke at gmail.com>
+Build-Depends: cdbs, debhelper (>= 5), autotools-dev, dpatch
+Standards-Version: 3.7.2
+
+Package: libvolpack-dev
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: fast volume rendering library
+ VolPack is a software library for fast, high-quality volume rendering with
+ this features:
+ * Renders data sampled on a regular, three-dimensional grid.
+ * Supports user-specified transfer functions for both opacity and color.
+ * Provides a shading model with directional light sources, multiple material
+ types with different reflective properties, depth cueing, and shadows.
+ * Produces color (24 bits/pixel) or grayscale (8 bits/pixel) renderings,
+ with or without an alpha channel.
+ * Supports arbitrary affine view transformations.
+ * Supports a flexible data format that allows an arbitrary C structure to be
+ associated with each voxel.
+ .
+ Homepage: http://graphics.stanford.edu/software/volpack/
Added: trunk/packages/volpack/trunk/debian/copyright
===================================================================
--- trunk/packages/volpack/trunk/debian/copyright (rev 0)
+++ trunk/packages/volpack/trunk/debian/copyright 2007-07-20 10:28:45 UTC (rev 359)
@@ -0,0 +1,25 @@
+This package was debianized by Michael Hanke <michael.hanke at gmail.com> on
+Fri, 20 Apr 2007 19:37:30 +0200.
+
+It was downloaded from http://graphics.stanford.edu/software/volpack/
+
+Upstream Author: Philippe Lacroute <volpack at graphics.stanford.edu>
+
+VolPack is covered by the following copyright notice:
+
+ Copyright (c) 1994 The Board of Trustees of The Leland Stanford
+ Junior University. All rights reserved.
+
+ Permission to use, copy, modify and distribute this software and its
+ documentation for any purpose is hereby granted without fee, provided
+ that the above copyright notice and this permission notice appear in
+ all copies of this software and that you do not sell the software.
+ Commercial licensing is available by contacting the author.
+
+ THE SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTY OF ANY KIND,
+ EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
+ WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
+
+
+The Debian packaging is (C) 2007, Michael Hanke <michael.hanke at gmail.com> and
+is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
Added: trunk/packages/volpack/trunk/debian/docs
===================================================================
--- trunk/packages/volpack/trunk/debian/docs (rev 0)
+++ trunk/packages/volpack/trunk/debian/docs 2007-07-20 10:28:45 UTC (rev 359)
@@ -0,0 +1 @@
+README
Added: trunk/packages/volpack/trunk/debian/libvolpack-dev.dirs
===================================================================
--- trunk/packages/volpack/trunk/debian/libvolpack-dev.dirs (rev 0)
+++ trunk/packages/volpack/trunk/debian/libvolpack-dev.dirs 2007-07-20 10:28:45 UTC (rev 359)
@@ -0,0 +1,2 @@
+usr/lib
+usr/include
Added: trunk/packages/volpack/trunk/debian/patches/00list
===================================================================
--- trunk/packages/volpack/trunk/debian/patches/00list (rev 0)
+++ trunk/packages/volpack/trunk/debian/patches/00list 2007-07-20 10:28:45 UTC (rev 359)
@@ -0,0 +1,2 @@
+20-fix_makefiles.dpatch
+30-disable_null_define.dpatch
Added: trunk/packages/volpack/trunk/debian/patches/20-fix_makefiles.dpatch
===================================================================
--- trunk/packages/volpack/trunk/debian/patches/20-fix_makefiles.dpatch (rev 0)
+++ trunk/packages/volpack/trunk/debian/patches/20-fix_makefiles.dpatch 2007-07-20 10:28:45 UTC (rev 359)
@@ -0,0 +1,23 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 20-fix_makefiles.dpatch by Michael Hanke <michael.hanke at gmail.com>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
+ at DPATCH@
+diff -urNad volpack-1.0b3~/Makefile.in volpack-1.0b3/Makefile.in
+--- volpack-1.0b3~/Makefile.in 2007-04-20 20:33:17.000000000 +0200
++++ volpack-1.0b3/Makefile.in 2007-04-20 20:34:02.000000000 +0200
+@@ -172,10 +172,10 @@
+ $(OBJS): volpack.h vp_global.h config.h
+
+ makeopts: makeopts.c
+- cc -o makeopts makeopts.c
++ $(CC) -o makeopts makeopts.c
+
+ vp_opts.c: makeopts Makefile
+- makeopts vp_opts.c $(CFLAGS)
++ ./makeopts vp_opts.c $(CFLAGS)
+
+ $(COMP_SRCS): $(COMP_IN)
+ @for i in $(COMP_SRCS) ; \
Property changes on: trunk/packages/volpack/trunk/debian/patches/20-fix_makefiles.dpatch
___________________________________________________________________
Name: svn:executable
+ *
Added: trunk/packages/volpack/trunk/debian/patches/30-disable_null_define.dpatch
===================================================================
--- trunk/packages/volpack/trunk/debian/patches/30-disable_null_define.dpatch (rev 0)
+++ trunk/packages/volpack/trunk/debian/patches/30-disable_null_define.dpatch 2007-07-20 10:28:45 UTC (rev 359)
@@ -0,0 +1,19 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 30-disable_null_define.dpatch by Michael Hanke <michael.hanke at gmail.com>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
+ at DPATCH@
+diff -urNad volpack-1.0b3~/vp_global.h volpack-1.0b3/vp_global.h
+--- volpack-1.0b3~/vp_global.h 1994-12-31 00:53:14.000000000 +0100
++++ volpack-1.0b3/vp_global.h 2007-04-20 20:30:45.000000000 +0200
+@@ -168,8 +168,6 @@
+ * Macros. *
+ *******************************************************************/
+
+-#define NULL 0
+-
+ #define MAX(a,b) (((a)<(b)) ? (b) : (a))
+ #define MIN(a,b) (((a)>(b)) ? (b) : (a))
+
Property changes on: trunk/packages/volpack/trunk/debian/patches/30-disable_null_define.dpatch
___________________________________________________________________
Name: svn:executable
+ *
Added: trunk/packages/volpack/trunk/debian/rules
===================================================================
--- trunk/packages/volpack/trunk/debian/rules (rev 0)
+++ trunk/packages/volpack/trunk/debian/rules 2007-07-20 10:28:45 UTC (rev 359)
@@ -0,0 +1,16 @@
+#!/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/dpatch.mk
+
+DEB_CONFIGURE_INVOKE = ./configure --prefix=$(CURDIR)/debian/libvolpack-dev/usr --srcdir=.
+DEB_INSTALL_CHANGELOGS_ALL := changes
+
+install/libvolpack-dev::
+ # remove manpages from the package as lintian is reporting quotation errors
+ # in all of them
+ -rm -rf $(CURDIR)/debian/libvolpack-dev/usr/man
+
+clean::
+ -rm examples/Makefile
Property changes on: trunk/packages/volpack/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
+ *
More information about the debian-med-commit
mailing list