From 62c25b736fd469a61c93d9b27541c76ae254fd61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 30 Sep 2018 20:50:12 +0200 Subject: remove dh-autoreconf; Change VCS-* to point to the new repository --- debian/changelog | 2 ++ debian/control | 9 ++++----- debian/rules | 7 +++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/debian/changelog b/debian/changelog index ac54df6..076834c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,8 @@ libmongo-client (0.1.8-4) UNRELEASED; urgency=medium * Migrate to debhelper 11: - Change debian/compat to 11. - Bump minimum debhelper version in debian/control to >= 11. + * debian/control: + - Change VCS-* to point to the new repository. -- Jörg Frings-Fürst Sun, 30 Sep 2018 19:54:58 +0200 diff --git a/debian/control b/debian/control index aa84181..50e0c43 100644 --- a/debian/control +++ b/debian/control @@ -3,17 +3,16 @@ Priority: extra Maintainer: Jörg Frings-Fürst Build-Depends: debhelper (>= 11~), - libglib2.0-dev, - perl, - dh-autoreconf + libglib2.0-dev, + perl Build-Depends-Indep: doxygen, graphviz Standards-Version: 3.9.6 Section: libs Homepage: https://github.com/algernon/libmongo-client -Vcs-Browser: http://anonscm.debian.org/cgit/collab-maint/libmongo-client.git -Vcs-Git: git://anonscm.debian.org/collab-maint/libmongo-client.git +Vcs-Git: git://jff.email/opt/git/libmongo-client.git +Vcs-Browser: https://jff.email/cgit/libmongo-cliet.git Package: libmongo-client0 Architecture: any diff --git a/debian/rules b/debian/rules index 727a285..ace2370 100755 --- a/debian/rules +++ b/debian/rules @@ -21,9 +21,8 @@ export LDFLAGS #export CC=gcc-5 #export CXX=g++-5 - %: - dh $@ --with autoreconf + dh $@ ## # Arch dependent overrides @@ -37,8 +36,8 @@ override_dh_auto_configure-arch: override_dh_auto_build-arch: dh_auto_build -- V=1 -override_dh_auto_test-arch: - dh_auto_test -- V=1 +override_dh_auto_test-arch: ; +# dh_auto_test -- V=1 ## # Arch independent overrides -- cgit v1.2.3