Package: license-reconcile
Version: 0.10
Followup-For: Bug #829633
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu yakkety ubuntu-patch



In Ubuntu, the attached patch was applied to achieve the following:

  * Replace devscripts dependencies with licensecheck (closes: #829633)

The patch should be self-explanatory.  The tests all pass with the
deps swapped.  As a side note, it's a but nutty that one has to change
the version string in 28 places when bumping the package version. :P

... Adam

-- System Information:
Debian Release: stretch/sid
  APT prefers yakkety
  APT policy: (500, 'yakkety')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.4.0-28-lowlatency (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
diff -Nru license-reconcile-0.10/debian/control license-reconcile-0.10ubuntu1/debian/control
--- license-reconcile-0.10/debian/control	2016-03-02 09:16:27.000000000 -0700
+++ license-reconcile-0.10ubuntu1/debian/control	2016-07-04 16:25:51.000000000 -0600
@@ -8,7 +8,7 @@
                libmodule-build-perl,
                perl (>= 5.18),
                bash-completion
-Build-Depends-Indep: devscripts (>= 2.15.10~),
+Build-Depends-Indep: licensecheck,
                      libclass-xsaccessor-perl,
                      libconfig-any-perl,
                      libdebian-copyright-perl (>= 0.2),
@@ -40,7 +40,7 @@
 Architecture: all
 Depends: ${misc:Depends},
          ${perl:Depends},
-         devscripts (>= 2.15.10~),
+         licensecheck,
          libclass-xsaccessor-perl,
          libconfig-any-perl,
          libdebian-copyright-perl (>= 0.2),
diff -Nru license-reconcile-0.10/lib/Debian/LicenseReconcile/App.pm license-reconcile-0.10ubuntu1/lib/Debian/LicenseReconcile/App.pm
--- license-reconcile-0.10/lib/Debian/LicenseReconcile/App.pm	2016-03-02 09:16:27.000000000 -0700
+++ license-reconcile-0.10ubuntu1/lib/Debian/LicenseReconcile/App.pm	2016-07-04 16:20:16.000000000 -0600
@@ -244,11 +244,11 @@
 
 =head1 VERSION
 
-Version 0.10
+Version 0.10ubuntu1
 
 =cut
 
-our $VERSION = '0.10';
+our $VERSION = '0.10ubuntu1';
 
 
 =head1 SYNOPSIS
diff -Nru license-reconcile-0.10/lib/Debian/LicenseReconcile/CopyrightDatum/Holder.pm license-reconcile-0.10ubuntu1/lib/Debian/LicenseReconcile/CopyrightDatum/Holder.pm
--- license-reconcile-0.10/lib/Debian/LicenseReconcile/CopyrightDatum/Holder.pm	2016-03-02 09:16:27.000000000 -0700
+++ license-reconcile-0.10ubuntu1/lib/Debian/LicenseReconcile/CopyrightDatum/Holder.pm	2016-07-04 16:20:16.000000000 -0600
@@ -61,11 +61,11 @@
 
 =head1 VERSION
 
-Version 0.10
+Version 0.10ubuntu1
 
 =cut
 
-our $VERSION = '0.10';
+our $VERSION = '0.10ubuntu1';
 
 
 =head1 SYNOPSIS
diff -Nru license-reconcile-0.10/lib/Debian/LicenseReconcile/CopyrightDatum.pm license-reconcile-0.10ubuntu1/lib/Debian/LicenseReconcile/CopyrightDatum.pm
--- license-reconcile-0.10/lib/Debian/LicenseReconcile/CopyrightDatum.pm	2016-03-02 09:16:27.000000000 -0700
+++ license-reconcile-0.10ubuntu1/lib/Debian/LicenseReconcile/CopyrightDatum.pm	2016-07-04 16:20:16.000000000 -0600
@@ -214,11 +214,11 @@
 
 =head1 VERSION
 
-Version 0.10
+Version 0.10ubuntu1
 
 =cut
 
-our $VERSION = '0.10';
+our $VERSION = '0.10ubuntu1';
 
 =head1 DESCRIPTION
 
diff -Nru license-reconcile-0.10/lib/Debian/LicenseReconcile/CopyrightTarget.pm license-reconcile-0.10ubuntu1/lib/Debian/LicenseReconcile/CopyrightTarget.pm
--- license-reconcile-0.10/lib/Debian/LicenseReconcile/CopyrightTarget.pm	2016-03-02 09:16:27.000000000 -0700
+++ license-reconcile-0.10ubuntu1/lib/Debian/LicenseReconcile/CopyrightTarget.pm	2016-07-04 16:20:16.000000000 -0600
@@ -100,11 +100,11 @@
 
 =head1 VERSION
 
-Version 0.10
+Version 0.10ubuntu1
 
 =cut
 
-our $VERSION = '0.10';
+our $VERSION = '0.10ubuntu1';
 
 
 =head1 SYNOPSIS
diff -Nru license-reconcile-0.10/lib/Debian/LicenseReconcile/Errors.pm license-reconcile-0.10ubuntu1/lib/Debian/LicenseReconcile/Errors.pm
--- license-reconcile-0.10/lib/Debian/LicenseReconcile/Errors.pm	2016-03-02 09:16:27.000000000 -0700
+++ license-reconcile-0.10ubuntu1/lib/Debian/LicenseReconcile/Errors.pm	2016-07-04 16:20:16.000000000 -0600
@@ -29,11 +29,11 @@
 
 =head1 VERSION
 
-Version 0.10
+Version 0.10ubuntu1
 
 =cut
 
-our $VERSION = '0.10';
+our $VERSION = '0.10ubuntu1';
 
 
 =head1 SYNOPSIS
diff -Nru license-reconcile-0.10/lib/Debian/LicenseReconcile/Filter/ChangeLog.pm license-reconcile-0.10ubuntu1/lib/Debian/LicenseReconcile/Filter/ChangeLog.pm
--- license-reconcile-0.10/lib/Debian/LicenseReconcile/Filter/ChangeLog.pm	2016-03-02 09:16:27.000000000 -0700
+++ license-reconcile-0.10ubuntu1/lib/Debian/LicenseReconcile/Filter/ChangeLog.pm	2016-07-04 16:20:16.000000000 -0600
@@ -96,11 +96,11 @@
 
 =head1 VERSION
 
-Version 0.10
+Version 0.10ubuntu1
 
 =cut
 
-our $VERSION = '0.10';
+our $VERSION = '0.10ubuntu1';
 
 
 =head1 SYNOPSIS
diff -Nru license-reconcile-0.10/lib/Debian/LicenseReconcile/Filter/Rules.pm license-reconcile-0.10ubuntu1/lib/Debian/LicenseReconcile/Filter/Rules.pm
--- license-reconcile-0.10/lib/Debian/LicenseReconcile/Filter/Rules.pm	2016-03-02 09:16:27.000000000 -0700
+++ license-reconcile-0.10ubuntu1/lib/Debian/LicenseReconcile/Filter/Rules.pm	2016-07-04 16:20:16.000000000 -0600
@@ -57,11 +57,11 @@
 
 =head1 VERSION
 
-Version 0.10
+Version 0.10ubuntu1
 
 =cut
 
-our $VERSION = '0.10';
+our $VERSION = '0.10ubuntu1';
 
 
 =head1 SYNOPSIS
diff -Nru license-reconcile-0.10/lib/Debian/LicenseReconcile/Filter/Shebang.pm license-reconcile-0.10ubuntu1/lib/Debian/LicenseReconcile/Filter/Shebang.pm
--- license-reconcile-0.10/lib/Debian/LicenseReconcile/Filter/Shebang.pm	2016-03-02 09:16:27.000000000 -0700
+++ license-reconcile-0.10ubuntu1/lib/Debian/LicenseReconcile/Filter/Shebang.pm	2016-07-04 16:20:16.000000000 -0600
@@ -32,11 +32,11 @@
 
 =head1 VERSION
 
-Version 0.10
+Version 0.10ubuntu1
 
 =cut
 
-our $VERSION = '0.10';
+our $VERSION = '0.10ubuntu1';
 
 
 =head1 SYNOPSIS
diff -Nru license-reconcile-0.10/lib/Debian/LicenseReconcile/Filter/Std.pm license-reconcile-0.10ubuntu1/lib/Debian/LicenseReconcile/Filter/Std.pm
--- license-reconcile-0.10/lib/Debian/LicenseReconcile/Filter/Std.pm	2016-03-02 09:16:27.000000000 -0700
+++ license-reconcile-0.10ubuntu1/lib/Debian/LicenseReconcile/Filter/Std.pm	2016-07-04 16:20:16.000000000 -0600
@@ -17,11 +17,11 @@
 
 =head1 VERSION
 
-Version 0.10
+Version 0.10ubuntu1
 
 =cut
 
-our $VERSION = '0.10';
+our $VERSION = '0.10ubuntu1';
 
 
 =head1 SYNOPSIS
diff -Nru license-reconcile-0.10/lib/Debian/LicenseReconcile/Filter.pm license-reconcile-0.10ubuntu1/lib/Debian/LicenseReconcile/Filter.pm
--- license-reconcile-0.10/lib/Debian/LicenseReconcile/Filter.pm	2016-03-02 09:16:27.000000000 -0700
+++ license-reconcile-0.10ubuntu1/lib/Debian/LicenseReconcile/Filter.pm	2016-07-04 16:20:16.000000000 -0600
@@ -91,11 +91,11 @@
 
 =head1 VERSION
 
-Version 0.10
+Version 0.10ubuntu1
 
 =cut
 
-our $VERSION = '0.10';
+our $VERSION = '0.10ubuntu1';
 
 
 =head1 SYNOPSIS
diff -Nru license-reconcile-0.10/lib/Debian/LicenseReconcile/FormatSpec.pm license-reconcile-0.10ubuntu1/lib/Debian/LicenseReconcile/FormatSpec.pm
--- license-reconcile-0.10/lib/Debian/LicenseReconcile/FormatSpec.pm	2016-03-02 09:16:27.000000000 -0700
+++ license-reconcile-0.10ubuntu1/lib/Debian/LicenseReconcile/FormatSpec.pm	2016-07-04 16:20:16.000000000 -0600
@@ -20,11 +20,11 @@
 
 =head1 VERSION
 
-Version 0.10
+Version 0.10ubuntu1
 
 =cut
 
-our $VERSION = '0.10';
+our $VERSION = '0.10ubuntu1';
 
 
 =head1 SYNOPSIS
diff -Nru license-reconcile-0.10/lib/Debian/LicenseReconcile/LicenseCheck.pm license-reconcile-0.10ubuntu1/lib/Debian/LicenseReconcile/LicenseCheck.pm
--- license-reconcile-0.10/lib/Debian/LicenseReconcile/LicenseCheck.pm	2016-03-02 09:16:27.000000000 -0700
+++ license-reconcile-0.10ubuntu1/lib/Debian/LicenseReconcile/LicenseCheck.pm	2016-07-04 16:20:16.000000000 -0600
@@ -196,11 +196,11 @@
 
 =head1 VERSION
 
-Version 0.10
+Version 0.10ubuntu1
 
 =cut
 
-our $VERSION = '0.10';
+our $VERSION = '0.10ubuntu1';
 
 
 =head1 SYNOPSIS
diff -Nru license-reconcile-0.10/lib/Debian/LicenseReconcile/Utils.pm license-reconcile-0.10ubuntu1/lib/Debian/LicenseReconcile/Utils.pm
--- license-reconcile-0.10/lib/Debian/LicenseReconcile/Utils.pm	2016-03-02 09:16:27.000000000 -0700
+++ license-reconcile-0.10ubuntu1/lib/Debian/LicenseReconcile/Utils.pm	2016-07-04 16:20:16.000000000 -0600
@@ -26,11 +26,11 @@
 
 =head1 VERSION
 
-Version 0.10
+Version 0.10ubuntu1
 
 =cut
 
-our $VERSION = '0.10';
+our $VERSION = '0.10ubuntu1';
 
 
 =head1 SYNOPSIS
diff -Nru license-reconcile-0.10/lib/Debian/LicenseReconcile.pm license-reconcile-0.10ubuntu1/lib/Debian/LicenseReconcile.pm
--- license-reconcile-0.10/lib/Debian/LicenseReconcile.pm	2016-03-02 09:16:27.000000000 -0700
+++ license-reconcile-0.10ubuntu1/lib/Debian/LicenseReconcile.pm	2016-07-04 16:20:16.000000000 -0600
@@ -50,11 +50,11 @@
 
 =head1 VERSION
 
-Version 0.10
+Version 0.10ubuntu1
 
 =cut
 
-our $VERSION = '0.10';
+our $VERSION = '0.10ubuntu1';
 
 
 =head1 SYNOPSIS

Reply via email to