This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository lamarc.
commit ed688dbb11c1b59567921bd7f9f36c61bd934ac5 Author: Andreas Tille <[email protected]> Date: Tue Dec 5 10:10:12 2017 +0100 hardening=+all --- debian/rules | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/debian/rules b/debian/rules index 62983db..6033c1c 100755 --- a/debian/rules +++ b/debian/rules @@ -1,22 +1,8 @@ #!/usr/bin/make -f # DH_VERBOSE := 1 -export LC_ALL=C.UTF-8 -include /usr/share/dpkg/default.mk -# this provides: -# DEB_SOURCE: the source package name -# DEB_VERSION: the full version of the package (epoch + upstream vers. + revision) -# DEB_VERSION_EPOCH_UPSTREAM: the package's version without the Debian revision -# DEB_VERSION_UPSTREAM_REVISION: the package's version without the Debian epoch -# DEB_VERSION_UPSTREAM: the package's upstream version -# DEB_DISTRIBUTION: the distribution(s) listed in the current entry of debian/changelog - -# for hardening you might like to uncomment this: -# export DEB_BUILD_MAINT_OPTIONS=hardening=+all +export DEB_BUILD_MAINT_OPTIONS=hardening=+all %: dh $@ - -#get-orig-source: -# . debian/get-orig-source -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/lamarc.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
