[med-svn] [Git][med-team/gentle][master] 3 commits: d/rules: convert tips_de.txt to utf8 for encoding consistency.
Étienne Mollier (@emollier)
gitlab at salsa.debian.org
Fri Sep 16 20:52:03 BST 2022
Étienne Mollier pushed to branch master at Debian Med / gentle
Commits:
f1a1ed96 by Étienne Mollier at 2022-09-16T21:34:38+02:00
d/rules: convert tips_de.txt to utf8 for encoding consistency.
- - - - -
b6b4065b by Étienne Mollier at 2022-09-16T21:49:45+02:00
d/s/lintian-overrides: add; document false positive errors.
- - - - -
38270e4d by Étienne Mollier at 2022-09-16T21:51:32+02:00
ready to upload to unstable.
- - - - -
3 changed files:
- debian/changelog
- debian/rules
- + debian/source/lintian-overrides
Changes:
=====================================
debian/changelog
=====================================
@@ -1,4 +1,6 @@
-gentle (1.9+cvs20100605+dfsg1-10) UNRELEASED; urgency=medium
+gentle (1.9+cvs20100605+dfsg1-10) unstable; urgency=medium
+
+ * Team upload.
[ Andreas Tille ]
* transition to wxwidgets3.2
@@ -9,7 +11,11 @@ gentle (1.9+cvs20100605+dfsg1-10) UNRELEASED; urgency=medium
[ Scott Talbert ]
* Patch for compatibility with wxWidgets 3.2
- -- Andreas Tille <tille at debian.org> Thu, 15 Sep 2022 09:12:11 +0200
+ [ Étienne Mollier ]
+ * d/rules: convert tips_de.txt to utf8 for encoding consistency.
+ * d/s/lintian-overrides: add; document false positive errors.
+
+ -- Étienne Mollier <emollier at debian.org> Fri, 16 Sep 2022 21:50:52 +0200
gentle (1.9+cvs20100605+dfsg1-9) unstable; urgency=medium
=====================================
debian/rules
=====================================
@@ -11,6 +11,10 @@ include /usr/share/dpkg/default.mk
%:
dh $@
+execute_before_dh_auto_build:
+ mv tips_de.txt tips_de.iso8859
+ iconv -f ISO-8859-15 -t UTF-8 < tips_de.iso8859 > tips_de.txt
+
override_dh_install:
dh_install
cd debian/$(DEB_SOURCE)/usr/share/$(DEB_SOURCE); for i in help/*.html help/*.css *.db help/*.htm */*.png */*.x[bp]m */*.bmp *.txt */*.txt *.csv; do chmod -x "$$i"; done
=====================================
debian/source/lintian-overrides
=====================================
@@ -0,0 +1,2 @@
+# False positives caused by long lines of non-English text.
+gentle source: source-is-missing [help/*.htm]
View it on GitLab: https://salsa.debian.org/med-team/gentle/-/compare/50bef03ae28bfe440cfa7c570e2a4e483f167e49...38270e4dcf46fca8df7a89b2386a680afe34c5ac
--
View it on GitLab: https://salsa.debian.org/med-team/gentle/-/compare/50bef03ae28bfe440cfa7c570e2a4e483f167e49...38270e4dcf46fca8df7a89b2386a680afe34c5ac
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/20220916/d654707c/attachment-0001.htm>
More information about the debian-med-commit
mailing list