Merge lp:~jelmer/pkg-libinnodb/lintian-fixes into lp:pkg-libinnodb

Proposed by Jelmer Vernooij
Status: Needs review
Proposed branch: lp:~jelmer/pkg-libinnodb/lintian-fixes
Merge into: lp:pkg-libinnodb
Diff against target: 91 lines (+17/-20)
4 files modified
debian/changelog (+9/-0)
debian/control (+6/-18)
debian/copyright (+1/-1)
debian/rules (+1/-1)
To merge this branch: bzr merge lp:~jelmer/pkg-libinnodb/lintian-fixes
Reviewer Review Type Date Requested Status
Stewart Smith Approve
Review via email: mp+357791@code.launchpad.net

Description of the change

Fix some issues reported by lintian
* Use versioned copyright format URI.
* Trim trailing whitespace.
* Transition to automatic debug package (from: libinnodb-dbg).
* Use secure URI in Vcs control header.

To post a comment you must log in.
Revision history for this message
Stewart Smith (stewart) wrote :

While libinnodb/haildb is rather dead, the packaging updates look fine.

review: Approve

Unmerged revisions

17. By Jelmer Vernooij

Use secure URI in Vcs control header.
Fixed-Lintian-Tags: vcs-field-uses-insecure-uri

Fixes lintian: vcs-field-uses-insecure-uri
See https://lintian.debian.org/tags/vcs-field-uses-insecure-uri.html for more details.

16. By Jelmer Vernooij

Transition to automatic debug package (from: libinnodb-dbg).

15. By Jelmer Vernooij

Trim trailing whitespace.
Fixed-Lintian-Tags: file-contains-trailing-whitespace

Fixes lintian: file-contains-trailing-whitespace
See https://lintian.debian.org/tags/file-contains-trailing-whitespace.html for more details.

14. By Jelmer Vernooij

Use versioned copyright format URI.
Fixed-Lintian-Tags: unversioned-copyright-format-uri

Fixes lintian: unversioned-copyright-format-uri
See https://lintian.debian.org/tags/unversioned-copyright-format-uri.html for more details.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2010-02-26 16:22:26 +0000
3+++ debian/changelog 2018-10-25 01:46:15 +0000
4@@ -1,3 +1,12 @@
5+libinnodb (1.0.6.6750-2) UNRELEASED; urgency=medium
6+
7+ * Use versioned copyright format URI.
8+ * Trim trailing whitespace.
9+ * Transition to automatic debug package (from: libinnodb-dbg).
10+ * Use secure URI in Vcs control header.
11+
12+ -- Jelmer Vernooij <jelmer@debian.org> Thu, 25 Oct 2018 01:30:56 +0000
13+
14 libinnodb (1.0.6.6750-1) unstable; urgency=low
15
16 * New upstream release.
17
18=== modified file 'debian/control'
19--- debian/control 2010-02-26 16:22:26 +0000
20+++ debian/control 2018-10-25 01:46:15 +0000
21@@ -2,43 +2,31 @@
22 Priority: extra
23 Maintainer: Monty Taylor <mordred@inaugust.com>
24 Uploaders: Stewart Smith <stewart@flamingspork.com>
25-Build-Depends: debhelper (>= 7.0.50), autotools-dev, zlib1g-dev, quilt, automake, autoconf, libtool
26+Build-Depends: debhelper (>= 9.20160114), autotools-dev, zlib1g-dev, quilt, automake, autoconf, libtool
27 Standards-Version: 3.8.4
28 Section: libs
29 Homepage: http://www.innodb.com/products/embedded-innodb
30 Vcs-Browser: http://bazaar.launchpad.net/~drizzle-developers/pkg-libinnodb/trunk/files
31-Vcs-Bzr: http://bazaar.launchpad.net/~drizzle-developers/pkg-libinnodb/trunk
32+Vcs-Bzr: https://code.launchpad.net/~drizzle-developers/pkg-libinnodb/trunk
33
34 Package: libinnodb-dev
35 Section: libdevel
36 Architecture: any
37 Depends: libinnodb3 (= ${binary:Version}), zlib1g-dev, ${shlibs:Depends}, ${misc:Depends}
38 Description: Embedded InnoDB Library (dev files)
39- Embedded InnoDB is used independently of MySQL. It is not a plugin, nor a
40- storage engine for MySQL. It is designed to be linked directly into
41+ Embedded InnoDB is used independently of MySQL. It is not a plugin, nor a
42+ storage engine for MySQL. It is designed to be linked directly into
43 application programs, and provides highly efficient, low-level database
44 management services, not using SQL
45 .
46 This package contains headers and other development files.
47
48-Package: libinnodb-dbg
49-Section: debug
50-Architecture: any
51-Depends: libinnodb3 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
52-Description: Embedded InnoDB Library (debug files)
53- Embedded InnoDB is used independently of MySQL. It is not a plugin, nor a
54- storage engine for MySQL. It is designed to be linked directly into
55- application programs, and provides highly efficient, low-level database
56- management services, not using SQL
57- .
58- This package contains debuging symbols.
59-
60 Package: libinnodb3
61 Architecture: any
62 Depends: ${shlibs:Depends}, ${misc:Depends}, zlib1g
63 Description: Embedded InnoDB Library
64- Embedded InnoDB is used independently of MySQL. It is not a plugin, nor a
65- storage engine for MySQL. It is designed to be linked directly into
66+ Embedded InnoDB is used independently of MySQL. It is not a plugin, nor a
67+ storage engine for MySQL. It is designed to be linked directly into
68 application programs, and provides highly efficient, low-level database
69 management services, not using SQL
70 .
71
72=== modified file 'debian/copyright'
73--- debian/copyright 2010-02-06 00:11:08 +0000
74+++ debian/copyright 2018-10-25 01:46:15 +0000
75@@ -1,4 +1,4 @@
76-Format-Specification: http://dep.debian.net/deps/dep5/
77+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
78 Debianized-By: Stewart Smith <stewart@flamingspork.com>
79 Debianized-Date: Fri, 05 Feb 2010 15:31:29 +1100
80 Original-Source: http://www.innodb.com/products/embedded-innodb/
81
82=== modified file 'debian/rules'
83--- debian/rules 2010-02-26 16:22:26 +0000
84+++ debian/rules 2018-10-25 01:46:15 +0000
85@@ -32,7 +32,7 @@
86
87 binary-arch: install
88 dh binary-arch --before strip
89- dh_strip --dbg-package=libinnodb-dbg
90+ dh_strip --dbgsym-migration='libinnodb-dbg (<< 1.0.6.6750-2)'
91 dh binary-arch --after strip
92
93

Subscribers

People subscribed via source and target branches

to all changes: