@@ -2,25 +2,14 @@ | |||
*~ | |||
*.save | |||
## ignored package stuff | |||
/*/*.build | |||
/*/*.changes | |||
/*/*.deb | |||
/*/*.dsc | |||
/*/*.tar.xz | |||
/*/*.tar.bz2 | |||
/*/*.upload | |||
# ignored debian $foo | |||
/*/*/debian/thunderstruck-*/ | |||
/*/*/debian/paintitblack-*/ | |||
/*/*/debian/whiteroom-*/ | |||
/*/*/debian/files | |||
/*/*/debian/debhelper-build-stamp | |||
/*/*/debian/*.debhelper | |||
/*/*/debian/*.log | |||
/*/*/debian/*.substvars | |||
/*/*/debian/tmp | |||
/debian/paintitblack-*/ | |||
/debian/patience-*/ | |||
/debian/files | |||
/debian/debhelper-build-stamp | |||
/debian/*.debhelper | |||
/debian/*.log | |||
/debian/*.substvars | |||
/debian/tmp | |||
@@ -1,7 +1,7 @@ | |||
WALLPAPER=patience | |||
CODENAME=Patience | |||
CODENAME_SAFE=patience | |||
VERSION=2018.2.0 | |||
VERSION=2018.3.0 | |||
DISTRIBUTION=unstable | |||
FLL_LIVE_USER=siducer |
@@ -1,3 +1,9 @@ | |||
patience-sddm-settings (2018.3.0-1) unstable; urgency=medium | |||
* release 18.3 | |||
-- Alf Gaida <agaida@siduction.org> Sat, 12 May 2018 18:55:29 +0200 | |||
patience-sddm-settings (2018.2.0-1) unstable; urgency=medium | |||
* release 18.2 |
@@ -5,10 +5,10 @@ Maintainer: Alf Gaida <agaida@siduction.org> | |||
Uploaders: Torsten Wohlfarth <towo@siduction.org>, | |||
Ovidiu Angelescu <convbsd@siduction.net> | |||
Build-Depends: debhelper (>= 11) | |||
Standards-Version: 4.1.3 | |||
Homepage: https://git.siduction.org/extra/settings-sddm | |||
Standards-Version: 4.1.4 | |||
Vcs-Browser: https://git.siduction.org/extra/settings-sddm | |||
Vcs-Git: https://git.siduction.org/extra/settings-sddm.git | |||
Vcs-Browser: https://git.siduction.org/extra/settings-sddm.git | |||
Homepage: https://git.siduction.org/extra/settings-sddm | |||
Package: patience-sddm-settings | |||
Architecture: all |
@@ -1,25 +0,0 @@ | |||
#!/bin/bash | |||
# Copyright 2016 Alf Gaida <agaida@siduction.org> | |||
# License: WTFPL-2 | |||
source VERSION | |||
[ -d ./debtemplate ] && rm -rf debtemplate | |||
git checkout templates -- bootstrap | |||
git checkout templates -- debtemplate | |||
git checkout templates -- functions.sh | |||
git checkout templates -- template | |||
[ -f ./debian/rules ] && ./bootstrap && echo 'Bootstrap first run ...' | |||
[ ! -f ./debian/rules ] && ./bootstrap && echo 'Bootstrap second run ...' | |||
[ -f ./debian/rules ] && rm -f bootstrap | |||
[ -f ./debian/rules ] && rm -rf debtemplate | |||
[ -f ./debian/rules ] && rm -f functions.sh | |||
[ -f ./debian/rules ] && rm -rf template | |||
[ ! -f ./debian/rules ] && echo 'Something went wrong, debian/rules not created! Check bootstrap!' | |||
git add . |
@@ -1 +0,0 @@ | |||
tar-ignore = bootstrap |