[Git][java-team/libitext5-java][master] 3 commits: Copy the file instead of symlinking it

Markus Koschany (@apo) gitlab at salsa.debian.org
Wed Jun 29 17:14:37 BST 2022



Markus Koschany pushed to branch master at Debian Java Maintainers / libitext5-java


Commits:
cd7c1d38 by Markus Koschany at 2022-06-29T16:24:22+02:00
Copy the file instead of symlinking it

- - - - -
9a23a0a8 by Markus Koschany at 2022-06-29T16:48:14+02:00
Declare compliance with Debian Policy 4.6.1.

- - - - -
fdbf54dc by Markus Koschany at 2022-06-29T16:49:28+02:00
Update changelog

- - - - -


3 changed files:

- debian/changelog
- debian/control
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,12 @@
+libitext5-java (5.5.13.2-2) unstable; urgency=medium
+
+  * Team upload.
+  * Work around maven-filtering bug by copying the file instead of symlinking
+    it. (Closes: #1013565)
+  * Declare compliance with Debian Policy 4.6.1.
+
+ -- Markus Koschany <apo at debian.org>  Wed, 29 Jun 2022 16:47:50 +0200
+
 libitext5-java (5.5.13.2-1) unstable; urgency=medium
 
   * New upstream release


=====================================
debian/control
=====================================
@@ -21,7 +21,7 @@ Build-Depends:
  libmockito-java,
  libxml-security-java (>= 2.0.10-2~),
  maven-debian-helper (>= 1.5)
-Standards-Version: 4.5.1
+Standards-Version: 4.6.1
 Vcs-Git: https://salsa.debian.org/java-team/libitext5-java.git
 Vcs-Browser: https://salsa.debian.org/java-team/libitext5-java
 Homepage: http://itextpdf.com


=====================================
debian/rules
=====================================
@@ -5,7 +5,7 @@
 
 override_dh_auto_test:
 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
-	ln -s /usr/share/color/icc/sRGB.icc 'pdfa/src/test/resources/com/itextpdf/text/pdf/sRGB Color Space Profile.icm'
+	cp /usr/share/color/icc/sRGB.icc 'pdfa/src/test/resources/com/itextpdf/text/pdf/sRGB Color Space Profile.icm'
 	dh_auto_test -- package -DgsExec=/usr/bin/gs
 endif
 



View it on GitLab: https://salsa.debian.org/java-team/libitext5-java/-/compare/83f01a3399c3db75d3325bc7a8b5773282c02fd6...fdbf54dc54e8a2d1e269212ac6849bbac6552e2b

-- 
View it on GitLab: https://salsa.debian.org/java-team/libitext5-java/-/compare/83f01a3399c3db75d3325bc7a8b5773282c02fd6...fdbf54dc54e8a2d1e269212ac6849bbac6552e2b
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-java-commits/attachments/20220629/83d9f940/attachment.htm>


More information about the pkg-java-commits mailing list