diff options
| author | Holger Paradies <retabell@gmx.de> | 2026-07-25 07:15:05 +0200 |
|---|---|---|
| committer | Holger Paradies <retabell@gmx.de> | 2026-07-25 07:15:05 +0200 |
| commit | b72f267a348870c22a697b84e06952c23de6f040 (patch) | |
| tree | ea3b370e8e573e6d04bedc298d279a4bee91d22d /kanotix-irc/debian/rules | |
| parent | 0377937c3899842425e9339e0255b80d873de0c8 (diff) | |
| download | kanotix-packages-b72f267a348870c22a697b84e06952c23de6f040.zip kanotix-packages-b72f267a348870c22a697b84e06952c23de6f040.tar.gz | |
kanotix-irc update packaging
Diffstat (limited to 'kanotix-irc/debian/rules')
| -rwxr-xr-x | kanotix-irc/debian/rules | 24 |
1 files changed, 23 insertions, 1 deletions
diff --git a/kanotix-irc/debian/rules b/kanotix-irc/debian/rules index b092bdd..f1d1d25 100755 --- a/kanotix-irc/debian/rules +++ b/kanotix-irc/debian/rules @@ -1,4 +1,26 @@ #!/usr/bin/make -f -include /usr/share/cdbs/1/rules/debhelper.mk +# 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 $@ + + +# dh_make generated override targets. +# This is an example for Cmake (see <https://bugs.debian.org/641051>). +#override_dh_auto_configure: +# dh_auto_configure -- \ +# -DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH) |
