summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2020-02-17 12:18:59 -0700
committerSean Whitton <spwhitton@spwhitton.name>2020-02-17 12:20:14 -0700
commiteeec619c70d49253b54dc54b2625efa77ccf664a (patch)
treeb0d17d1a23e254f9ce2162e1ad4e14c6c4ceaefc
parent84fc36494cff4600fef9e57adf6448563e3a2154 (diff)
downloadp5-Git-Annex-eeec619c70d49253b54dc54b2625efa77ccf664a.tar.gz
use dh-dist-zilla
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
-rw-r--r--debian/changelog6
-rw-r--r--debian/control6
-rwxr-xr-xdebian/rules11
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 <spwhitton@spwhitton.name> 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 <!nocheck>,
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