aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichał Łyszczek <michal.lyszczek@bofc.pl>2018-10-26 15:53:28 +0200
committerMichał Łyszczek <michal.lyszczek@bofc.pl>2018-10-26 15:54:25 +0200
commit72483eeaf147430a06139407892036fab458a638 (patch)
tree031c64c301b59ed84b1fca681810de65e93997f5
parentdab7ce0fae71bd0434c05f12cc5b3c312c526eae (diff)
downloadlibrb-72483eeaf147430a06139407892036fab458a638.tar.gz
librb-72483eeaf147430a06139407892036fab458a638.tar.bz2
librb-72483eeaf147430a06139407892036fab458a638.zip
remove comments in rules for deb pkg
lintian saw that as an error The debian/rules file appears to be an unmodified or insufficiently modified copy of the dh_make template. xDD no_buildbot
-rwxr-xr-xpkg/debian/rules18
1 files changed, 0 insertions, 18 deletions
diff --git a/pkg/debian/rules b/pkg/debian/rules
index f733e96..222d161 100755
--- a/pkg/debian/rules
+++ b/pkg/debian/rules
@@ -1,26 +1,8 @@
#!/usr/bin/make -f
-# See debhelper(7) (uncomment to enable)
-# output every command that modifies files on the build system.
export DH_VERBOSE = 1
-
-# 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
-
-
%:
dh $@ --list-missing --with autoreconf
override_dh_auto_test:
$(MAKE) check
-
-# dh_make generated override targets
-# This is example for Cmake (See https://bugs.debian.org/641051 )
-#override_dh_auto_configure:
-# dh_auto_configure -- # -DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH)