summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog10
-rw-r--r--debian/clean1
-rw-r--r--debian/control24
-rw-r--r--debian/copyright2
4 files changed, 25 insertions, 12 deletions
diff --git a/debian/changelog b/debian/changelog
index ad4d98e..9db5a4b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+libdbix-class-cursor-cached-perl (1.001004-3) unstable; urgency=medium
+
+ * Remove generated test data via debian/clean. (Closes: #1045970)
+ * Update years of packaging copyright.
+ * Declare compliance with Debian Policy 4.6.2.
+ * Set Rules-Requires-Root: no.
+ * Annotate test-only build dependencies with <!nocheck>.
+
+ -- gregor herrmann <gregoa@debian.org> Tue, 05 Mar 2024 11:52:23 +0100
+
libdbix-class-cursor-cached-perl (1.001004-2) unstable; urgency=medium
[ Salvatore Bonaccorso ]
diff --git a/debian/clean b/debian/clean
new file mode 100644
index 0000000..0104a2d
--- /dev/null
+++ b/debian/clean
@@ -0,0 +1 @@
+t/var/test.db
diff --git a/debian/control b/debian/control
index d8a2501..918008c 100644
--- a/debian/control
+++ b/debian/control
@@ -4,23 +4,25 @@ Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
-Build-Depends: debhelper-compat (= 13), libmodule-install-perl
-Build-Depends-Indep: perl,
- libcache-cache-perl,
- libcarp-clan-perl,
- libdbix-class-perl,
- libdbd-sqlite3-perl
-Standards-Version: 3.9.8
+Build-Depends: debhelper-compat (= 13),
+ libmodule-install-perl
+Build-Depends-Indep: libcache-cache-perl <!nocheck>,
+ libcarp-clan-perl <!nocheck>,
+ libdbd-sqlite3-perl <!nocheck>,
+ libdbix-class-perl <!nocheck>,
+ perl
+Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libdbix-class-cursor-cached-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libdbix-class-cursor-cached-perl.git
Homepage: https://metacpan.org/release/DBIx-Class-Cursor-Cached
+Rules-Requires-Root: no
Package: libdbix-class-cursor-cached-perl
Architecture: all
-Depends: ${perl:Depends},
- ${misc:Depends},
- libdbix-class-perl,
- libcarp-clan-perl
+Depends: ${misc:Depends},
+ ${perl:Depends},
+ libcarp-clan-perl,
+ libdbix-class-perl
Description: cursor object with built-in caching support
DBIx::Class::Cursor::Cached is a Perl module providing a cursor class with
built-in caching support. It allows for traversal of an arbitrary result set
diff --git a/debian/copyright b/debian/copyright
index 8b2d1f4..c3a1637 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -15,7 +15,7 @@ License: Artistic or GPL-1+
Files: debian/*
Copyright: 2009-2011, Jonathan Yu <jawnsy@cpan.org>
- 2011, gregor herrmann <gregoa@debian.org>
+ 2011-2024, gregor herrmann <gregoa@debian.org>
License: Artistic or GPL-1+
License: Artistic