[hodie] 06/10: Import Debian changes 1.4-6

Christian T. Steigies cts at moszumanska.debian.org
Sat Nov 4 16:17:52 UTC 2017


This is an automated email from the git hooks/post-receive script.

cts pushed a commit to branch master
in repository hodie.

commit cc6adec4e5941b0010020ad43adb65e64039a598
Author: Christian T. Steigies <cts at debian.org>
Date:   Sat Aug 18 20:07:27 2007 +0200

    Import Debian changes 1.4-6
    
    hodie (1.4-6) unstable; urgency=low
    
      * debian/rules: do not strip binary by default (closes: #437167)
---
 debian/changelog                |  6 ++++++
 debian/patches/000_nostrip.diff | 11 +++++++++++
 debian/rules                    |  2 +-
 3 files changed, 18 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 7064d67..ac51859 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+hodie (1.4-6) unstable; urgency=low
+
+  * debian/rules: do not strip binary by default (closes: #437167)
+
+ -- Christian T. Steigies <cts at debian.org>  Sat, 18 Aug 2007 20:07:27 +0200
+
 hodie (1.4-5) unstable; urgency=low
 
   * swap "Octobres" and "Novembres" in month_ack (closes: #392916)
diff --git a/debian/patches/000_nostrip.diff b/debian/patches/000_nostrip.diff
new file mode 100644
index 0000000..5c6d61f
--- /dev/null
+++ b/debian/patches/000_nostrip.diff
@@ -0,0 +1,11 @@
+--- Makefile~	2007-08-18 20:04:53.000000000 +0200
++++ Makefile	2007-08-18 20:04:53.000000000 +0200
+@@ -41,7 +41,7 @@
+ $(OBJECTS): $(HEADERS)
+ 
+ install: $(EXEC)
+-	$(INSTALL) -s -m 755 $(EXEC) $(BINDIR)
++	$(INSTALL) -m 755 $(EXEC) $(BINDIR)
+ 	install -m 644 hodie.1 $(MAN1DIR)
+ 	install -d $(DOCDIR)
+ 	install -m 644 $(DOCS) $(DOCDIR)
diff --git a/debian/rules b/debian/rules
index a83b1a3..a086a5e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-installbin = install -g root -o root -s -m 755
+installbin = install -g root -o root -m 755
 installdoc = install -g root -o root -m 644
 
 TARGET = hodie

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/hodie.git



More information about the debian-science-commits mailing list