summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorgregor herrmann <gregoa@debian.org>2023-01-22 17:41:55 +0100
committergregor herrmann <gregoa@debian.org>2023-01-22 17:41:55 +0100
commit7848508c8126aca338bf22c36efd400dcada2b99 (patch)
tree53091ee74bb70932757d768b53b145f8b9dfbc6e /debian
parentbd9d9b9a3a8ca29a0c5377f9eeed9511776a9675 (diff)
drop WAITS-FOR, and unneeded version constraint
Gbp-Dch: Ignore
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog2
-rw-r--r--debian/control4
2 files changed, 2 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index cebe0a6..5c7d9d7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,5 @@
libdata-session-perl (1.18-1) UNRELEASED; urgency=low
- WAITS-FOR: libdbix-admin-createtable-perl
-
TODO:
- short and long description
- no idea what the actual license is. the metadata say Artistic-2.0, the
diff --git a/debian/control b/debian/control
index 3517aa2..4e9fbc6 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,7 @@ Build-Depends-Indep: libautovivification-perl <!nocheck>,
libdata-uuid-perl | libossp-uuid-perl (>= 1.218),
libdbd-sqlite3-perl <!nocheck>,
libdbi-perl <!nocheck>,
- libdbix-admin-createtable-perl (>= 2.07) <!nocheck>,
+ libdbix-admin-createtable-perl <!nocheck>,
libdigest-sha-perl <!nocheck>,
libfile-slurper-perl <!nocheck>,
libfreezethaw-perl <!nocheck>,
@@ -41,7 +41,7 @@ Depends: ${misc:Depends},
libdata-uuid-perl | libossp-uuid-perl (>= 1.218),
libdbd-sqlite3-perl,
libdbi-perl,
- libdbix-admin-createtable-perl (>= 2.07),
+ libdbix-admin-createtable-perl,
libdigest-sha-perl,
libfile-slurper-perl,
libfreezethaw-perl,