~ubuntu-branches/debian/stretch/libcommons-compress-java/stretch

« back to all changes in this revision

Viewing changes to debian/patches/01-optional-xz-dependency.patch

  • Committer: Package Import Robot
  • Author(s): Emmanuel Bourg
  • Date: 2014-05-19 18:13:11 UTC
  • mfrom: (1.1.7)
  • Revision ID: package-import@ubuntu.com-20140519181311-qw0qtmfj7oahttca
Tags: 1.8.1-1
* New upstream release
* Removed 01-optional-xz-dependency.patch
* Updated the OSGi metadata
* Moved the package to Git

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Description: Mark the dependency on org.tukaani:xz as optional
2
 
Author: Emmanuel Bourg <ebourg@apache.org>
3
 
Forwarded: http://svn.apache.org/r1579208
4
 
--- a/pom.xml
5
 
+++ b/pom.xml
6
 
@@ -61,6 +61,7 @@
7
 
       <groupId>org.tukaani</groupId>
8
 
       <artifactId>xz</artifactId>
9
 
       <version>1.5</version>
10
 
+      <optional>true</optional>
11
 
     </dependency>
12
 
   </dependencies>
13