[librecad] 03/06: build for release

Scott Sheridan Howard showard at moszumanska.debian.org
Fri Jan 17 20:14:37 UTC 2014


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

showard pushed a commit to branch master
in repository librecad.

commit c960f1034bdd57b135476dfa6b65d0541da0059c
Author: Scott Howard <showard314 at gmail.com>
Date:   Mon Dec 30 12:17:18 2013 -0500

    build for release
---
 debian/changelog | 3 ++-
 debian/rules     | 9 +++++++++
 2 files changed, 11 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 4c73fbb..7ae2678 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
-librecad (2.0.0~rc3+nolibs-1) experimental; urgency=low
+librecad (2.0.0~rc3+nolibs-1) unstable; urgency=low
 
+  * Merge from experimental to unstable.
   * New upstream release.
 
  -- Scott Howard <showard at debian.org>  Mon, 09 Dec 2013 23:29:24 -0500
diff --git a/debian/rules b/debian/rules
index 96bcb31..9104753 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,6 +5,11 @@
 
 DEB_UPSTREAM_VERSION=$(shell dpkg-parsechangelog | sed -rne 's,^Version: ([^+]+).*,\1,p')
 
+# Fixes some FTBFS, see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=730423
+# and http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=726989
+XDG_CONFIG_DIRS := $(shell echo $(XDG_CONFIG_DIRS)):/usr/lib/$(DEB_HOST_MULTIARCH)
+export XDF_CONFIG_DIRS
+
 %:
 	dh $@ --parallel
 
@@ -24,6 +29,10 @@ override_dh_auto_configure:
 override_dh_compress:
 	dh_compress -X.qch -X.qhc
 
+copyright_check:
+	$(MAKE) -f /usr/share/cdbs/1/rules/utils.mk debian/stamp-copyright-check
+	rm debian/stamp-copyright-check
+
 get-orig-source:
 	uscan --download-current-version --repack --rename && \
 	tar -zxf ../librecad_${DEB_UPSTREAM_VERSION}.orig.tar.gz && \

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



More information about the debian-science-commits mailing list