muxsa: build on Debian trixie
This commit is contained in:
6
Makefile
6
Makefile
@@ -61,12 +61,12 @@ clean:
|
||||
|
||||
install: all
|
||||
set -ex ; for i in $(SCRIPTS) ; do \
|
||||
install -o root -g root -m 755 $$i ${DESTDIR}/usr/$$i ; \
|
||||
install -m 755 $$i ${DESTDIR}/usr/$$i ; \
|
||||
done
|
||||
set -ex ; for i in $(MANPGS) ; do \
|
||||
install -o root -g root -m 644 $$i ${DESTDIR}/usr/share/$$i ; \
|
||||
install -m 644 $$i ${DESTDIR}/usr/share/$$i ; \
|
||||
done
|
||||
set -ex ; for i in $(DOCS) $(GENDOCS) ; do \
|
||||
install -o root -g root -m 644 $$i \
|
||||
install -m 644 $$i \
|
||||
${DESTDIR}/usr/share/doc/muxsa/$${i##*/} ; \
|
||||
done
|
||||
|
||||
6
debian/changelog
vendored
6
debian/changelog
vendored
@@ -1,3 +1,9 @@
|
||||
muxsa (1.0.0-3) unstable; urgency=low
|
||||
|
||||
* "Rules-Requires-Root: no" in debian/control so it builds on trixie
|
||||
|
||||
-- Sebastian Kiesel <sebastian.kiesel@tik.uni-stuttgart.de> Thu, 21 Aug 2025 17:20:42 +0200
|
||||
|
||||
muxsa (1.0.0-2) unstable; urgency=low
|
||||
|
||||
* Add further dependencies
|
||||
|
||||
1
debian/control
vendored
1
debian/control
vendored
@@ -5,6 +5,7 @@ Maintainer: Sebastian Kiesel <sebastian.kiesel@tik.uni-stuttgart.de>
|
||||
Build-Depends:
|
||||
debhelper-compat (= 13), pandoc,
|
||||
Standards-Version: 4.6.2
|
||||
Rules-Requires-Root: no
|
||||
Homepage: https://git-nks-public.tik.uni-stuttgart.de/edu/muxsa
|
||||
Vcs-Browser: https://git-nks-public.tik.uni-stuttgart.de/edu/muxsa
|
||||
Vcs-Git: https://git-nks-public.tik.uni-stuttgart.de/edu/muxsa.git
|
||||
|
||||
Reference in New Issue
Block a user