summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2006-10-25 03:11:14 +0000
committerGuillem Jover <guillem@hadrons.org>2010-06-10 23:21:21 +0200
commit72c3b1f2e39d43a60e0eb3a4f2fdd89744af0903 (patch)
tree0537bcb710931be2abb207b5db96affbaaad814f
parent67d39a3d368aef4571559df5b8ba27f93bd0306d (diff)
downloadinetutils-72c3b1f2e39d43a60e0eb3a4f2fdd89744af0903.tar.gz
Fix tarball.sh to take into account the non-free removals
-rw-r--r--debian/changelog3
-rwxr-xr-xdebian/tarball.sh2
2 files changed, 3 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 674ad68..f69bfe1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,7 +2,8 @@ inetutils (2:1.5.dfsg.1-1) UNRELEASED; urgency=low
* New upstream release.
- Remove non-free RFC and GFDL documentation. Explain the situation
- in debian/copyright. (Closes: #393376)
+ in debian/copyright and modify debian/tarball.sh accordingly.
+ (Closes: #393376)
- debian/patches/00_build_dfsg.patch: New file. Disable the doc/ dir.
- debian/patches/00_no_link_extralibs.patch: Renamed to ...
- debian/patches/01_no_link_extralibs.patch: ... this. Partially merged
diff --git a/debian/tarball.sh b/debian/tarball.sh
index 0f1d513..fb0265d 100755
--- a/debian/tarball.sh
+++ b/debian/tarball.sh
@@ -44,7 +44,7 @@ cp -al $SRCDIR $TARBALLDIR
echo "-> cleaning snapshot."
# Clean non-free stuff
-:
+rm -rf $TARBALLDIR/doc/
# Clean cvs stuff
find $TARBALLDIR -name 'CVS' -o -name '.cvsignore' | xargs rm -rf