Andrius Merkys pushed to branch master at Debian Java Maintainers / cdk


Commits:
5f4dca67 by Andrius Merkys at 2019-12-31T07:30:57Z
Manually removing version constraint of libsignatures-java from 
libcdk-java.substvars.

- - - - -
0577a501 by Andrius Merkys at 2019-12-31T07:33:27Z
Preparing for upload.

- - - - -


2 changed files:

- debian/changelog
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+cdk (1:2.3-2) unstable; urgency=medium
+
+  * Manually removing version constraint of libsignatures-java from
+    libcdk-java.substvars.
+
+ -- Andrius Merkys <[email protected]>  Tue, 31 Dec 2019 02:33:01 -0500
+
 cdk (1:2.3-1) unstable; urgency=medium
 
   [ Andreas Tille ]


=====================================
debian/rules
=====================================
@@ -1,4 +1,10 @@
 #!/usr/bin/make -f
 
 %:
-       dh $@
\ No newline at end of file
+       dh $@
+
+# Version of libsignatures-java (0.0~...) is different from the one
+# given in its pom.xml, thus it has to be removed manually.
+override_dh_auto_install:
+       dh_auto_install
+       sed -i 's/libsignatures-java (>= 1.2-SNAPSHOT)/libsignatures-java/' 
debian/libcdk-java.substvars



View it on GitLab: 
https://salsa.debian.org/java-team/cdk/compare/80e18cf0cf1d4aa69e408acaff67812b7cbce3a6...0577a501cf75ade1ec2d10700fde464aeb5d9b17

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/cdk/compare/80e18cf0cf1d4aa69e408acaff67812b7cbce3a6...0577a501cf75ade1ec2d10700fde464aeb5d9b17
You're receiving this email because of your account on salsa.debian.org.


_______________________________________________
pkg-java-commits mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to