diff options
author | Michael Biebl <biebl@debian.org> | 2016-09-19 22:43:47 +0000 |
---|---|---|
committer | Michael Biebl <biebl@debian.org> | 2016-09-19 22:43:47 +0000 |
commit | edaa72ff7ee2aaa41cf51ba8aed9c47c04f4cfb0 (patch) | |
tree | c713c86b8d8ae78fe729f9e8fc3ec0e7ea8e9642 /debian/rules | |
parent | New upstream release. (diff) | |
download | zenity-edaa72ff7ee2aaa41cf51ba8aed9c47c04f4cfb0.tar.gz zenity-edaa72ff7ee2aaa41cf51ba8aed9c47c04f4cfb0.tar.bz2 zenity-edaa72ff7ee2aaa41cf51ba8aed9c47c04f4cfb0.zip |
Convert from cdbs to dh.
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/debian/rules b/debian/rules index 7eeef872..a8a82086 100755 --- a/debian/rules +++ b/debian/rules @@ -1,11 +1,11 @@ #!/usr/bin/make -f -include /usr/share/cdbs/1/rules/debhelper.mk -include /usr/share/cdbs/1/class/gnome.mk -include /usr/share/cdbs/1/rules/utils.mk -include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk -LDFLAGS += -Wl,-O1 -Wl,-z,defs -Wl,--as-needed +export DEB_LDFLAGS_MAINT_APPEND = -Wl,-O1 -Wl,-z,defs -Wl,--as-needed -DEB_DH_INSTALL_ARGS += --list-missing +%: + dh $@ --with autoreconf,gnome + +override_dh_install: + dh_install --list-missing |