[med-svn] [Git][med-team/libcolt-free-java][master] 2 commits: Run the copyright replacement hack with LC_ALL=C, required by new sed.
Andreas Tille
gitlab at salsa.debian.org
Fri Mar 1 12:57:46 GMT 2019
Andreas Tille pushed to branch master at Debian Med / libcolt-free-java
Commits:
81f1f5d9 by Andreas Tille at 2019-03-01T11:52:41Z
Run the copyright replacement hack with LC_ALL=C, required by new sed.
- - - - -
50c2419e by Andreas Tille at 2019-03-01T12:05:23Z
Upload to unstable
- - - - -
2 changed files:
- debian/changelog
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+libcolt-free-java (1.2.0+dfsg-7) unstable; urgency=medium
+
+ [ Matthias Klose ]
+ * Run the copyright replacement hack with LC_ALL=C, required by new sed.
+ Closes: #923521
+
+ -- Andreas Tille <tille at debian.org> Fri, 01 Mar 2019 12:52:50 +0100
+
libcolt-free-java (1.2.0+dfsg-6) unstable; urgency=medium
[ Jelmer Vernooij ]
=====================================
debian/rules
=====================================
@@ -16,6 +16,7 @@ override_dh_auto_build:
#directory
mkdir -p lib
# Fix broken encodings that were not catched in fix_invalid_encoding.patch
+ export LC_ALL=C; \
for utf16 in `find . -name "*.java" -exec file \{\} \; | grep "ISO-8859 text" | sed 's/: .*//'` ; do \
echo "Fixing ISO-8859 encoding of $$utf16" ; \
sed -i '/^Copyright/{;N;s/Copyright.*1999 CERN - European Organization for Nuclear Research/Copyright (c) 1999 CERN - European Organization for Nuclear Research/;}' $$utf16; \
View it on GitLab: https://salsa.debian.org/med-team/libcolt-free-java/compare/3bcf4f49a8275d113d84f61457185e6fec71bfd4...50c2419e4011bcf05f440266a839872529660740
--
View it on GitLab: https://salsa.debian.org/med-team/libcolt-free-java/compare/3bcf4f49a8275d113d84f61457185e6fec71bfd4...50c2419e4011bcf05f440266a839872529660740
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/debian-med-commit/attachments/20190301/e6ca1edf/attachment.html>
More information about the debian-med-commit
mailing list