Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (6)
Wrap and sort
· 57accd9b
Emmanuel Bourg
authored
Sep 12, 2018
57accd9b
Standards-Version updated to 4.2.1
· 9603d447
Emmanuel Bourg
authored
Sep 12, 2018
9603d447
Fixed the scope of the Easymock dependency (Closes: #866032)
· 7a46f62b
Emmanuel Bourg
authored
Sep 12, 2018
7a46f62b
Suggest the optional dependencies instead of recommending them
· 453c32e2
Emmanuel Bourg
authored
Sep 12, 2018
453c32e2
Use salsa.debian.org Vcs-* URLs
· 291bfe0d
Emmanuel Bourg
authored
Sep 12, 2018
291bfe0d
Upload to unstable
· 25016adf
Emmanuel Bourg
authored
Sep 12, 2018
25016adf
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
25016adf
felix-bundlerepository (2.0.10-4) unstable; urgency=medium
* Team upload.
* Fixed the scope of the Easymock dependency (Closes: #866032)
* Suggest the optional dependencies instead of recommending them
* Standards-Version updated to 4.2.1
* Use salsa.debian.org Vcs-* URLs
-- Emmanuel Bourg <ebourg@apache.org> Wed, 12 Sep 2018 23:43:52 +0200
felix-bundlerepository (2.0.10-3) unstable; urgency=medium
* Team upload
...
...
debian/control
View file @
25016adf
...
...
@@ -2,12 +2,11 @@ Source: felix-bundlerepository
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders:
Damien Raude-Morvan <drazzib@debian.org>
Uploaders: Damien Raude-Morvan <drazzib@debian.org>
Build-Depends:
debhelper (>= 11),
default-jdk-headless,
default-jdk-doc,
default-jdk-headless,
libeasymock-java,
libfelix-gogo-runtime-java,
libfelix-osgi-obr-java,
...
...
@@ -20,20 +19,15 @@ Build-Depends:
libosgi-compendium-java (>= 6),
libosgi-core-java (>= 5.0.0~),
maven-debian-helper (>= 1.4)
Standards-Version: 4.1.3
Standards-Version: 4.2.1
Vcs-Git: https://salsa.debian.org/java-team/felix-bundlerepository.git
Vcs-Browser: https://salsa.debian.org/java-team/felix-bundlerepository
Homepage: https://felix.apache.org/documentation/subprojects/apache-felix-osgi-bundle-repository.html
Vcs-Git: https://anonscm.debian.org/git/pkg-java/felix-bundlerepository.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/felix-bundlerepository.git
Package: libfelix-bundlerepository-java
Architecture: all
Depends:
${maven:Depends},
${misc:Depends}
Recommends:
${maven:OptionalDepends}
Suggests:
libfelix-bundlerepository-java-doc
Depends: ${maven:Depends}, ${misc:Depends}
Suggests: ${maven:OptionalDepends}, libfelix-bundlerepository-java-doc
Description: Felix OSGi bundle repository service
The Felix project is an implementation
of the OSGi core framework specification.
...
...
@@ -48,13 +42,9 @@ Description: Felix OSGi bundle repository service
Package: libfelix-bundlerepository-java-doc
Architecture: all
Section: doc
Depends:
${maven:DocDepends},
${misc:Depends}
Recommends:
${maven:DocOptionalDepends}
Suggests:
libfelix-bundlerepository-java
Depends: ${maven:DocDepends}, ${misc:Depends}
Recommends: ${maven:DocOptionalDepends}
Suggests: libfelix-bundlerepository-java
Description: Documentation for Felix OSGi bundle repository service
The Felix project is an implementation
of the OSGi core framework specification.
...
...
debian/patches/fix-easymock-dependency-scope.patch
0 → 100644
View file @
25016adf
Description: Exclude EasyMock from the runtime classpath
Author: Mykola Nikishov <mn@mn.com.ua>
Origin: backport, https://svn.apache.org/r1793018
Bug: https://issues.apache.org/jira/browse/FELIX-5626
--- a/pom.xml
+++ b/pom.xml
@@ -98,6 +98,7 @@
<groupId>org.easymock</groupId>
<artifactId>easymock</artifactId>
<version>3.4</version>
+ <scope>test</scope>
</dependency>
</dependencies>
<build>
debian/patches/series
View file @
25016adf
relax-Import-Package-requirements.patch
osgi-compendium-6.patch
fix-easymock-dependency-scope.patch
debian/rules
View file @
25016adf
...
...
@@ -2,6 +2,3 @@
%:
dh $@
get-orig-source:
uscan --download-current-version --force-download --rename --no-symlink