Control: tags 946541 + patch
Control: tags 946541 + pending

Dear maintainer,

I've prepared an NMU for music (versioned as 1.1.16-1.1) and
uploaded it to DELAYED/5. Please feel free to tell me if I
should delay it longer.

Regards.

diff -Nru music-1.1.16/debian/changelog music-1.1.16/debian/changelog
--- music-1.1.16/debian/changelog       2019-12-01 16:31:44.000000000 -0500
+++ music-1.1.16/debian/changelog       2019-12-17 16:45:14.000000000 -0500
@@ -1,3 +1,13 @@
+music (1.1.16-1.1) unstable; urgency=high
+
+  * Non-maintainer upload.
+  * Source-only upload to allow testing migration.
+  * debian/rules: Use DEB_HOST_MULTIARCH to look up multiarch
+    directories. (Closes: #946541)
+  * debian/control: Mark package music-doc as Multi-Arch: foreign.
+
+ -- Boyuan Yang <by...@debian.org>  Tue, 17 Dec 2019 16:45:14 -0500
+
 music (1.1.16-1) unstable; urgency=medium
 
   * Upstream release 1.1.16.
diff -Nru music-1.1.16/debian/control music-1.1.16/debian/control
--- music-1.1.16/debian/control 2019-12-01 16:31:44.000000000 -0500
+++ music-1.1.16/debian/control 2019-12-17 16:45:12.000000000 -0500
@@ -77,6 +77,7 @@
 Package: music-doc
 Section: doc
 Architecture: all
+Multi-Arch: foreign
 Depends: ${misc:Depends}
 Description: Multi-Simulation Coordinator for MPI -- Manual
  MUSIC allows spike events and continuous time series to be
diff -Nru music-1.1.16/debian/rules music-1.1.16/debian/rules
--- music-1.1.16/debian/rules   2019-12-01 16:31:44.000000000 -0500
+++ music-1.1.16/debian/rules   2019-12-17 16:45:14.000000000 -0500
@@ -3,6 +3,8 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
+include /usr/share/dpkg/default.mk
+
 %:
        dh $@ --parallel --with python3
 
@@ -13,7 +15,7 @@
        $(MAKE) DESTDIR=$(CURDIR)/debian/tmp install
 
 # Remove rpaths in libraries and binaries
-       ( cd $(CURDIR)/debian/tmp/usr/lib/$(DEB_TARGET_GNU_TYPE); chrpath -d
libmusic.so libmusic-c.so )
+       ( cd $(CURDIR)/debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH); chrpath -d
libmusic.so libmusic-c.so )
        ( cd $(CURDIR)/debian/tmp/usr/bin; chrpath -d contsink eventcounter
eventgenerator eventlogger eventselect eventsink eventsource messagesource
music viewevents )
 
 # Build manual

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to