[proftpd-dfsg] 01/01: Some files created during build were not removed (debuild -S cries).

Hilmar Preuße hilmar-guest at moszumanska.debian.org
Thu Sep 15 13:42:12 UTC 2016


This is an automated email from the git hooks/post-receive script.

hilmar-guest pushed a commit to branch master
in repository proftpd-dfsg.

commit adf6a7e88b051ed2fa7e7638d41d9105aa3c603c
Author: Hilmar Preuße <hille42 at web.de>
Date:   Thu Sep 15 15:41:36 2016 +0200

    Some files created during build were not removed (debuild -S cries).
---
 debian/changelog |  1 +
 debian/rules     | 10 +++++++++-
 2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index d8f50fc..4f6e687 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,7 @@ proftpd-dfsg (1.3.5a-2) UNRELEASED; urgency=medium
     with SFTP module (Closes: #809068), large_files_SFTP.diff
   * Apply patch for reproducible build. Thanks to Chris Lamb
     (Closes: #831381).
+  * Some files created during build were not removed during clean.
 
  -- Mahyuddin Susanto <udienz at gmail.com>  Wed, 24 Aug 2016 15:23:38 -0700
 
diff --git a/debian/rules b/debian/rules
index 4d7482e..e92be16 100755
--- a/debian/rules
+++ b/debian/rules
@@ -110,9 +110,17 @@ myclean:
 	rm -f contrib/mod_wrap2/mod_wrap2.h \
 	      contrib/mod_wrap2/Makefile \
 	      contrib/mod_load/mod_load.h \
-	      contrib/mod_load/Makefile 
+	      contrib/mod_load/Makefile \
+	      contrib/mod_sftp/mod_sftp.h \
+	      contrib/mod_sftp/Makefile
 	# clean up libtool files still around
 	find contrib -name "*.la" -exec rm -f {} \;
+	# some manual page are generated during build:
+	rm -f src/ftpdctl.8 src/proftpd.8 src/proftpd.conf.5 src/xferlog.5
+	rm -f utils/ftpcount.1 utils/ftpscrub.8 utils/ftpshut.8 utils/ftptop.1
+	rm -f utils/ftpwho.1
+	# prxs is created from prxs.in
+	rm -f src/prxs
 
 binary-indep: checkroot build
 	dh_installdirs -i

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-proftpd/proftpd-dfsg.git



More information about the Pkg-proftpd-maintainers mailing list