[proftpd-dfsg] 01/01: build done by dh_auto_build, instead of manual `make all`.

Hilmar Preuße hilmar-guest at moszumanska.debian.org
Tue Oct 25 21:08:18 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 b37612fd8c3d99640026efdd44e8b0e169138829
Author: Hilmar Preuße <hille42 at web.de>
Date:   Tue Oct 25 23:07:54 2016 +0200

    build done by dh_auto_build, instead of manual `make all`.
---
 debian/changelog | 1 +
 debian/rules     | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 63b256a..650ff5d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -27,6 +27,7 @@ proftpd-dfsg (1.3.5a-2) UNRELEASED; urgency=medium
   * Same URL for Vcs-Git & Vcs-Browser in control file.
   * Some suggestions by Mattia Rizzolo <mattia at debian.org> for debian/rules
     - Update of config.{sub,guess} is done by dh_update_autotools_config
+    - build done by dh_auto_build, instead of manual `make all`
     (- 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 2382237..e2b4a15 100755
--- a/debian/rules
+++ b/debian/rules
@@ -60,7 +60,8 @@ build: debian/proftpd-substvars configure-stamp build-stamp
 build-stamp: 
 	dh_testdir
 	
-	$(MAKE) CC="$(CC)" all
+	#$(MAKE) CC="$(CC)" all
+	dh_auto_build
 	
 	touch $@
 

-- 
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