This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pinentry-x2go. commit 706372f0ef03cb62533deed799c7514baf96add2 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sun Nov 11 12:46:35 2018 +0100 debian/rules: Adopt from official Debian package. --- debian/changelog | 2 ++ debian/rules | 28 ++++++++++++++++++++-------- 2 files changed, 22 insertions(+), 8 deletions(-) diff --git a/debian/changelog b/debian/changelog index e82b44f..a7b0d57 100644 --- a/debian/changelog +++ b/debian/changelog @@ -16,6 +16,8 @@ pinentry-x2go (0.7.5.10-0x2go1) UNRELEASED; urgency=low + Add THANKS file as doc file. * debian/upstream/changelog: + Drop file. + * debian/rules: + + Adopt from official Debian package. -- X2Go Release Manager <git-admin@x2go.org> Sun, 07 Jun 2015 00:31:14 +0200 diff --git a/debian/rules b/debian/rules index 04fb07d..65bcfd6 100755 --- a/debian/rules +++ b/debian/rules @@ -1,23 +1,29 @@ #!/usr/bin/make -f -export CPPFLAGS:=$(shell dpkg-buildflags --get CPPFLAGS) -export CFLAGS:=$(shell dpkg-buildflags --get CFLAGS) -export CXXFLAGS:=$(shell dpkg-buildflags --get CXXFLAGS) -export LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS) +export DEB_BUILD_MAINT_OPTIONS = hardening=+all +DPKG_EXPORT_BUILDFLAGS = 1 +include /usr/share/dpkg/buildflags.mk + +export QT_SELECT=qt5 %: - dh --with autoreconf $@ + dh $@ + +override_dh_autoreconf: + ln -s debian/upstream/changelog ChangeLog + dh_autoreconf override_dh_auto_install: -override_dh_auto_test: override_dh_auto_clean: - dh_auto_clean || true + -dh_auto_clean rm -f INSTALL rm -f Makefile.in rm -f aclocal.m4 rm -f assuan/Makefile.in + rm -f compile rm -f confdefs.h + rm -f config.h.in rm -f config.guess rm -f config.sub rm -f configure @@ -30,5 +36,11 @@ override_dh_auto_clean: rm -f missing rm -f pinentry/Makefile.in rm -f secmem/Makefile.in + rm -f ChangeLog rm -f doc/mdate-sh - rm -f doc/texinfo.tex \ No newline at end of file + rm -f doc/texinfo.tex + rm -f pinentry-x2go/pinentry-x2go_*.qm + rm -f pinentry-x2go/qmake_qmake_immediate.qrc + +get-orig-source: + uscan --noconf --force-download --rename --download-current-version --destdir=.. -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pinentry-x2go.git