Added some scripts for pkg-lxqt

ubuntu/cosmic
Alf Gaida 7 years ago
parent af39872104
commit e6ed253846

9
debian/bin/evil vendored

@ -1,3 +1,10 @@
#!/bin/bash #!/bin/bash
# Copyright 2015-2017 Alf Gaida <agaida@siduction.org>
# License: WTFPL-2
#
# Usage:
#
#
#
#
lintian -EvIL +pedantic --show-overrides --no-tag-display-limit *changes lintian -EvIL +pedantic --show-overrides --no-tag-display-limit *changes

@ -5,7 +5,7 @@
# Licensetext # Licensetext
# Usage: # Usage:
# get-snapshot (in package dir) # get-snapshot (in package dir)
# one will need a debian/repository file in place # one will need a debian/repository.spec file in place
unset commit unset commit
unset branch unset branch

11
debian/bin/mangle vendored

@ -1,5 +1,10 @@
#!/bin/bash #!/bin/bash
# Copyright 2015-2017 Alf Gaida <agaida@siduction.org>
# License: WTFPL-2
#
# Usage:
#
#
#
#
echo "A: $@" | sed 's/ \(_.*\) \(.*\)/ (c++)"\1" \2/' | c++filt echo "A: $@" | sed 's/ \(_.*\) \(.*\)/ (c++)"\1" \2/' | c++filt

@ -1,4 +1,12 @@
#!/bin/bash #!/bin/bash
# Copyright 2015-2017 Alf Gaida <agaida@siduction.org>
# License: WTFPL-2
#
# Usage:
#
#
#
#
if [ -d ./debian ]; then if [ -d ./debian ]; then
for i in `find . -name symbols`; do for i in `find . -name symbols`; do

13
debian/changelog vendored

@ -1,9 +1,14 @@
lxqt-build-tools (0.3.96-1) experimental; urgency=medium lxqt-build-tools (0.4.0-1) experimental; urgency=medium
* New snapshot: 0.3.2-8-gfc0d797 * Cherry-picking new upstream release
* switch to experimental * Added some pkg-lxqt tools:
- evil: the (in)famous lintian -EvIL ...
- mangle: mangle single symbols
- symmangle: mangle whole symbol files
- git-versions: get current upstream git versions
- get-snapshot: get a git snapshot
-- Alf Gaida <agaida@siduction.org> Tue, 25 Jul 2017 01:18:13 +0200 -- Alf Gaida <agaida@siduction.org> Sat, 23 Sep 2017 15:56:32 +0200
lxqt-build-tools (0.3.2-1) unstable; urgency=medium lxqt-build-tools (0.3.2-1) unstable; urgency=medium

5
debian/control vendored

@ -18,9 +18,12 @@ Package: lxqt-build-tools
Architecture: all Architecture: all
Depends: ${shlibs:Depends}, Depends: ${shlibs:Depends},
${misc:Depends}, ${misc:Depends},
binutils,
cmake (>= 3.0.2), cmake (>= 3.0.2),
libqt5xdg-dev (>= 2.0.0), git,
libqt5xdg-dev (>= 3.0.0),
libglib2.0-dev (>= 2.5.0), libglib2.0-dev (>= 2.5.0),
lintian,
pkg-config, pkg-config,
qttools5-dev, qttools5-dev,
qttools5-dev-tools qttools5-dev-tools

Loading…
Cancel
Save