diff -Nru felix-osgi-obr-1.0.2/debian/build.xml felix-osgi-obr-1.0.2/debian/build.xml --- felix-osgi-obr-1.0.2/debian/build.xml 2011-10-06 18:13:35.000000000 +0000 +++ felix-osgi-obr-1.0.2/debian/build.xml 2017-12-22 13:58:54.000000000 +0000 @@ -59,7 +59,7 @@ - + diff -Nru felix-osgi-obr-1.0.2/debian/changelog felix-osgi-obr-1.0.2/debian/changelog --- felix-osgi-obr-1.0.2/debian/changelog 2012-01-11 11:12:22.000000000 +0000 +++ felix-osgi-obr-1.0.2/debian/changelog 2021-04-28 20:17:39.000000000 +0000 @@ -1,8 +1,29 @@ -felix-osgi-obr (1.0.2-3fakesync1) precise; urgency=low +felix-osgi-obr (1.0.2-4fakesync1~16.04.sav0) xenial; urgency=medium + + * Backport to Xenial + * debian/compat: Set compat level to 10 (Launchpad sbuild highest for Xenial) + + -- Rob Savoury Wed, 28 Apr 2021 13:17:39 -0700 + +felix-osgi-obr (1.0.2-4fakesync1) bionic-proposed; urgency=medium * Fake sync due to mismatching orig tarball. - -- Felix Geyer Wed, 11 Jan 2012 12:12:22 +0100 + -- Jeremy Bicha Fri, 19 Jan 2018 09:54:19 -0500 + +felix-osgi-obr (1.0.2-4) unstable; urgency=medium + + * Team upload. + * wrap-and-sort -sa + * Use canonical VCS address. + * Switch to compat level 11. + * Use only Build-Depends field. + * Declare compliance with Debian Policy 4.1.2. + * Remove Yulia Novozhilova and Andres Mejia from Uploaders because they are + not active anymore. (Closes: #743544) + * Use https for Format field. + + -- Markus Koschany Fri, 22 Dec 2017 14:58:54 +0100 felix-osgi-obr (1.0.2-3) unstable; urgency=low diff -Nru felix-osgi-obr-1.0.2/debian/compat felix-osgi-obr-1.0.2/debian/compat --- felix-osgi-obr-1.0.2/debian/compat 2011-10-06 18:13:35.000000000 +0000 +++ felix-osgi-obr-1.0.2/debian/compat 2021-04-28 20:15:47.000000000 +0000 @@ -1 +1 @@ -7 +10 diff -Nru felix-osgi-obr-1.0.2/debian/control felix-osgi-obr-1.0.2/debian/control --- felix-osgi-obr-1.0.2/debian/control 2012-01-11 11:12:22.000000000 +0000 +++ felix-osgi-obr-1.0.2/debian/control 2018-01-19 14:54:19.000000000 +0000 @@ -3,34 +3,44 @@ Priority: optional Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Debian Java Maintainers -Uploaders: Yulia Novozhilova , - Andres Mejia , Damien Raude-Morvan -Build-Depends: debhelper (>= 7.3.3), javahelper, default-jdk -Build-Depends-Indep: ant, libosgi-core-java, maven-repo-helper (>= 1.1) -Standards-Version: 3.9.2 +Uploaders: + Damien Raude-Morvan +Build-Depends: + ant, + debhelper (>= 11), + default-jdk, + javahelper, + libosgi-core-java, + maven-repo-helper (>= 1.1) +Standards-Version: 4.1.2 Homepage: http://felix.apache.org/site/apache-felix-osgi-bundle-repository.html -Vcs-Git: git://git.debian.org/git/pkg-java/felix-osgi-obr.git -Vcs-Browser: http://git.debian.org/?p=pkg-java/felix-osgi-obr.git +Vcs-Git: https://anonscm.debian.org/git/pkg-java/felix-osgi-obr.git +Vcs-Browser: https://anonscm.debian.org/git/pkg-java/felix-osgi-obr.git Package: libfelix-osgi-obr-java Architecture: all -Depends: ${java:Depends}, ${misc:Depends}, - libosgi-core-java -Suggests: libfelix-osgi-obr-java-doc +Depends: + libosgi-core-java, + ${java:Depends}, + ${misc:Depends} +Suggests: + libfelix-osgi-obr-java-doc Description: OSGi OBR Service API The goal of the Apache Felix OSGi Bundle Repository (OBR) is two-fold: 1. To simplify deploying and using available bundles with Felix. - 2. To encourage independent bundle development so that communities of + 2. To encourage independent bundle development so that communities of interest can grow. Package: libfelix-osgi-obr-java-doc Architecture: all Section: doc -Depends: ${misc:Depends} -Recommends: ${java:Recommends} +Depends: + ${misc:Depends} +Recommends: + ${java:Recommends} Description: Javadoc API for OSGi OBR Service API The goal of the Apache Felix OSGi Bundle Repository (OBR) is two-fold: 1. To simplify deploying and using available bundles with Felix. - 2. To encourage independent bundle development so that communities of + 2. To encourage independent bundle development so that communities of interest can grow. This package contains Javadoc API documentation. diff -Nru felix-osgi-obr-1.0.2/debian/copyright felix-osgi-obr-1.0.2/debian/copyright --- felix-osgi-obr-1.0.2/debian/copyright 2011-10-06 18:13:35.000000000 +0000 +++ felix-osgi-obr-1.0.2/debian/copyright 2017-12-22 13:58:54.000000000 +0000 @@ -1,4 +1,4 @@ -Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=166 +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Apache Felix OSGi OBR Service API Source: http://felix.apache.org/site/downloads.cgi @@ -13,10 +13,9 @@ License: Apache-2.0 - On Debian systems, the complete text of the Apache License Version 2.0, + On Debian systems, the complete text of the Apache License Version 2.0, can be found in /usr/share/common-licenses/Apache-2.0. License: GPL-2 On Debian systems, the complete text of the GNU General Public License, version 2, can be found in /usr/share/common-licenses/GPL-2. - diff -Nru felix-osgi-obr-1.0.2/debian/libfelix-osgi-obr-java-doc.doc-base felix-osgi-obr-1.0.2/debian/libfelix-osgi-obr-java-doc.doc-base --- felix-osgi-obr-1.0.2/debian/libfelix-osgi-obr-java-doc.doc-base 2011-10-06 18:13:35.000000000 +0000 +++ felix-osgi-obr-1.0.2/debian/libfelix-osgi-obr-java-doc.doc-base 2017-12-22 13:58:54.000000000 +0000 @@ -4,5 +4,5 @@ Section: Programming/Java Format: HTML -Index: /usr/share/doc/libfelix-osgi-obr-java-doc/api/index.html -Files: /usr/share/doc/libfelix-osgi-obr-java-doc/api/*.html +Index: /usr/share/doc/libfelix-osgi-obr-java/api/index.html +Files: /usr/share/doc/libfelix-osgi-obr-java/api/*.html diff -Nru felix-osgi-obr-1.0.2/debian/libfelix-osgi-obr-java.links felix-osgi-obr-1.0.2/debian/libfelix-osgi-obr-java.links --- felix-osgi-obr-1.0.2/debian/libfelix-osgi-obr-java.links 2011-10-06 18:13:35.000000000 +0000 +++ felix-osgi-obr-1.0.2/debian/libfelix-osgi-obr-java.links 2017-12-22 13:58:54.000000000 +0000 @@ -1,2 +1 @@ /usr/share/java/org.osgi.service.obr-1.0.2.jar /usr/share/java/org.osgi.service.obr.jar - diff -Nru felix-osgi-obr-1.0.2/debian/orig-tar.sh felix-osgi-obr-1.0.2/debian/orig-tar.sh --- felix-osgi-obr-1.0.2/debian/orig-tar.sh 2011-10-06 18:13:35.000000000 +0000 +++ felix-osgi-obr-1.0.2/debian/orig-tar.sh 2017-12-22 13:58:54.000000000 +0000 @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/sh set -x @@ -8,7 +8,7 @@ DIR=$package-$2.orig -tar xfz $3 +tar xfz $3 mv org.osgi.service.obr-$2 $DIR GZIP=--best tar -c -z -f $TAR $DIR rm -rf $DIR $3