Added some scripts for pkg-lxqt

This commit is contained in:
Alf Gaida 2017-09-23 15:58:13 +02:00
parent af39872104
commit e6ed253846
6 changed files with 38 additions and 10 deletions

9
debian/bin/evil vendored
View File

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

View File

@ -5,7 +5,7 @@
# Licensetext
# Usage:
# 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 branch

11
debian/bin/mangle vendored
View File

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

View File

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

13
debian/changelog vendored
View File

@ -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
* switch to experimental
* Cherry-picking new upstream release
* 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

5
debian/control vendored
View File

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