[3depict] 02/03: * Update changelog * Refresh install & patches * Update debian/rules * Fix installation of PDF so it can be found by Help menu item * Uncomment mgl2 enable flag
D Haley
mycae-guest at moszumanska.debian.org
Sun Dec 8 13:04:03 UTC 2013
This is an automated email from the git hooks/post-receive script.
mycae-guest pushed a commit to branch master
in repository 3depict.
commit 11036adc268a97da885da887e572f0ac3c99e77c
Author: D Haley <mycae at gmx.com>
Date: Sun Dec 1 18:28:51 2013 +0100
* Update changelog
* Refresh install & patches
* Update debian/rules
* Fix installation of PDF so it can be found by Help menu item
* Uncomment mgl2 enable flag
---
debian/3depict.install | 4 +++-
debian/changelog | 8 ++++++++
debian/patches/FTGL-lowercase.patch | 6 +++---
debian/rules | 3 ++-
4 files changed, 16 insertions(+), 5 deletions(-)
diff --git a/debian/3depict.install b/debian/3depict.install
index 4fa9249..7979f4d 100644
--- a/debian/3depict.install
+++ b/debian/3depict.install
@@ -1,2 +1,4 @@
data/textures/*png usr/share/3depict/textures/
-docs/manual-latex/manual.pdf usr/share/3depict/
+data/*dtd usr/share/3depict/
+data/*txt usr/share/3depict/
+data/*xml usr/share/3depict/
diff --git a/debian/changelog b/debian/changelog
index 7cbccd4..ae96210 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+3depict (0.0.15-1) unstable; urgency=low
+
+ * update to upstream
+ * Remove unit tests (Closes: #730100)
+ * Upstream has updated autotools (Closes: #727842)
+
+ -- D Haley <mycae at gmx.com> Sun, 01 Dec 2013 18:25:12 +0100
+
3depict (0.0.14-1) unstable; urgency=low
* Update to upstream, 0.0.14
diff --git a/debian/patches/FTGL-lowercase.patch b/debian/patches/FTGL-lowercase.patch
index bcfd504..e87b92f 100644
--- a/debian/patches/FTGL-lowercase.patch
+++ b/debian/patches/FTGL-lowercase.patch
@@ -1,10 +1,10 @@
Description: Debian uses lowercase lib names.
Forwarded: not-needed
Author: D Haley <mycae - gmx - com>
-Index: 3depict-0.0.14/configure
+Index: 3depict-0.0.15/configure
===================================================================
---- 3depict-0.0.14.orig/configure 2013-07-20 19:24:44.000000000 +0200
-+++ 3depict-0.0.14/configure 2013-07-20 19:24:46.000000000 +0200
+--- 3depict-0.0.15.orig/configure 2013-12-01 17:18:40.000000000 +0100
++++ 3depict-0.0.15/configure 2013-12-01 17:18:45.000000000 +0100
@@ -5964,7 +5964,7 @@
if test "x$ftgl_prefix" != "x" ; then
#use the supplied CFLAGS. assume LIBS
diff --git a/debian/rules b/debian/rules
index 738dc53..55423d5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@
dh $@ --parallel
override_dh_auto_configure:
- dh_auto_configure -- --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --enable-openmp-parallel --disable-debug-checks --with-libpng-link="-lpng" --with-libpng-flags="-L/lib" --with-ftgl-prefix="/usr" #--enable-mgl2
+ dh_auto_configure -- --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --enable-openmp-parallel --disable-debug-checks --with-libpng-link="-lpng" --with-libpng-flags="-L/lib" --with-ftgl-prefix="/usr" --enable-mgl2
override_dh_clean:
@@ -38,6 +38,7 @@ override_dh_auto_install:
#install icon (both SVG and XPM) into pixmaps
install -Dp -m 644 $(CURDIR)/data/3Depict.xpm $(CURDIR)/debian/3depict/usr/share/pixmaps/3depict.xpm
install -Dp -m 644 $(CURDIR)/data/textures/tex-source/3Depict-icon.svg $(CURDIR)/debian/3depict/usr/share/pixmaps/3depict.svg
+ install -Dp -m 644 $(CURDIR)/docs/manual-latex/manual.pdf $(CURDIR)/debian/3depict/usr/share/3depict/3depict-manual.pdf
#---
#Install the pre-built locale files that are shipped with the tarball.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/3depict.git
More information about the debian-science-commits
mailing list