Browse Source

Correct name of source tarball in debian/rules

Wichert Akkerman 27 years ago
parent
commit
080f3a511f
2 changed files with 5 additions and 1 deletions
  1. 4 0
      ChangeLog
  2. 1 1
      debian/rules

+ 4 - 0
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>
 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
   * Merge the new buildsystem from the wta_build branch. If you want

+ 1 - 1
debian/rules

@@ -216,7 +216,7 @@ binary-arch: binary-dpkg
 binary-indep: binary-dpkg-dev binary-dpkg-doc
 binary-indep: binary-dpkg-dev binary-dpkg-doc
 	set -e ; set -x ; \
 	set -e ; set -x ; \
 	v=`sed -n 's/^Version: //p' $(TMP_DPKG_DEV)/DEBIAN/control`; \
 	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 \
 	if [ -f ../dpkg_$${v}.tar.gz ] ; then \
 	    	cp ../dpkg_$${v}.tar.gz ../$$f ; \
 	    	cp ../dpkg_$${v}.tar.gz ../$$f ; \
 		dpkg-distaddfile -fdebian/files  $$f byhand - ; \
 		dpkg-distaddfile -fdebian/files  $$f byhand - ; \