[debian-edu-commits] [Git][debian-edu/debian-edu-doc][master] 2 commits: documentation/common/Makefile.common: Fix EPUB content and article identifier

Wolfgang Schweer gitlab at salsa.debian.org
Tue Jun 2 11:23:29 BST 2020



Wolfgang Schweer pushed to branch master at Debian Edu / debian-edu-doc


Commits:
9991afe1 by Wolfgang Schweer at 2020-06-02T12:17:41+02:00
documentation/common/Makefile.common: Fix EPUB content and article identifier
issues in a more general way.

Thanks (again)to tests.reproducible-builds.org (armhf report).

Signed-off-by: Wolfgang Schweer <wschweer at arcor.de>

- - - - -
811a4927 by Wolfgang Schweer at 2020-06-02T12:22:44+02:00
Add changelog entry.

Signed-off-by: Wolfgang Schweer <wschweer at arcor.de>

- - - - -


2 changed files:

- debian/changelog
- documentation/common/Makefile.common


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+debian-edu-doc (2.11.8) UNRELEASED; urgency=medium
+
+  * documentation/common/Makefile.common:
+    Fix EPUB content and article identifier issues in a more general way.
+    Thanks (again)to tests.reproducible-builds.org (armhf report).
+
+ -- Wolfgang Schweer <wschweer at arcor.de>  Tue, 02 Jun 2020 12:10:47 +0200
+
 debian-edu-doc (2.11.7) unstable; urgency=medium
 
   [ Wolfgang Schweer ]


=====================================
documentation/common/Makefile.common
=====================================
@@ -236,12 +236,10 @@ install: build
 			cp $(name).$$f.epub $$LANGPATH/$(name).epub ; \
 			cd $$LANGPATH ; \
 			unzip -q $(name).epub -d epub ; \
-			sed -i 's#_idm[0-9]\{14\}#_idm1234567#' epub/OEBPS/content.opf ; \
-			sed -i 's#_idm[0-9]\{14\}#_idm1234567#' epub/OEBPS/toc.ncx ; \
-			sed -i 's#_idp[0-9]\{10\}#_idp12345678#' epub/OEBPS/content.opf ; \
-			sed -i 's#_idp[0-9]\{10\}#_idp12345678#' epub/OEBPS/toc.ncx ; \
-			sed -i 's#_idp[0-9]\{9\}#_idp123456789#' epub/OEBPS/content.opf ; \
-			sed -i 's#_idp[0-9]\{9\}#_idp123456789#' epub/OEBPS/toc.ncx ; \
+			sed -i 's#_idm[0-9]\+#_idm123#' epub/OEBPS/content.opf ; \
+			sed -i 's#_idm[0-9]\+#_idm123#' epub/OEBPS/toc.ncx ; \
+			sed -i 's#_idp[0-9]\+#_idp123#' epub/OEBPS/content.opf ; \
+			sed -i 's#_idp[0-9]\+#_idp123#' epub/OEBPS/toc.ncx ; \
 			find epub -exec touch -d @0 '{}' \; ; \
 			rm $(name).epub ; \
 			zip -q -r $(name).epub epub/ ; \



View it on GitLab: https://salsa.debian.org/debian-edu/debian-edu-doc/-/compare/45b1f5f19818da767b24027178df02e35c95c620...811a492764aaf532706b26077b27fa8b6d957299

-- 
View it on GitLab: https://salsa.debian.org/debian-edu/debian-edu-doc/-/compare/45b1f5f19818da767b24027178df02e35c95c620...811a492764aaf532706b26077b27fa8b6d957299
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-edu-commits/attachments/20200602/92de0b34/attachment-0001.html>


More information about the debian-edu-commits mailing list