[SCM] brutefir/master: Rename bruterfir.orig to brutefir.real.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Mon Sep 20 13:14:32 UTC 2010


The following commit has been merged in the master branch:
commit 63f51135945fa53ab933af0c6224f58f2c47f3c9
Author: Alessio Treglia <alessio at debian.org>
Date:   Mon Sep 20 15:14:21 2010 +0200

    Rename bruterfir.orig to brutefir.real.

diff --git a/debian/brutefir.wrapper b/debian/brutefir.wrapper
index 3769a8d..1aa4801 100644
--- a/debian/brutefir.wrapper
+++ b/debian/brutefir.wrapper
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-BIN=/usr/lib/brutefir/brutefir.orig
+BIN=/usr/lib/brutefir/brutefir.real
 CONFIG=~/.brutefir_config
 
 if ! [ -e $CONFIG  ]; then
diff --git a/debian/rules b/debian/rules
index 87f6a6e..86192e7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,7 @@ override_dh_auto_build:
 override_dh_auto_install:
 	dh_auto_install -- ARCH=`dpkg --print-architecture`
 	mv $(CURDIR)/debian/brutefir/usr/bin/brutefir \
-		$(CURDIR)/debian/brutefir/usr/lib/brutefir/brutefir.orig
+		$(CURDIR)/debian/brutefir/usr/lib/brutefir/brutefir.real
 	cp debian/brutefir.wrapper $(CURDIR)/debian/brutefir/usr/bin/brutefir
 	chmod 755 $(CURDIR)/debian/brutefir/usr/bin/brutefir
 

-- 
brutefir packaging



More information about the pkg-multimedia-commits mailing list