]> err.no Git - dpkg/commitdiff
Correct name of source tarball in debian/rules
authorWichert Akkerman <wakkerma@debian.org>
Thu, 25 Nov 1999 03:46:03 +0000 (03:46 +0000)
committerWichert Akkerman <wakkerma@debian.org>
Thu, 25 Nov 1999 03:46:03 +0000 (03:46 +0000)
ChangeLog
debian/rules

index 8fe664e67663469d982e6d9e7e52cb793bb2413f..5f8b35e3363ebc8f0cbe0c2f0ba3eac96109d1aa 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Thu Nov 25 04:55:18 CET 1999 Wichert Akkerman <wakkerma@debian.org>
+
+  * Correct name of source tarball in debian/rules
+
 Thu Nov 25 03:45:23 CET 1999 Wichert Akkerman <wakkerma@debian.org>
 
   * Merge the new buildsystem from the wta_build branch. If you want
index a294fe5bd2297f3f547ea9391cafd84ce13659c5..42e97dd0212f23e276708c0aefcdcc42ebfe0710 100755 (executable)
@@ -216,7 +216,7 @@ binary-arch: binary-dpkg
 binary-indep: binary-dpkg-dev binary-dpkg-doc
        set -e ; set -x ; \
        v=`sed -n 's/^Version: //p' $(TMP_DPKG_DEV)/DEBIAN/control`; \
-       f=dpkg-$${v}_$(arch).tar.gz ; \
+       f=dpkg-$${v}.tar.gz ; \
        if [ -f ../dpkg_$${v}.tar.gz ] ; then \
                cp ../dpkg_$${v}.tar.gz ../$$f ; \
                dpkg-distaddfile -fdebian/files  $$f byhand - ; \