+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
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 - ; \