From 10b9d3fe4386c06efbb4d971e4e307b89e254faa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Mon, 7 Oct 2019 18:54:46 +0200 Subject: Declare compliance with Debian Policy 4.4.1 --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 1e4edf5..3b852ee 100644 --- a/debian/control +++ b/debian/control @@ -13,7 +13,7 @@ Build-Depends-Indep: fop, python-libxml2, python-libxslt1 -Standards-Version: 4.4.0 +Standards-Version: 4.4.1 Homepage: https://www.scons.org/ Vcs-Git: https://salsa.debian.org/debian/scons-doc.git Vcs-Browser: https://salsa.debian.org/debian/scons-doc -- cgit v1.2.3 From 7d825a592e26b2e0457da8afaddb12e9536a1f58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sat, 28 Dec 2019 18:40:20 +0100 Subject: d/control: Replace python2 module with python3 --- debian/control | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 3b852ee..0c7ed29 100644 --- a/debian/control +++ b/debian/control @@ -5,14 +5,14 @@ Maintainer: Jörg Frings-Fürst Uploaders: Laszlo Boszormenyi (GCS) Build-Depends: debhelper (>= 12), - scons (>= 3.0) + scons (>= 3.1) Build-Depends-Indep: default-jre, docbook-utils, docbook-xml, fop, - python-libxml2, - python-libxslt1 + python3-distutils, + python3-lxml Standards-Version: 4.4.1 Homepage: https://www.scons.org/ Vcs-Git: https://salsa.debian.org/debian/scons-doc.git -- cgit v1.2.3 From 92e08ea32d895834598bb6cc78cf3cbf32869712 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sat, 28 Dec 2019 18:41:48 +0100 Subject: Switch to debhelper-compat --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 0c7ed29..d8d5261 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Jörg Frings-Fürst Uploaders: Laszlo Boszormenyi (GCS) Build-Depends: - debhelper (>= 12), + debhelper-compat (= 12), scons (>= 3.1) Build-Depends-Indep: default-jre, -- cgit v1.2.3 From b24495375df8920ac611a573d0fda24915b35313 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sat, 28 Dec 2019 19:34:42 +0100 Subject: Add Rules-Requires-Root --- debian/control | 1 + 1 file changed, 1 insertion(+) (limited to 'debian/control') diff --git a/debian/control b/debian/control index d8d5261..5243ba3 100644 --- a/debian/control +++ b/debian/control @@ -14,6 +14,7 @@ Build-Depends-Indep: python3-distutils, python3-lxml Standards-Version: 4.4.1 +Rules-Requires-Root: binary-targets Homepage: https://www.scons.org/ Vcs-Git: https://salsa.debian.org/debian/scons-doc.git Vcs-Browser: https://salsa.debian.org/debian/scons-doc -- cgit v1.2.3 From eb5a55a208298af87e230fe8ffb45cdaf39a60ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sat, 28 Dec 2019 20:17:30 +0100 Subject: d/changelog: Change distribution to experimental, Change date and time --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 5243ba3..64d9550 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Maintainer: Jörg Frings-Fürst Uploaders: Laszlo Boszormenyi (GCS) Build-Depends: debhelper-compat (= 12), - scons (>= 3.1) + scons (>= 3.1.2) Build-Depends-Indep: default-jre, docbook-utils, -- cgit v1.2.3 From 4328cb3e94e645457501d39a28d1408e4654cdff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 29 Dec 2019 11:44:33 +0100 Subject: Remove unused Build-Depends-Indep docbook-utils and docbook-xml --- debian/control | 2 -- 1 file changed, 2 deletions(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 64d9550..7650dc9 100644 --- a/debian/control +++ b/debian/control @@ -8,8 +8,6 @@ Build-Depends: scons (>= 3.1.2) Build-Depends-Indep: default-jre, - docbook-utils, - docbook-xml, fop, python3-distutils, python3-lxml -- cgit v1.2.3