[Xfce4-commits] [panel-plugins/xfce4-hardware-monitor-plugin] 73/96: Update rules to latest example

noreply at xfce.org noreply at xfce.org
Thu Nov 27 22:21:18 CET 2014


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

nick pushed a commit to branch master
in repository panel-plugins/xfce4-hardware-monitor-plugin.

commit 2920076da2650fd961b5d23406f293a2d2d2420d
Author: OmegaPhil <OmegaPhil at gmail.com>
Date:   Sun Aug 3 12:58:33 2014 +0100

    Update rules to latest example
---
 debian/rules |   28 ++++++++++++++++++----------
 1 file changed, 18 insertions(+), 10 deletions(-)

diff --git a/debian/rules b/debian/rules
index ea03834..73baff0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,14 +1,22 @@
 #!/usr/bin/make -f
-# -*- makefile -*-
-#  # Sample debian/rules that uses debhelper.
-# This file was originally written by Joey Hess and Craig Small.
-# # As a special exception, when this file is copied by dh-make into a
-# # dh-make output file, you may use that output file without restriction.
-# # This special exception was added by Craig Small in version 0.37 of dh-make.
-#
-# # Uncomment this to turn on verbose mode.
-# #export DH_VERBOSE=1
-#
+# See debhelper(7) (uncomment to enable)
+# output every command that modifies files on the build system.
+#DH_VERBOSE = 1
+
+# see EXAMPLES in dpkg-buildflags(1) and read /usr/share/dpkg/*
+DPKG_EXPORT_BUILDFLAGS = 1
+include /usr/share/dpkg/default.mk
+
+# see FEATURE AREAS in dpkg-buildflags(1)
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+
+# see ENVIRONMENT in dpkg-buildflags(1)
+# package maintainers to append CFLAGS
+export DEB_CFLAGS_MAINT_APPEND  = -Wall -pedantic
+# package maintainers to append LDFLAGS
+export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
+
+# main packaging script based on dh7 syntax
 %:
 	dh $@ --parallel --with=autoreconf
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list