[qrouter] 01/01: More to patch
Ruben Undheim
rubund-guest at moszumanska.debian.org
Fri Sep 19 19:41:01 UTC 2014
This is an automated email from the git hooks/post-receive script.
rubund-guest pushed a commit to branch master
in repository qrouter.
commit dc3ffb980f92acf720cf0f8e630e8c8a5a3855f2
Author: Ruben Undheim <ruben.undheim at gmail.com>
Date: Fri Sep 19 19:39:56 2014 +0000
More to patch
---
debian/patches/01_chmod_executable.patch | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/debian/patches/01_chmod_executable.patch b/debian/patches/01_chmod_executable.patch
index 6b45a51..5fedebe 100644
--- a/debian/patches/01_chmod_executable.patch
+++ b/debian/patches/01_chmod_executable.patch
@@ -15,3 +15,17 @@ Author: Ruben Undheim <ruben.undheim at gmail.com>
uninstall:
$(RM) $(DESTDIR)${BININSTALL}/qrouter
+--- qrouter-1.2.32.orig/Makefile.in
++++ qrouter-1.2.32/Makefile.in
+@@ -94,9 +94,9 @@ install-tcl: qrouter.sh qrouter.tcl qrou
+ $(INSTALL) qrouter.sh $(DESTDIR)${BININSTALL}/qrouter
+ $(INSTALL) qrouter$(SHDLIB_EXT) $(DESTDIR)${LIBINSTALL}
+ $(INSTALL) qrouterexec$(EXEEXT) $(DESTDIR)${LIBINSTALL}
+- $(INSTALL) console.tcl $(DESTDIR)${LIBINSTALL}
++ $(INSTALL) -m 0644 console.tcl $(DESTDIR)${LIBINSTALL}
+ $(INSTALL) tkcon.tcl $(DESTDIR)${LIBINSTALL}
+- $(INSTALL) qrouter.tcl $(DESTDIR)${LIBINSTALL}
++ $(INSTALL) -m 0644 qrouter.tcl $(DESTDIR)${LIBINSTALL}
+
+ uninstall:
+ $(RM) $(DESTDIR)${BININSTALL}/qrouter
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/qrouter.git
More information about the debian-science-commits
mailing list