Andreas Tille pushed to branch master at Debian Med / librcsb-core-wrapper
Commits:
b0b4eae8 by Andreas Tille at 2026-09-08T13:42:20+02:00
Argh, there are more open bugs
- - - - -
a145a43a by Andreas Tille at 2026-09-08T13:50:38+02:00
Make sure necessary files are build even with make --shuffle=reverse Closes:
#1105713
- - - - -
3 changed files:
- debian/changelog
- + debian/patches/make-shuffle-reverse.patch
- debian/patches/series
Changes:
=====================================
debian/changelog
=====================================
@@ -1,4 +1,4 @@
-librcsb-core-wrapper (1.005-14) unstable; urgency=medium
+librcsb-core-wrapper (1.005-14) UNRELEASED; urgency=medium
* d/watch: version=5
* Standards-Version: 4.7.4 (routine-update)
@@ -9,6 +9,8 @@ librcsb-core-wrapper (1.005-14) unstable; urgency=medium
* Prevent libtool from adding -nostdlib
Closes: #1146268)
* Remove trailing whitespace in debian/changelog (routine-update)
+ * Make sure necessary files are build even with make --shuffle=reverse
+ Closes: #1105713
-- Andreas Tille <[email protected]> Tue, 08 Sep 2026 13:33:08 +0200
=====================================
debian/patches/make-shuffle-reverse.patch
=====================================
@@ -0,0 +1,18 @@
+Author: Andreas Tille <[email protected]>
+Last-Update: 2026-09-08
+Bug-Debian: https://bugs.debian.org/1105713
+Description: Make sure necessary files are build even with make
--shuffle=reverse
+
+--- a/cif-parser/Makefile
++++ b/cif-parser/Makefile
+@@ -196,3 +196,10 @@ obj/%ScannerBase.o: $(SRC_DIR)/%ScannerB
+ obj/%.o: $(SRC_DIR)/%.C
+ libtool --mode=compile $(CCC) $(CPPFLAGS) $(C++FLAGS) -c $< -o
$(OBJ_DIR)/$(@F)
+
++# Base sources #include the bison-generated CifParser.h/DICParser.h; make
++# that dependency explicit instead of relying on OBJ_FILES ordering
++$(OBJ_DIR)/CifScannerBase.o: $(OBJ_DIR)/CifParser.o
++$(OBJ_DIR)/CifParserBase.o: $(OBJ_DIR)/CifParser.o
++$(OBJ_DIR)/DICScannerBase.o: $(OBJ_DIR)/DICParser.o
++$(OBJ_DIR)/DICParserBase.o: $(OBJ_DIR)/DICParser.o
++
=====================================
debian/patches/series
=====================================
@@ -19,3 +19,4 @@ python3.patch
generated-includes
INSTALL-is-cifinstall.patch
make-4.4.1.patch
+make-shuffle-reverse.patch
View it on GitLab:
https://salsa.debian.org/med-team/librcsb-core-wrapper/-/compare/4372592059f732daaf3801e9ba13277c745ef38e...a145a43a7f53ddb1842e1b4b0a7b391859ec2365
--
View it on GitLab:
https://salsa.debian.org/med-team/librcsb-core-wrapper/-/compare/4372592059f732daaf3801e9ba13277c745ef38e...a145a43a7f53ddb1842e1b4b0a7b391859ec2365
You're receiving this email because of your account on salsa.debian.org. Manage
all notifications: https://salsa.debian.org/-/profile/notifications | Help:
https://salsa.debian.org/help
_______________________________________________
debian-med-commit mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit