From eeec619c70d49253b54dc54b2625efa77ccf664a Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Mon, 17 Feb 2020 12:18:59 -0700 Subject: use dh-dist-zilla Signed-off-by: Sean Whitton --- debian/changelog | 6 ++++++ debian/control | 6 +++--- debian/rules | 11 +---------- 3 files changed, 10 insertions(+), 13 deletions(-) diff --git a/debian/changelog b/debian/changelog index ee3c960..74dda57 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libgit-annex-perl (0.001-2) UNRELEASED; urgency=medium + + * Use dh-dist-zilla. + + -- Sean Whitton Mon, 17 Feb 2020 12:18:47 -0700 + libgit-annex-perl (0.001-1) unstable; urgency=medium * Initial upload to Debian. diff --git a/debian/control b/debian/control index eca5391..608ae72 100644 --- a/debian/control +++ b/debian/control @@ -6,14 +6,14 @@ Section: perl Priority: optional Build-Depends: debhelper-compat (= 12), + dh-dist-zilla, + libdist-zilla-plugin-git-perl, + libdist-zilla-plugin-podweaver-perl, Build-Depends-Indep: git-annex , libcapture-tiny-perl, libdata-compare-perl, libdigest-md5-file-perl, - libdist-zilla-perl, - libdist-zilla-plugin-git-perl, - libdist-zilla-plugin-podweaver-perl, libfile-chdir-perl, libfile-chmod-perl, libfile-slurp-perl, diff --git a/debian/rules b/debian/rules index 30c568b..5e1a3dd 100755 --- a/debian/rules +++ b/debian/rules @@ -1,13 +1,4 @@ #!/usr/bin/make -f -include /usr/share/dpkg/pkg-info.mk - %: - dh $@ --sourcedirectory=Git-Annex-${DEB_VERSION_UPSTREAM} - -override_dh_auto_configure: - HOME=. dzil build - dh_auto_configure - -override_dh_auto_clean: - HOME=. dzil clean + dh $@ --with dist-zilla -- cgit v1.2.3