Andreas Tille pushed to branch master at Debian Med / wtdbg2


Commits:
4edfe2bf by Andreas Tille at 2020-08-13T15:16:13+02:00
Make sure simd-dispatch will be installed only in main package

- - - - -
5e67040b by Andreas Tille at 2020-08-13T15:42:34+02:00
routine-update: Ready to upload to unstable

- - - - -


2 changed files:

- debian/changelog
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+wtdbg2 (2.5-6) unstable; urgency=medium
+
+  * Make sure simd-dispatch will be installed only in main package
+    Closes: #968275
+
+ -- Andreas Tille <[email protected]>  Thu, 13 Aug 2020 15:16:51 +0200
+
 wtdbg2 (2.5-5) unstable; urgency=medium
 
   * Team upload.


=====================================
debian/rules
=====================================
@@ -48,7 +48,7 @@ endif
 
 override_dh_auto_install:
 ifeq (amd64,$(DEB_HOST_ARCH))
-       dh_install debian/bin/simd-dispatch /usr/lib/$(DEB_SOURCE)/
+       dh_install -p $(DEB_SOURCE) debian/bin/simd-dispatch 
/usr/lib/$(DEB_SOURCE)/
        for SIMD in avx2 avx sse4.1 ssse3 sse3 sse2 ; do \
                export CFLAGS="$(CFLAGS) -m$${SIMD}" ; \
                dh_auto_build -- SFX=-$${SIMD} BIN=$(libexecdir) install ; \
@@ -58,7 +58,7 @@ ifeq (amd64,$(DEB_HOST_ARCH))
                && for prog in kbm2 pgzf wtdbg-cns wtdbg2 wtpoa-cns ; do \
                ln -s ../lib/$(DEB_SOURCE)/simd-dispatch $${prog} ; done
 else ifeq (i386,$(DEB_HOST_ARCH))
-       dh_install debian/bin/simd-dispatch /usr/lib/$(DEB_SOURCE)/
+       dh_install -p $(DEB_SOURCE) debian/bin/simd-dispatch 
/usr/lib/$(DEB_SOURCE)/
        for SIMD in sse2 sse mmx ; do \
                export CFLAGS="$(CFLAGS) -m$${SIMD}" ; \
                dh_auto_build -- SFX=-$${SIMD} BIN=$(libexecdir) install ; \



View it on GitLab: 
https://salsa.debian.org/med-team/wtdbg2/-/compare/5ce9d642f296cdf287d779aabc97dbb79dbfb7b2...5e67040be15af426f47586fb9011d426f0d7c238

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/wtdbg2/-/compare/5ce9d642f296cdf287d779aabc97dbb79dbfb7b2...5e67040be15af426f47586fb9011d426f0d7c238
You're receiving this email because of your account on salsa.debian.org.


_______________________________________________
debian-med-commit mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to