summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog34
-rw-r--r--debian/control24
-rw-r--r--debian/copyright2
-rwxr-xr-xdebian/rules5
-rw-r--r--debian/upstream/metadata7
5 files changed, 56 insertions, 16 deletions
diff --git a/debian/changelog b/debian/changelog
index 19ef948..eeb805a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,37 @@
+libtext-bibtex-perl (0.88-4) unstable; urgency=medium
+
+ * Team upload.
+
+ [ gregor herrmann ]
+ * debian/control: update Build-Depends for cross builds.
+
+ [ Debian Janitor ]
+ * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
+ Repository-Browse.
+ * Remove obsolete fields Contact, Name from debian/upstream/metadata
+ (already present in machine-readable debian/copyright).
+ * Update standards version to 4.5.0, no changes needed.
+
+ [ gregor herrmann ]
+ * Update 'DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow' to '=+all'.
+
+ [ Debian Janitor ]
+ * Remove constraints unnecessary since stretch:
+ + Build-Depends: Drop versioned constraint on libscalar-list-utils-perl.
+ + libtext-bibtex-perl: Drop versioned constraint on
+ libscalar-list-utils-perl in Depends.
+
+ [ gregor herrmann ]
+ * Update years of packaging copyright.
+ * Declare compliance with Debian Policy 4.6.1.
+ * Set Rules-Requires-Root: no.
+ * Bump debhelper-compat to 13.
+ * Add override_dh_missing in debian/rules.
+ Pass --list-missing to dh_missing as was the default before
+ debhelper compat level 13.
+
+ -- gregor herrmann <gregoa@debian.org> Mon, 15 Aug 2022 15:20:06 +0200
+
libtext-bibtex-perl (0.88-3) unstable; urgency=medium
* reupload to unstable
diff --git a/debian/control b/debian/control
index 49db680..724fd6f 100644
--- a/debian/control
+++ b/debian/control
@@ -5,24 +5,26 @@ Uploaders: David Bremner <bremner@debian.org>,
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
-Build-Depends: debhelper-compat (= 12),
- perl,
+Build-Depends: debhelper-compat (= 13),
libcapture-tiny-perl <!nocheck>,
libconfig-autoconf-perl <!nocheck>,
libextutils-libbuilder-perl <!nocheck>,
libmodule-build-perl,
- libscalar-list-utils-perl (>= 1:1.42) <!nocheck>
-Standards-Version: 4.4.0
+ libscalar-list-utils-perl <!nocheck>,
+ perl-xs-dev,
+ perl:native
+Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libtext-bibtex-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libtext-bibtex-perl.git
Homepage: https://metacpan.org/release/Text-BibTeX
+Rules-Requires-Root: no
Package: libtext-bibtex-perl
Architecture: any
-Depends: ${perl:Depends},
+Depends: ${misc:Depends},
+ ${perl:Depends},
${shlibs:Depends},
- ${misc:Depends},
- libscalar-list-utils-perl (>= 1:1.42)
+ libscalar-list-utils-perl
Description: Perl extension to read and parse BibTeX files
The Text::BibTeX module provides functions to read, parse and write bibTeX
files using perl.
@@ -38,8 +40,8 @@ Description: Perl extension to read and parse BibTeX files
Package: libbtparse-dev
Architecture: any
Section: libdevel
-Depends: libbtparse2 (= ${binary:Version}),
- ${misc:Depends}
+Depends: ${misc:Depends},
+ libbtparse2 (= ${binary:Version})
Description: C library to parse BibTeX files - development files
btparse is the C component of btOOL, a pair of libraries for parsing and
processing BibTeX files. It is built on top of a lexical analyzer and parser
@@ -53,8 +55,8 @@ Description: C library to parse BibTeX files - development files
Package: libbtparse2
Architecture: any
Section: libs
-Depends: ${shlibs:Depends},
- ${misc:Depends}
+Depends: ${misc:Depends},
+ ${shlibs:Depends}
Description: C library to parse BibTeX files
btparse is the C component of btOOL, a pair of libraries for parsing and
processing BibTeX files. It is built on top of a lexical analyzer and parser
diff --git a/debian/copyright b/debian/copyright
index 4c34783..6c5a213 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -22,7 +22,7 @@ License: LGPL-2+
Files: debian/*
Copyright: 2006, 2009, Bas Zoetekouw <bas@debian.org>
- 2011-2019, gregor herrmann <gregoa@debian.org>
+ 2011-2022, gregor herrmann <gregoa@debian.org>
2012, David Bremner <bremner@debian.org>
2015-2016, Lucas Kanashiro <kanashiro.duarte@gmail.com>
License: Artistic or GPL-1+
diff --git a/debian/rules b/debian/rules
index 2117ab2..20ab94f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,6 @@
#!/usr/bin/make -f
-export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
%:
dh $@
@@ -10,3 +10,6 @@ override_dh_auto_install:
# move manpages. should be done via Module::Build but meh
mv -v $(CURDIR)/debian/tmp/usr/share/man/man1/* $(CURDIR)/debian/tmp/usr/share/man/man3/
rmdir --verbose --ignore-fail-on-non-empty $(CURDIR)/debian/tmp/usr/share/man/man1
+
+override_dh_missing:
+ dh_missing --list-missing
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
index e15836e..4897998 100644
--- a/debian/upstream/metadata
+++ b/debian/upstream/metadata
@@ -1,5 +1,6 @@
---
Archive: CPAN
-Contact: Alberto Simões <ambs@cpan.org>, Greg Ward <gward@python.net>
-Name: Text-BibTeX
-Repository: https://github.com/ambs/Text-BibTeX
+Bug-Database: https://github.com/ambs/Text-BibTeX/issues
+Bug-Submit: https://github.com/ambs/Text-BibTeX/issues/new
+Repository: https://github.com/ambs/Text-BibTeX.git
+Repository-Browse: https://github.com/ambs/Text-BibTeX