Migrate to Lithium

Standards to 4.3.0
Debhelper compat to 10
Update copyright.
debian/rules: remove comments and buildflags.
debian/README.source: remove - refers to obsolete theme.
debian/bunsen-themes.docs: add README.md
This commit is contained in:
johnraff 2019-01-11 15:55:03 +09:00
parent a569ba947e
commit d5821373c4
6 changed files with 7 additions and 41 deletions

View file

@ -1,8 +0,0 @@
bunsen1-dark-theme for Debian
-----------------------------
Packaged using the sources at
http://crunchbang.org/forums/viewtopic.php?pid=427707#p427707.
-- Jens Oliver John <dev@2ion.de> Thu, 19 Feb 2015 19:27:05 +0100

View file

@ -1,2 +1,3 @@
LICENSE.CC
LICENSE.GPL
README.md

2
debian/compat vendored
View file

@ -1 +1 @@
9
10

6
debian/control vendored
View file

@ -2,8 +2,8 @@ Source: bunsen-themes
Section: x11
Priority: optional
Maintainer: Jens John <dev@2ion.de>
Build-Depends: debhelper (>= 9)
Standards-Version: 3.9.5
Build-Depends: debhelper (>= 10)
Standards-Version: 4.3.0
Homepage: https://github.com/bunsenlabs/bunsen-themes
Vcs-Browser: https://github.com/bunsenlabs/bunsen-themes
Vcs-Git: https://github.com/BunsenLabs/bunsen-themes.git
@ -12,6 +12,6 @@ Package: bunsen-themes
Architecture: all
Depends: gtk2-engines-murrine, gtk2-engines-pixbuf, libgtk-3-0 (>= 3.22.11), ${misc:Depends}
Suggests: openbox, lightdm-gtk-greeter
Description: GTK, Openbox, and Li themes for Bunsen and Debian Stretch
Description: GTK, Openbox, and Li themes for Bunsen and Debian Buster
Made by hhh from the BunsenLabs forums

3
debian/copyright vendored
View file

@ -5,6 +5,7 @@ Source: http://crunchbang.org/forums/viewtopic.php?id=39606
Files: *
Copyright: 2015-2017 hhh <hsumen@bunsenlabs.org>
2017-2018 Matthew T Hoare <matthew.t.hoare@gmail.com>
2018 Vinzenz Vietzke
License: GPL-3+
This package is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@ -24,7 +25,7 @@ License: GPL-3+
Files: debian/*
Copyright: 2015-2016 Jens John <dev@2ion.de>
2017-2018 John Crawley <john@bunsenlabs.org>
2017-2019 John Crawley <john@bunsenlabs.org>
License: GPL-3+
This package is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by

28
debian/rules vendored
View file

@ -1,32 +1,4 @@
#!/usr/bin/make -f
# See debhelper(7) (uncomment to enable)
# output every command that modifies files on the build system.
#DH_VERBOSE = 1
# see EXAMPLES in dpkg-buildflags(1) and read /usr/share/dpkg/*
DPKG_EXPORT_BUILDFLAGS = 1
include /usr/share/dpkg/default.mk
# see FEATURE AREAS in dpkg-buildflags(1)
#export DEB_BUILD_MAINT_OPTIONS = hardening=+all
# see ENVIRONMENT in dpkg-buildflags(1)
# package maintainers to append CFLAGS
#export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic
# package maintainers to append LDFLAGS
#export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
# main packaging script based on dh7 syntax
%:
dh $@
# debmake generated override targets
# This is example for Cmake (See http://bugs.debian.org/641051 )
#override_dh_auto_configure:
# dh_auto_configure -- \
# -DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH)