Added some maintenance scripts, WIP
This commit is contained in:
parent
5e386877d5
commit
e53294cb38
3
debian/bin/evil
vendored
Executable file
3
debian/bin/evil
vendored
Executable file
@ -0,0 +1,3 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
lintian -EvIL +pedantic --show-overrides --no-tag-display-limit *changes
|
5
debian/bin/mangle
vendored
Executable file
5
debian/bin/mangle
vendored
Executable file
@ -0,0 +1,5 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
echo "A: $@" | sed 's/ \(_.*\) \(.*\)/ (c++)"\1" \2/' | c++filt
|
||||||
|
|
||||||
|
|
8
debian/bin/symmangle
vendored
Executable file
8
debian/bin/symmangle
vendored
Executable file
@ -0,0 +1,8 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
if [ -d ./debian ]; then
|
||||||
|
for i in `find . -name symbols`; do
|
||||||
|
k=`echo $i | sed "s#/DEBIAN/symbols##" | sed "s#./debian/##"`
|
||||||
|
cat "$i" | sed 's/ \(_.*\) \(.*\)/ (c++)"\1" \2/' | c++filt | sort | uniq | tee "debian/$k.mangled";
|
||||||
|
done
|
||||||
|
fi
|
2
debian/control
vendored
2
debian/control
vendored
@ -7,7 +7,7 @@ Priority: optional
|
|||||||
Build-Depends: debhelper (>= 10),
|
Build-Depends: debhelper (>= 10),
|
||||||
cmake (>= 3.0.2),
|
cmake (>= 3.0.2),
|
||||||
qtbase5-dev
|
qtbase5-dev
|
||||||
Standards-Version: 3.9.8
|
Standards-Version: 4.1.0
|
||||||
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-lxqt/lxqt-build-tools.git/?h=debian/sid
|
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-lxqt/lxqt-build-tools.git/?h=debian/sid
|
||||||
Vcs-Git: https://anonscm.debian.org/git/pkg-lxqt/lxqt-build-tools.git -b debian/sid
|
Vcs-Git: https://anonscm.debian.org/git/pkg-lxqt/lxqt-build-tools.git -b debian/sid
|
||||||
Homepage: https://github.com/lxde/lxqt-build-tools
|
Homepage: https://github.com/lxde/lxqt-build-tools
|
||||||
|
1
debian/install
vendored
Normal file
1
debian/install
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
debian/bin/* /usr/bin
|
Loading…
x
Reference in New Issue
Block a user