[Pkg-libvirt-commits] [Git][libvirt-team/osinfo-db][debian/sid] 10 commits: Import directly to debian/osinfo-db

Guido Günther gitlab at salsa.debian.org
Fri Oct 23 07:36:41 BST 2020



Guido Günther pushed to branch debian/sid at Libvirt Packaging Team / osinfo-db


Commits:
9bab2976 by Pino Toscano at 2020-10-20T23:32:03+02:00
Import directly to debian/osinfo-db

Invoke osinfo-db-import with debian/osinfo-db as root instead of
debian/tmp: this way, the DB is unpacked directly in the osinfo-db
package directory, with no need to copy the content later on via
install file (which is thus removed).

Gbp-Dch: Short

- - - - -
e1bbdf00 by Pino Toscano at 2020-10-20T23:35:11+02:00
Bump Standards-Version to 4.5.0; no changes required

- - - - -
230a8ad3 by Pino Toscano at 2020-10-20T23:35:42+02:00
Add Rules-Requires-Root: no

- - - - -
da8f80ed by Pino Toscano at 2020-10-20T23:36:15+02:00
Bump the debhelper compatibility to 13

- switch the debhelper-compat build dependency to 13

- - - - -
d74a41e9 by Pino Toscano at 2020-10-20T23:36:53+02:00
Update the build dependencies according to the new upstream version

- add gettext, explicitly used
- drop intltool, no more used

- - - - -
2888f9c6 by Pino Toscano at 2020-10-20T23:42:13+02:00
Remove unused debian/osinfo-db-docs.docs

- - - - -
fadf349c by Pino Toscano at 2020-10-20T23:43:18+02:00
Do not use the non-existing ${shlibs:Depends} substvar

- - - - -
17ebf709 by Pino Toscano at 2020-10-20T23:47:46+02:00
d/rules: do not print a message for DEB_BUILD_OPTIONS=nocheck

This is generally not done.

Gbp-Dch: Short

- - - - -
7ddfffd5 by Pino Toscano at 2020-10-22T23:07:15+02:00
Add myself to Uploaders

- - - - -
faa80dc8 by Pino Toscano at 2020-10-22T23:08:37+02:00
Prepare changelog

Gbp-Dch: Ignore

- - - - -


5 changed files:

- debian/changelog
- debian/control
- − debian/install
- − debian/osinfo-db-docs.docs
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,34 @@
+osinfo-db (0.20201015-1) UNRELEASED; urgency=medium
+
+  * [a0511a7] Group common make args in variable
+  * [65b8290] Use parallel jobs if requested
+  * [5c1c05c] Add the locales-all build dependency.
+    It will be needed to have the en_US.UTF-8 locale.
+  * [03a7a99] Annotate the test build dependencies as !nocheck
+  * [31e8430] Remove the unused libxml2-utils build dependency
+  * [27c5532] Run the upstream test suite at build time.
+    VPATH test suite runs were fixed many months ago.
+  * [ec13454] test-installscript autopkgtest: test also Debian 10 and testing
+  * [38d5128] Add a new testsuite autopkgtest.
+    It runs the upstream test suite on the installed osinfo-db.
+  * [bf29391] Add helper script to create upstream tarballs
+  * [fe94f88] New upstream version 0.20201015
+  * [9bab297] Import directly to debian/osinfo-db
+  * [e1bbdf0] Bump Standards-Version to 4.5.0; no changes required
+  * [230a8ad] Add Rules-Requires-Root: no
+  * [da8f80e] Bump the debhelper compatibility to 13
+    - switch the debhelper-compat build dependency to 13
+  * [d74a41e] Update the build dependencies according to the new upstream
+    version:
+    - add gettext, explicitly used
+    - drop intltool, no more used
+  * [2888f9c] Remove unused debian/osinfo-db-docs.docs
+  * [fadf349] Do not use the non-existing ${shlibs:Depends} substvar
+  * [17ebf70] d/rules: do not print a message for DEB_BUILD_OPTIONS=nocheck
+  * [7ddfffd] Add myself to Uploaders
+
+ -- Pino Toscano <pino at debian.org>  Thu, 22 Oct 2020 23:07:35 +0200
+
 osinfo-db (0.20200325-1) unstable; urgency=medium
 
   [ Guido Günther ]


=====================================
debian/control
=====================================
@@ -2,22 +2,24 @@ Source: osinfo-db
 Section: libs
 Priority: optional
 Maintainer: Guido Günther <agx at sigxcpu.org>
+Uploaders: Pino Toscano <pino at debian.org>,
 Build-Depends:
- debhelper-compat (= 12),
- intltool,
+ debhelper-compat (= 13),
+ gettext,
  locales-all <!nocheck>,
  osinfo-db-tools,
  python3-lxml <!nocheck>,
  python3-pytest <!nocheck>,
-Standards-Version: 4.2.1
+Standards-Version: 4.5.0
 Homepage: https://libosinfo.org/
 Vcs-Git: https://salsa.debian.org/libvirt-team/osinfo-db.git
 Vcs-Browser: https://salsa.debian.org/libvirt-team/osinfo-db
+Rules-Requires-Root: no
 
 Package: osinfo-db
 Architecture: all
 Multi-Arch: foreign
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${misc:Depends}
 Description: Operating system database files
  libosinfo is a GObject based library API for managing information about
  operating systems, hypervisors and the (virtual) hardware devices they


=====================================
debian/install deleted
=====================================
@@ -1 +0,0 @@
-usr/share/osinfo


=====================================
debian/osinfo-db-docs.docs deleted
=====================================
@@ -1,2 +0,0 @@
-README.source
-README.Debian


=====================================
debian/rules
=====================================
@@ -22,13 +22,11 @@ override_dh_auto_clean:
 override_dh_auto_test:
 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
 	make -C build $(COMMON_MAKE_ARGS) check
-else
-	@echo "Checks disabled via DEB_BUILD_OPTIONS"
 endif
 
 override_dh_auto_install:
 	osinfo-db-import \
-	    --root debian/tmp/ \
+	    --root debian/osinfo-db/ \
 	    --dir /usr/share/osinfo \
 	    build/osinfo-db.tar.xz
-	rm debian/tmp/usr/share/osinfo/LICENSE
+	rm debian/osinfo-db/usr/share/osinfo/LICENSE



View it on GitLab: https://salsa.debian.org/libvirt-team/osinfo-db/-/compare/6237b84de2ddbd45d521dc321ab0f67884b2516d...faa80dc8c4abd91d7ecfc42a7fcc6067f3c15cb4

-- 
View it on GitLab: https://salsa.debian.org/libvirt-team/osinfo-db/-/compare/6237b84de2ddbd45d521dc321ab0f67884b2516d...faa80dc8c4abd91d7ecfc42a7fcc6067f3c15cb4
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-libvirt-commits/attachments/20201023/7d47e196/attachment-0001.html>


More information about the Pkg-libvirt-commits mailing list