patch to fix "make dist" to generate tarballs and generate Debian packages

12 views
Skip to first unread message

Romain Lenglet

unread,
Oct 11, 2013, 10:16:17 PM10/11/13
to paris-tr...@googlegroups.com
This patch fixes "make dist", which generates the paris-traceroute-0.1.tar.gz tarball.
With this patch, the tarball now includes the Debian package files and all the files from the git repository.

To generate a Debian package:

# generate a tarball
make dist
# rename the tarball to fit Debian's naming convention for upstream tarballs
mv paris-traceroute-0.1.tar.gz paris-traceroute_0.1.orig.tar.gz
# uncompress
tar xzf paris-traceroute_0.1.orig.tar.gz
cd paris-traceroute-0.1
# generate the Debian package
debuild
# or: dpkg-buildpackage -us -uc

Thanks for including my previous patches!
--
Romain Lenglet
0002-fix-make-dist-to-generate-tarballs.patch
Reply all
Reply to author
Forward
0 new messages