r54686 - in /desktop/unstable/vte2.91/debian: changelog rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Wed Nov 1 20:47:01 UTC 2017


Author: biebl
Date: Wed Nov  1 20:47:01 2017
New Revision: 54686

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=54686
Log:
Rename /etc/profile.d/vte.sh → vte-2.91.sh in override_dh_auto_install.
This avoids a build failure for binary-arch only builds.

Modified:
    desktop/unstable/vte2.91/debian/changelog
    desktop/unstable/vte2.91/debian/rules

Modified: desktop/unstable/vte2.91/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/vte2.91/debian/changelog?rev=54686&op=diff
==============================================================================
--- desktop/unstable/vte2.91/debian/changelog	[utf-8] (original)
+++ desktop/unstable/vte2.91/debian/changelog	[utf-8] Wed Nov  1 20:47:01 2017
@@ -1,3 +1,10 @@
+vte2.91 (0.50.2-2) UNRELEASED; urgency=medium
+
+  * Rename /etc/profile.d/vte.sh → vte-2.91.sh in override_dh_auto_install.
+    This avoids a build failure for binary-arch only builds.
+
+ -- Michael Biebl <biebl at debian.org>  Wed, 01 Nov 2017 21:43:53 +0100
+
 vte2.91 (0.50.2-1) unstable; urgency=medium
 
   * New upstream release

Modified: desktop/unstable/vte2.91/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/vte2.91/debian/rules?rev=54686&op=diff
==============================================================================
--- desktop/unstable/vte2.91/debian/rules	[utf-8] (original)
+++ desktop/unstable/vte2.91/debian/rules	[utf-8] Wed Nov  1 20:47:01 2017
@@ -38,6 +38,8 @@
 		--destdir=debian/tmp/deb
 	dh_auto_install --builddirectory=build-udeb \
 		--destdir=debian/tmp/udeb
+	mv debian/tmp/deb/etc/profile.d/vte.sh \
+		debian/tmp/deb/etc/profile.d/vte-2.91.sh
 
 override_dh_auto_clean:
 	dh_auto_clean --builddirectory=build-deb
@@ -55,8 +57,6 @@
 	find debian/tmp -name '*.la' -print -delete
 	dh_install -p$(UDEB_PKG) --sourcedir=debian/tmp/udeb
 	dh_install --remaining --sourcedir=debian/tmp/deb
-	mv debian/libvte-2.91-common/etc/profile.d/vte.sh \
-		debian/libvte-2.91-common/etc/profile.d/vte-2.91.sh
 
 override_dh_missing:
 	dh_missing --list-missing




More information about the pkg-gnome-commits mailing list