summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2020-02-17 12:23:51 -0700
committerSean Whitton <spwhitton@spwhitton.name>2020-02-17 12:23:51 -0700
commit8c980440483a7e159367bb9d8adf757f2f4acf50 (patch)
tree47d2e6db1ba4b491736484f2f00ba60acd395655
parentc2f4fb828597bd35fbd5612380e9df94c2870689 (diff)
downloadp5-API-GitForge-8c980440483a7e159367bb9d8adf757f2f4acf50.tar.gz
use dh-dist-zilla
-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 dcd5af2..4077a0e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libapi-gitforge-perl (0.001-2) UNRELEASED; urgency=medium
+
+ * Use dh-dist-zilla.
+
+ -- Sean Whitton <spwhitton@spwhitton.name> Mon, 17 Feb 2020 12:23:28 -0700
+
libapi-gitforge-perl (0.001-1) experimental; urgency=medium
* Initial release.
diff --git a/debian/control b/debian/control
index 2310091..8308424 100644
--- a/debian/control
+++ b/debian/control
@@ -6,6 +6,9 @@ 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:
libgit-wrapper-perl,
libgitlab-api-v4-perl,
@@ -13,9 +16,6 @@ Build-Depends-Indep:
librole-tiny-perl,
libterm-ui-perl,
libtry-tiny-perl,
- libdist-zilla-perl,
- libdist-zilla-plugin-git-perl,
- libdist-zilla-plugin-podweaver-perl,
perl (>= 5.28.0),
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libapi-gitforge-perl
diff --git a/debian/rules b/debian/rules
index 4b85e88..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=API-GitForge-${DEB_VERSION_UPSTREAM}
-
-override_dh_auto_configure:
- HOME=. dzil build
- dh_auto_configure
-
-override_dh_auto_clean:
- HOME=. dzil clean
+ dh $@ --with dist-zilla