[gts] 05/25: Import Debian patch 0.7.3-2

Andreas Tille tille at debian.org
Tue Jan 31 12:40:35 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 fc535cb85cd1650863b9d2a4716bbe96cb8b4072
Author: Marcelo E. Magallon <mmagallo at debian.org>
Date:   Sat Apr 9 09:24:07 2005 -0600

    Import Debian patch 0.7.3-2
---
 debian/changelog | 6 ++++++
 debian/control   | 4 ++--
 debian/rules     | 7 +++++--
 3 files changed, 13 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index db8c14a..8130648 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+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.
diff --git a/debian/control b/debian/control
index 25fd872..3cf3a7b 100644
--- a/debian/control
+++ b/debian/control
@@ -3,13 +3,13 @@ Section: math
 Priority: optional
 Maintainer: Marcelo E. Magallon <mmagallo at debian.org>
 Standards-Version: 3.6.1
-Build-Depends: debhelper (>= 4), libglib2.0-dev, autotools-dev, gtk-doc-tools
+Build-Depends: debhelper (>= 4), libglib2.0-dev, autotools-dev, gtk-doc-tools (>= 1.3-4)
 
 Package: libgts-dev
 Section: devel
 Priority: optional
 Architecture: any
-Depends: libc6-dev, ${shlibs:Depends}, libgts-0.7-1 (= ${Source-Version})
+Depends: libc6-dev, ${shlibs:Depends}, libgts-0.7-1 (= ${Source-Version}), libglib2.0-dev
 Suggests: libgts-doc
 Description: GNU Triangulated Surface Library
  GTS includes a number of useful functions to deal with triangulated
diff --git a/debian/rules b/debian/rules
index aaedca4..0545c46 100755
--- a/debian/rules
+++ b/debian/rules
@@ -34,6 +34,7 @@ build-stamp:
 		--infodir=\$${prefix}/share/info \
 		$(ARCH)
 	$(MAKE)
+	$(MAKE) -C doc scan templates sgml html
 
 	touch build-stamp
 
@@ -49,6 +50,8 @@ clean:
 
 	$(RM) src/predicates_init
 
+	cd doc && rm -rf gts-decl-list.txt gts-decl.txt gts-docs.sgml gts-overrides.txt gts-sections.txt gts-undocumented.txt gts-unused.txt html sgml sgml.stamp tmpl tmpl.stamp html.stamp
+
 	dh_clean
 
 install: build
@@ -66,8 +69,8 @@ binary-indep:
 	dh_testdir
 	dh_testroot
 	dh_clean -k
-#	dh_installdirs -plibgts-doc usr/share/doc/libgts-doc/html
-#	cp -a doc/html/*.html debian/libgts-doc/usr/share/doc/libgts-doc/html
+	dh_installdirs -plibgts-doc usr/share/doc/libgts-doc/html
+	cp -a doc/html/*.html debian/libgts-doc/usr/share/doc/libgts-doc/html
 	dh_installdocs
 	dh_installchangelogs 
 	dh_compress

-- 
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