[sketch] 01/02: patch for 871322 from helmut
David Bremner
bremner at debian.org
Sat Aug 19 16:38:05 UTC 2017
This is an automated email from the git hooks/post-receive script.
bremner pushed a commit to branch master
in repository sketch.
commit 311ab37e80187dea76980934ab86c897c670c162
Author: David Bremner <bremner at debian.org>
Date: Sat Aug 19 13:02:58 2017 -0300
patch for 871322 from helmut
---
debian/changelog | 9 +++++++++
debian/control | 7 ++++---
debian/rules | 4 +++-
3 files changed, 16 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 0d4f50b..0c95316 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+sketch (1:0.3.7-4.1) UNRELEASED; urgency=medium
+
+ * Non-maintainer upload.
+ * Fix FTCBFS: (Closes: #-1)
+ + Let dh_auto_build pass cross compilers.
+ + Do not build docs in an arch-only build.
+
+ -- Helmut Grohne <helmut at subdivi.de> Mon, 07 Aug 2017 17:27:31 +0200
+
sketch (1:0.3.7-4) unstable; urgency=medium
* Bug fix: "pgf is no longer provided by texlive-pictures", thanks to
diff --git a/debian/control b/debian/control
index 3090437..ea61012 100644
--- a/debian/control
+++ b/debian/control
@@ -3,10 +3,11 @@ Section: graphics
Priority: optional
Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.debian.org>
Uploaders: David Bremner <bremner at debian.org>
-Build-Depends: debhelper (>= 7.0.50), xsltproc, docbook-xsl, docbook-xml,
- quilt (>= 0.46-7), texinfo, texlive-latex-base, texlive-base-bin,
+Build-Depends: debhelper (>= 7.0.50), quilt (>= 0.46-7), bison, flex
+Build-Depends-Indep: xsltproc, docbook-xsl, docbook-xml,
+ texinfo, texlive-latex-base, texlive-base-bin,
texlive-pstricks (>=2009-6), texlive-latex-recommended, ghostscript,
- epstool, bison, flex, texlive-fonts-recommended
+ epstool, texlive-fonts-recommended
Homepage: http://www.frontiernet.net/~eugene.ressler
Standards-Version: 3.9.3
Vcs-Git: git://git.debian.org/git/debian-science/packages/sketch
diff --git a/debian/rules b/debian/rules
index fdce495..66e2641 100755
--- a/debian/rules
+++ b/debian/rules
@@ -24,9 +24,11 @@ override_dh_auto_configure:
perl makever.pl
override_dh_auto_build:
- $(MAKE) -f makefile
+ dh_auto_build
+ifneq ($(filter sketch-doc,$(shell dh_listpackages)),)
cd Doc && perl make.pl linux examples
$(XP) -o sketch.1 $(DB2MAN) debian/sketch-man.xml
+endif
override_dh_auto_clean:
$(MAKE) clean
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/sketch.git
More information about the debian-science-commits
mailing list