[Pkg-xfce-commits] [Git][xfce-team/desktop/thunar][debian/master] 5 commits: d/control: add multi-arch fields.

Yves-Alexis Perez gitlab at salsa.debian.org
Sun Oct 7 10:03:51 BST 2018


Yves-Alexis Perez pushed to branch debian/master at xfce / desktop / thunar


Commits:
dd00f0d5 by Yves-Alexis Perez at 2018-10-06T15:02:32Z
d/control: add multi-arch fields.

closes: #856598

- - - - -
7c899199 by Yves-Alexis Perez at 2018-10-06T15:29:56Z
d/rules: drop rpath removal, useless now

- - - - -
07e3d9f7 by Yves-Alexis Perez at 2018-10-06T15:30:19Z
d/rules: don't force remove files so we know the rule is useful

- - - - -
3eb4bc63 by Yves-Alexis Perez at 2018-10-07T08:49:26Z
finalize changelog

- - - - -
506ab77e by Yves-Alexis Perez at 2018-10-07T09:03:23Z
upload thunar 1.8.2-1 to unstable

- - - - -


3 changed files:

- debian/changelog
- debian/control
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,5 +1,6 @@
-thunar (1.8.2-1) UNRELEASED; urgency=medium
+thunar (1.8.2-1) unstable; urgency=medium
 
+  [ Unit 193 ]
   * New upstream version 1.8.2
     - Fixed segfault while clicking or typing when using wayland.
                                                                 closes: #910353
@@ -8,7 +9,10 @@ thunar (1.8.2-1) UNRELEASED; urgency=medium
     - d/control: Drop Lionel from uploaders, thanks!
   * Update Standards-Version to 4.2.1.
 
- -- Unit 193 <unit193 at ubuntu.com>  Wed, 03 Oct 2018 02:19:13 -0400
+  [ Yves-Alexis Perez ]
+  * d/control: add multi-arch fields. (closes: #856598)
+
+ -- Yves-Alexis Perez <corsac at debian.org>  Sun, 07 Oct 2018 10:49:30 +0200
 
 thunar (1.8.1-1) unstable; urgency=medium
 


=====================================
debian/control
=====================================
@@ -31,6 +31,7 @@ Vcs-Browser: https://salsa.debian.org/xfce-team/desktop/thunar
 Package: libthunarx-3-dev
 Section: libdevel
 Architecture: any
+Multi-arch: same
 Depends: libglib2.0-dev,
          libgtk-3-dev,
          libthunarx-3-0 (= ${binary:Version}),
@@ -43,6 +44,7 @@ Description: Development files for libthunarx
 Package: libthunarx-3-0
 Section: libs
 Architecture: any
+Multi-arch: same
 Pre-depends: ${misc:Pre-Depends}
 Depends: thunar-data, ${misc:Depends}, ${shlibs:Depends}
 Description: extension library for thunar


=====================================
debian/rules
=====================================
@@ -17,14 +17,8 @@ override_dh_auto_configure:
 		--enable-uca-plugin
 
 override_dh_install:
-	rm -f $(CURDIR)/debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/*.la
-	rm -f $(CURDIR)/debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/*/*.la
-	# rpath
-	chrpath -d -k $(CURDIR)/debian/tmp/usr/bin/Thunar \
-		$(CURDIR)/debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/Thunar/thunar-* \
-		$(CURDIR)/debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/libthunar*.so.*0 \
-		$(CURDIR)/debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/thunarx-3/thunar-apr.so \
-		$(CURDIR)/debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/xfce4/panel/plugins/libthunar-tpa.so
+	rm $(CURDIR)/debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/*.la
+	rm $(CURDIR)/debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/*/*.la
 	rm $(CURDIR)/debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/xfce4/panel/plugins/libthunar-tpa.la
 	dh_install
 



View it on GitLab: https://salsa.debian.org/xfce-team/desktop/thunar/compare/bed13c991323092e14b6e9965432e192ae1a07ff...506ab77e3dd5cfcb9312d231d5df05e081d9191a

-- 
View it on GitLab: https://salsa.debian.org/xfce-team/desktop/thunar/compare/bed13c991323092e14b6e9965432e192ae1a07ff...506ab77e3dd5cfcb9312d231d5df05e081d9191a
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-xfce-commits/attachments/20181007/69256d8f/attachment-0001.html>


More information about the Pkg-xfce-commits mailing list