[SCM] drumgizmo/master: Don't pack new /usr/bin/dgreftest as not useful for non-devs

viccuad-guest at users.alioth.debian.org viccuad-guest at users.alioth.debian.org
Tue Nov 1 19:48:10 UTC 2016


The following commit has been merged in the master branch:
commit c1d2a8745127418e9045987f4c8c5ebf22bc89c8
Author: Víctor Cuadrado Juan <me at viccuad.me>
Date:   Tue Nov 1 11:33:10 2016 +0100

    Don't pack new /usr/bin/dgreftest as not useful for non-devs

diff --git a/debian/README.Debian b/debian/README.Debian
index d6a2187..65bc422 100644
--- a/debian/README.Debian
+++ b/debian/README.Debian
@@ -20,4 +20,9 @@ drumgizmo for Debian
    I have left upstream's lodepng in place, so Debian's DrumGizmo will work
    with whatever Ardour version (Debian's, upstream's paid, old, etc).
 
- -- Víctor Cuadrado Juan <me at viccuad.me>  Mon, 19 Oct 2015 13:14:48 +0200
+ * dgreftest binary runs a known session of drumgizmo in a controlled
+   environment and should produce a bitwise equal output compared to a previous
+   run. It is used for detecting changes when refactoring code. It is not useful
+   for end users, and therefore is not being packaged.
+
+ -- Víctor Cuadrado Juan <me at viccuad.me>, Sun, 30 Oct 2016 13:14:15 +0100
diff --git a/debian/rules b/debian/rules
index 6fcf2a7..2ac8222 100755
--- a/debian/rules
+++ b/debian/rules
@@ -40,5 +40,6 @@ override_dh_auto_install:
 	dh_auto_install
 	# per policy 3.9.1.0:
 	rm debian/drumgizmo/usr/lib/lv2/drumgizmo.lv2/drumgizmo.la
-	# remove unused:
-	# rm debian/drumgizmo/usr/lib/lv2/drumgizmo.lv2/drumgizmo.a
+
+	# dgreftest is only useful when developing
+	rm debian/drumgizmo/usr/bin/dgreftest

-- 
drumgizmo packaging



More information about the pkg-multimedia-commits mailing list