Timo Aaltonen pushed to branch debian-unstable at X Strike Force / app / 
apitrace


Commits:
e9a9d2d2 by Timo Aaltonen at 2019-09-12T12:46:46Z
rules: Attempt to fix built-using to have the source package version, not 
binNMU.

- - - - -
69a01185 by Timo Aaltonen at 2019-09-12T12:46:58Z
release to sid

- - - - -


2 changed files:

- debian/changelog
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+apitrace (8.0+repack-2) unstable; urgency=medium
+
+  * rules: Attempt to fix built-using to have the source package
+    version, not binNMU.
+
+ -- Timo Aaltonen <tjaal...@debian.org>  Thu, 12 Sep 2019 15:46:48 +0300
+
 apitrace (8.0+repack-1) unstable; urgency=medium
 
   * New upstream release.


=====================================
debian/rules
=====================================
@@ -30,11 +30,13 @@ override_dh_missing:
 override_dh_gencontrol:
        echo "built-using:Depends=zlib (= $(shell dpkg-query -s zlib1g-dev \
                                                | grep Version: \
-                                               | cut -d' ' -f2))" \
+                                               | cut -d' ' -f2 \
+                                               | sed 's/+.*//'))" \
                 >> debian/apitrace-tracers.substvars
        echo "built-using:Depends=snappy (= $(shell dpkg-query -s libsnappy-dev 
\
                                                | grep Version: \
-                                               | cut -d' ' -f2))" \
+                                               | cut -d' ' -f2 \
+                                               | sed 's/+.*//'))" \
                 >> debian/apitrace-tracers.substvars
        dh_gencontrol
 



View it on GitLab: 
https://salsa.debian.org/xorg-team/app/apitrace/compare/0ee54384b3154dcf664bd326ccc440514924a665...69a011857d07531d2ef98dff1fe9cc83b3721668

-- 
View it on GitLab: 
https://salsa.debian.org/xorg-team/app/apitrace/compare/0ee54384b3154dcf664bd326ccc440514924a665...69a011857d07531d2ef98dff1fe9cc83b3721668
You're receiving this email because of your account on salsa.debian.org.


Reply via email to