diff --git a/debian/README.source b/debian/README.source deleted file mode 100644 index 8d69ab3..0000000 --- a/debian/README.source +++ /dev/null @@ -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 Thu, 19 Feb 2015 19:27:05 +0100 - diff --git a/debian/bunsen-themes.docs b/debian/bunsen-themes.docs index f2e124f..4aa8fce 100644 --- a/debian/bunsen-themes.docs +++ b/debian/bunsen-themes.docs @@ -1,2 +1,3 @@ LICENSE.CC LICENSE.GPL +README.md diff --git a/debian/compat b/debian/compat index ec63514..f599e28 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -9 +10 diff --git a/debian/control b/debian/control index 3e246e5..8015a2e 100644 --- a/debian/control +++ b/debian/control @@ -2,8 +2,8 @@ Source: bunsen-themes Section: x11 Priority: optional Maintainer: Jens John -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 diff --git a/debian/copyright b/debian/copyright index 7793a87..7a80294 100644 --- a/debian/copyright +++ b/debian/copyright @@ -5,6 +5,7 @@ Source: http://crunchbang.org/forums/viewtopic.php?id=39606 Files: * Copyright: 2015-2017 hhh 2017-2018 Matthew T Hoare + 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 - 2017-2018 John Crawley + 2017-2019 John Crawley 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 diff --git a/debian/rules b/debian/rules index ce15cce..4067ba0 100755 --- a/debian/rules +++ b/debian/rules @@ -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) - - - -