[med-svn] [Git][med-team/gwyddion][master] 2 commits: Make sure package can be build in Architecture=all only builds

Andreas Tille gitlab at salsa.debian.org
Mon Apr 9 13:22:29 BST 2018


Andreas Tille pushed to branch master at Debian Med / gwyddion


Commits:
0ab3182f by Andreas Tille at 2018-03-27T09:32:25+02:00
Make sure package can be build in Architecture=all only builds

- - - - -
c4f21d9f by Andreas Tille at 2018-04-09T14:22:27+02:00
Remove invalid fields from debian/upstream/metadata

- - - - -


3 changed files:

- debian/changelog
- debian/rules
- debian/upstream/metadata


Changes:

=====================================
debian/changelog
=====================================
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+gwyddion (2.50-2) unstable; urgency=medium
+
+  * Make sure package can be build in Architecture=all only builds
+    Closes: #894160
+
+ -- Andreas Tille <tille at debian.org>  Tue, 27 Mar 2018 09:32:17 +0200
+
 gwyddion (2.50-1) unstable; urgency=medium
 
   * New upstream version


=====================================
debian/rules
=====================================
--- a/debian/rules
+++ b/debian/rules
@@ -22,7 +22,9 @@ override_dh_install:
 	dh_install
 	find debian -name "*.la" -o -name "*.pyc" -o -name "*.pyo" | xargs -r rm -f
 	chrpath -d debian/tmp/usr/bin/gwyddion*
-	mv debian/libgwyddion20-dev/usr/lib/*/$(DEB_SOURCE)/include/* debian/libgwyddion20-dev/usr/include/$(DEB_SOURCE)
+	if [ -d debian/libgwyddion20-dev/usr/lib/*/$(DEB_SOURCE)/include/ ] ; then \
+	    mv debian/libgwyddion20-dev/usr/lib/*/$(DEB_SOURCE)/include/* debian/libgwyddion20-dev/usr/include/$(DEB_SOURCE) ; \
+	fi
 	rm -rf debian/libgwyddion20-dev/usr/lib/*/$(DEB_SOURCE)
 
 override_dh_installchangelogs:


=====================================
debian/upstream/metadata
=====================================
--- a/debian/upstream/metadata
+++ b/debian/upstream/metadata
@@ -1,5 +1,4 @@
 Name: Gwyddion
-Homepage: http://gwyddion.net/
 Reference:
   Author: Nečas, David and Klapetek, Petr
   Title: "Gwyddion: an open-source software for SPM data analysis"



View it on GitLab: https://salsa.debian.org/med-team/gwyddion/compare/b771817c532ec86efc52829e0e9a6ce274430f0b...c4f21d9fd38a814b267b88eee0c64df4f2891033

---
View it on GitLab: https://salsa.debian.org/med-team/gwyddion/compare/b771817c532ec86efc52829e0e9a6ce274430f0b...c4f21d9fd38a814b267b88eee0c64df4f2891033
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/debian-med-commit/attachments/20180409/c8e6f923/attachment-0001.html>


More information about the debian-med-commit mailing list