[gts] 15/25: Import Debian patch 0.7.6+darcs100321-1

Andreas Tille tille at debian.org
Tue Jan 31 12:40:38 UTC 2017


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

tille pushed a commit to branch master
in repository gts.

commit e5b768d7132e03ca918c56807ea8ddcec7662dd1
Merge: 6c85b10 bcd5da3
Author: Ruben Molina <rmolina at udea.edu.co>
Date:   Sun Mar 28 12:33:15 2010 -0500

    Import Debian patch 0.7.6+darcs100321-1

 ChangeLog                          |  62 +++++++
 Makefile.am                        |  23 ++-
 Makefile.in                        |  33 +++-
 config.h.in                        |   3 +
 configure                          | 286 +++++++++++++++++++++++++++++-
 configure.in                       |  18 +-
 debian/Makefile.am                 |   6 +
 debian/Makefile.in                 | 348 +++++++++++++++++++++++++++++++++++++
 debian/changelog                   |   9 +
 debian/changelog.sh                |  11 ++
 debian/control                     |   2 +-
 debian/libgts-doc.doc-base         |  12 ++
 debian/libgts-snapshot-dev.install |   7 +
 debian/libgts-snapshot-doc.docs    |   1 +
 debian/libgts-snapshot.install     |  22 +++
 debian/libgts-snapshot.symbols     |   1 +
 debian/source/format               |   1 +
 debian/source/options              |   2 +
 debian/stamp-autotools-configure   |   0
 examples/happrox.c                 |   6 +-
 gts.spec.in                        |  75 --------
 src/misc.c                         |  32 +++-
 22 files changed, 864 insertions(+), 96 deletions(-)

diff --cc debian/changelog
index 1698f7c,0000000..6f73f38
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,143 -1,0 +1,152 @@@
++gts (0.7.6+darcs100321-1) unstable; urgency=low
++
++  * New upstream version
++  * Standards-Version bumped to 3.8.4 (no changes)
++  * Adds doc-base registration for libgts-doc
++  * Migrated to source format 3.0
++
++ -- Ruben Molina <rmolina at udea.edu.co>  Sun, 28 Mar 2010 12:33:15 -0500
++
 +gts (0.7.6+darcs090508-1) unstable; urgency=low
 +
 +  * New upstream version
 +  * Standards-Version bumped to 3.8.1 (no changes)
 +  * Section for libgts-dbg changed to debug
 +  * Updated links on debian/copyright
 +  * Solved override disparities for libgts-0.7-5
 +  * Improved descriptions
 +
 + -- Ruben Molina <rmolina at udea.edu.co>  Sun, 07 Jun 2009 17:38:08 -0500
 +
 +gts (0.7.6+darcs080704-2) unstable; urgency=low
 +
 +  * Added Depends on libgts-0.7-5 for libgts-dev
 +  * Added symbols control file
 +
 + -- Ruben Molina <rmolina at udea.edu.co>  Tue, 22 Jul 2008 20:43:00 -0500
 +
 +gts (0.7.6+darcs080704-1) unstable; urgency=low
 +
 +  * Acknowledge previous NMU
 +  * New upstream version
 +  * New maintainer (Closes: #471987)
 +  * Standards-Version updated to 3.8.0
 +  * Solved override disparities for libgts-dev
 +  * Migrated to CDBS
 +  * Added a new binary package with debugging symbols
 +  * tools/srf2oogl.1: Removed (tool deprecated)
 +  * Added new man pages
 +  * Added watch file 
 +  * Restored missing docs to libgts-doc (Closes: #395846)
 +  * Added Replaces for libgts-0.7-1 (Closes: #422900)
 +  * Split binaries into libgts-bin (Closes: #465190)
 +  * Removed unneeded dependencies (Closes: #465189)
 +
 + -- Ruben Molina <rmolina at udea.edu.co>  Fri, 04 Jul 2008 17:20:55 -0500
 +
 +gts (0.7.6-1.1) unstable; urgency=high
 +
 +  * Non-maintainer upload.
 +  * Add missing Replace/Conflicts against libgts-0.7-1. (closes: bug#370244).
 +  * Urgency set to high: RC bug fix, and blocks other packages transition.
 +
 + -- Pierre Habouzit <madcoder at debian.org>  Sat, 17 Jun 2006 08:24:45 +0200
 +
 +gts (0.7.6-1) unstable; urgency=low
 +
 +  * New upstream version (closes: bug#363642, bug#275617)
 +  * debian/control: New soname, rename libgts-0.7-1 to libgts-0.7-5
 +  * src/rounding.h: fixed upstream (closes: bug#356146)
 +  * debian/libgts-dev.examples: install examples' source (won't install the
 +    binaries, since they are not of general use) (closes: bug#352290)
 +  * docs are installed, don't know what caused the bug, seems to be fixed
 +    (closes: bug#296909)
 +
 + -- Marcelo E. Magallon <mmagallo at debian.org>  Mon, 08 May 2006 19:13:50 -0600
 +
 +gts (0.7.3-2) unstable; urgency=low
 +
 +  * Add dependency on libglib2.0-dev (closes: bug#302869)
 +
 + -- Marcelo E. Magallon <mmagallo at debian.org>  Sat, 09 Apr 2005 09:24:07 -0600
 +
 +gts (0.7.3-1) unstable; urgency=low
 +
 +  * New upstream release.
 +  * Moved to glib 2.0
 +
 + -- Marcelo E. Magallon <mmagallo at debian.org>  Sat, 05 Feb 2005 11:42:06 -0600
 +
 +gts (0.7.1-1) unstable; urgency=low
 +
 +  * New upstream release.
 +  * debian/rules: remove test for /usr/share/misc/config.{guess,sub}
 +    existance.  If the files are not there for whatever reason, I want
 +    this to go down in flames.
 +  * debian/control: Shorten description for libgts-doc
 +  * debian/control, debian/rules: Add libgts-0.7-1
 +  * debian/rules: install transform as gtstransform
 +  * debian/control: add Conflicts, Replaces for older versions of libgts-dev
 +
 + -- Marcelo E. Magallon <mmagallo at debian.org>  Sun, 09 Feb 2003 12:32:21 +0100
 +
 +gts (0.6.0-1) unstable; urgency=low
 +
 +  * New upstream release
 +  * debian/rules, debian/compat: use debhelper 4
 +  * debian/control: update Build-Depends, Standards-Version
 +
 + -- Marcelo E. Magallon <mmagallo at debian.org>  Sat, 29 Jun 2002 13:50:48 +0200
 +
 +gts (0.5.1-1) unstable; urgency=low
 +
 +  * New upstream release
 +
 + -- Marcelo E. Magallon <mmagallo at debian.org>  Mon, 12 Nov 2001 08:34:33 +0100
 +
 +gts (0.5.0-1) unstable; urgency=low
 +
 +  * New upstream release.
 +  * debian/control, debian/rules: Use autotools-dev
 +
 + -- Marcelo E. Magallon <mmagallo at debian.org>  Sun, 11 Nov 2001 20:06:25 +0100
 +
 +gts (0.4.0-1) unstable; urgency=low
 +
 +  * New upstream release.
 +
 + -- Marcelo E. Magallon <mmagallo at debian.org>  Thu,  1 Feb 2001 00:41:28 +0100
 +
 +gts (0.3.0-2) unstable; urgency=low
 +
 +  * Applied patches from Christopher Chimelis (sorry about the delay,
 +    somehow I missed the report) (closes: bug#77260)
 +
 + -- Marcelo E. Magallon <mmagallo at debian.org>  Sun, 17 Dec 2000 13:49:20 +0100
 +
 +gts (0.3.0-1) unstable; urgency=low
 +
 +  * New upstream release.
 +  * src/predicate{_init,}.c: special case ARM.  Other architectures seem 
 +    fine.  (closes: bug#62124)
 +
 + -- Marcelo E. Magallon <mmagallo at debian.org>  Sat, 15 Apr 2000 11:25:32 +0200
 +
 +gts (0.2.0-2) unstable; urgency=low
 +
 +  * src/predicate{_init,}.c: replace hardcoded FPU maks by the
 +    corresponding constants and bit operations.  The used constans
 +    replicate the hardcoded values (thanks to Roman for pointing this out)
 +    (sent upstream) (closes: bug#62124)
 +
 + -- Marcelo E. Magallon <mmagallo at debian.org>  Sat, 15 Apr 2000 11:25:32 +0200
 +
 +gts (0.2.0-1) unstable; urgency=low
 +
 +  * Initial Release.
 +
 + -- Marcelo E. Magallon <mmagallo at debian.org>  Sat, 19 Feb 2000 21:18:38 +0100
 +
 +Local variables:
 +mode: debian-changelog
 +End:
diff --cc debian/changelog.sh
index 0000000,9246cf7..c1b01dc
mode 000000,100644..100644
--- a/debian/changelog.sh
+++ b/debian/changelog.sh
@@@ -1,0 -1,11 +1,11 @@@
+ GTS_VERSION=`grep GTS_MAJOR_VERSION config.h | awk '{print $3;}'`.`grep GTS_MINOR_VERSION config.h | awk '{print $3;}'`.`grep GTS_MICRO_VERSION config.h | awk '{print $3;}'`
+ 
+ version=`date +%y%m%d`
+ date=`date +"%a, %e %b %Y %T %z"`
+ cat <<EOF > debian/changelog
 -gts-snapshot ($GTS_VERSION-$version) jaunty; urgency=low
++gts-snapshot ($GTS_VERSION-$version) hardy; urgency=low
+ 
+   * gts-snapshot release (based on Ruben Molina's official debian)
+ 
+  -- Stephane Popinet <popinet at users.sf.net>  $date
+ EOF
diff --cc debian/control
index 209868f,ca3a298..79f4b90
--- a/debian/control
+++ b/debian/control
@@@ -1,64 -1,44 +1,64 @@@
 -Source: gts-snapshot
 +Source: gts
  Section: math
  Priority: optional
 -Maintainer: Stephane Popinet <popinet at users.sf.net>
 -Build-Depends: cdbs, debhelper (>= 5), autotools-dev, libglib2.0-dev, libnetpbm10-dev, gtk-doc-tools (>= 1.3-4)
 +Maintainer: Ruben Molina <rmolina at udea.edu.co>
 +Build-Depends: cdbs, debhelper (>= 6), autotools-dev, libglib2.0-dev
- Standards-Version: 3.8.1
++Standards-Version: 3.8.4
  Homepage: http://gts.sourceforge.net/
  
 -Package: libgts-snapshot-dev
 -Section: libdevel
 -Architecture: any
 -Depends: ${shlibs:Depends}, ${misc:Depends}, libglib2.0-dev, libgts-snapshot (= ${binary:Version})
 -Conflicts: libgts-dev, libgts-bin
 -Suggests: libgts-snapshot-doc
 -Description: GTS Library (development snapshot)
 - GTS includes a number of useful functions to deal with triangulated
 - surfaces including, but not limited to, multi-resolution models,
 - Delaunay and Constrained Delaunay triangulations, set operations on
 - surfaces (intersection, union etc ...), bounding-boxes trees for
 - efficient collision and intersection detection, triangle strips and
 - binary heaps.
 -
 -Package: libgts-snapshot
 -Section: libs
 +Package: libgts-0.7-5
  Architecture: any
 +Section: devel
  Depends: ${shlibs:Depends}, ${misc:Depends}
 -Conflicts: libgts-0.7-1, libgts-0.7.5, libgts-bin
 -Description: GTS Library (development snapshot) -- runtime environment
 - GTS includes a number of useful functions to deal with triangulated
 - surfaces.  Refer to the libgts-dev package description for more
 - details.
 +Recommends: libgts-bin
 +Replaces: libgts-0.7-1, libgts-dev (<< ${binary:Version})
 +Description: library to deal with 3D computational surface meshes
 + The GNU Triangulated Surface Library is intended to provide a simple and
 + efficient library to scientists dealing with 3D surfaces meshed with
 + interconnected triangles.
   .
 - This package provides runtime support for GTS
 + This package contains the shared libraries.
  
 -Package: libgts-snapshot-doc
 -Section: doc
 +Package: libgts-doc
  Architecture: all
 -Conflicts: libgts-doc
 +Section: doc
  Depends: ${shlibs:Depends}, ${misc:Depends}
 -Description: GTS Library documentation (development snapshot)
 - GTS includes a number of useful functions to deal with triangulated
 - surfaces.  Refer to the libgts-dev package description for more
 - details.
 +Description: documentation for libgts
 + The GTS Library is intended to provide a set of useful functions to
 + deal with 3D surfaces meshed with interconnected triangles.
 + .
 + This package contains the documentation files.
 +
 +Package: libgts-dev
 +Architecture: any
 +Section: libdevel
 +Depends: ${shlibs:Depends}, ${misc:Depends}, libglib2.0-dev, libgts-0.7-5 (= ${binary:Version})
 +Suggests: libgts-doc
 +Replaces: libgts-0.7-1
 +Description: development files for libgts
 + The GTS Library is intended to provide a set of useful functions to
 + deal with 3D surfaces meshed with interconnected triangles.
 + .
 + This package contains the headers and development libraries needed to
 + build applications using GTS.
 +
 +Package: libgts-dbg
 +Priority: extra
 +Architecture: any
 +Section: debug
 +Depends: ${shlibs:Depends}, ${misc:Depends}, libgts-0.7-5 (= ${binary:Version})
 +Description: debugging symbols for libgts 
 + The GTS Library is intended to provide a set of useful functions to
 + deal with 3D surfaces meshed with interconnected triangles.
 + .
 + This package contains the debugging symbols for GTS.
 +
 +Package: libgts-bin
 +Architecture: any
 +Depends: ${shlibs:Depends}, ${misc:Depends}, libgts-0.7-5 (= ${binary:Version})
 +Replaces: libgts-0.7-1, libgts-dev (<< ${binary:Version})
 +Description: utility binaries for libgts
 + The GTS Library is intended to provide a set of useful functions to 
 + deal with 3D surfaces meshed with interconnected triangles.
   .
 - This package contains the GTS Reference, in HTML format.
 + This package contains some utility binaries.
diff --cc debian/libgts-doc.doc-base
index 0000000,0000000..27b6353
new file mode 100644
--- /dev/null
+++ b/debian/libgts-doc.doc-base
@@@ -1,0 -1,0 +1,12 @@@
++Document: libgts
++Title: GTS Library Reference Manual
++Author: Pascal Brachet
++Abstract: GNU Triangulated Surface Library
++ The GNU Triangulated Surface Library is intended to provide a simple and
++ efficient library to scientists dealing with 3D surfaces meshed with
++ interconnected triangles.
++Section: Science/Mathematics
++
++Format: html
++Index: /usr/share/doc/libgts-doc/html/book1.html
++Files: /usr/share/doc/libgts-doc/html/*.html
diff --cc debian/source/format
index 0000000,0000000..163aaf8
new file mode 100644
--- /dev/null
+++ b/debian/source/format
@@@ -1,0 -1,0 +1,1 @@@
++3.0 (quilt)
diff --cc debian/source/options
index 0000000,0000000..779dbfd
new file mode 100644
--- /dev/null
+++ b/debian/source/options
@@@ -1,0 -1,0 +1,2 @@@
++compression = "bzip2"
++compression-level = 9
diff --cc debian/stamp-autotools-configure
index 0000000,0000000..e69de29
new file mode 100644
--- /dev/null
+++ b/debian/stamp-autotools-configure

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



More information about the debian-science-commits mailing list