[SCM] plotmm/master: Rename executables properly.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Fri Oct 22 15:52:18 UTC 2010


The following commit has been merged in the master branch:
commit e9cceb566f912d3ae211b178de89046cfbdad6af
Author: Alessio Treglia <alessio at debian.org>
Date:   Fri Oct 22 17:51:23 2010 +0200

    Rename executables properly.

diff --git a/debian/rules b/debian/rules
index 382d888..6734cc3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,5 +9,11 @@ override_dh_auto_configure:
 override_dh_installchangelogs:
 	dh_installchangelogs ChangeLog README
 
+override_dh_auto_install:
+	dh_auto_install
+	cd $(CURDIR)/debian/tmp/usr/bin && \
+	mv curves plotmm-curves && \
+	mv simple plotmm-simple
+
 override_dh_strip:
 	dh_strip --dbg-package=libplotmm-dbg

-- 
plotmm packaging



More information about the pkg-multimedia-commits mailing list