Adam Heath 25 éve
szülő
commit
4efdafcbe6
3 módosított fájl, 6 hozzáadás és 1 törlés
  1. 4 0
      ChangeLog
  2. 1 0
      debian/changelog
  3. 1 1
      debian/dpkg.postinst

+ 4 - 0
ChangeLog

@@ -1,3 +1,7 @@
+Sat Dec 23 16:24:31 CST 2000 Adam Heath <doogie@debian.org>
+
+  * debian/dpkg.postinst: Remove bashism.
+
 Sat Dec 23 03:06:19 CST 2000 Adam Heath <doogie@debian.org>
 Sat Dec 23 03:06:19 CST 2000 Adam Heath <doogie@debian.org>
 
 
   * scripts/cl-debian.pl: Make '#' optional in Closes: tags.
   * scripts/cl-debian.pl: Make '#' optional in Closes: tags.

+ 1 - 0
debian/changelog

@@ -1,5 +1,6 @@
 dpkg (1.8.0) unstable; urgency=low
 dpkg (1.8.0) unstable; urgency=low
 
 
+  * Removed bashing from dpkg.postinst.
   * Make '#' optional in Closes: tags.  Closes: Bug#63137.
   * Make '#' optional in Closes: tags.  Closes: Bug#63137.
   * Add -t to -h output in dpkg-buildpackage:  Closes: Bug#49598.
   * Add -t to -h output in dpkg-buildpackage:  Closes: Bug#49598.
   * Fix typo in --compare-versions error message.  Closes: Bug#66474.
   * Fix typo in --compare-versions error message.  Closes: Bug#66474.

+ 1 - 1
debian/dpkg.postinst

@@ -213,7 +213,7 @@ do
  		sed -ne '/^[^\/]/ s:^:/:; s/^/ /; / ./p' >&4 deb/$package.hash
  		sed -ne '/^[^\/]/ s:^:/:; s/^/ /; / ./p' >&4 deb/$package.hash
  	fi
  	fi
  	echo >&4
  	echo >&4
-	for s in {pre,post}{rm,inst} list
+	for s in prerm postrm preinst postinst list
 	do
 	do
 		if test -f deb/$package.$s
 		if test -f deb/$package.$s
 		then
 		then