]> git.donarmstrong.com Git - debhelper.git/commitdiff
r466: * Corrected bashism (echo -e, DAMNIT), in rules file that resulted in a
authorjoey <joey>
Sat, 12 May 2001 16:26:19 +0000 (16:26 +0000)
committerjoey <joey>
Sat, 12 May 2001 16:26:19 +0000 (16:26 +0000)
     corrupted Dh_Version.pm. Closes: #97236

debian/changelog
debian/rules

index 027f3facb9fff21490830db61914bbed73ef41a2..fc067da6af1ff4e4f1cc4a76389e3f18ce489cb6 100644 (file)
@@ -1,3 +1,10 @@
+debhelper (3.0.21) unstable; urgency=low
+
+  * Corrected bashism (echo -e, DAMNIT), in rules file that resulted in a
+    corrupted Dh_Version.pm. Closes: #97236
+
+ -- Joey Hess <joeyh@debian.org>  Sat, 12 May 2001 12:21:40 -0400
+
 debhelper (3.0.20) unstable; urgency=low
 
   * Modified the postrm fragment for dh_installxfonts to not try to delete
index 8302555c70d86f1b05e0220e5e75ab50ad94918f..bc83ec50265210ce5ec7660714a502b49197ff6c 100755 (executable)
@@ -75,7 +75,7 @@ binary-indep: build
        ./dh_installdirs usr/bin usr/share/debhelper \
                $(PERLLIBDIR)/Debian/Debhelper
 
-       echo -e "package Debian::Debhelper::Dh_Version;\n\$$version='$(VERSION)';" > \
+       printf "package Debian::Debhelper::Dh_Version;\n\$$version='$(VERSION)';" > \
                debian/debhelper/$(PERLLIBDIR)/Debian/Debhelper/Dh_Version.pm
 
        find . -perm +111 -maxdepth 1 -type f -not -name "*.pl" \