debian/0000755000000000000000000000000012157430050007163 5ustar debian/changelog0000644000000000000000000000362112157430050011037 0ustar dunst (1.0.0-2) unstable; urgency=low * experimental to unstable because dunst 1.0.0 was only in experimental due to the freeze. I even got a user request to provide 1.0.0 in !experimental because it supports RTL text. * Canonicalize Vcs-* fields -- Michael Stapelberg Sun, 16 Jun 2013 23:30:14 +0200 dunst (1.0.0-1) experimental; urgency=low * New upstream version (Configured fonts might break due to the switch to pango) * Bump standards-version to 3.9.4 (no changes necessary) -- Michael Stapelberg Mon, 15 Apr 2013 15:18:58 +0200 dunst (0.5.0-1) experimental; urgency=low * New upstream version -- Michael Stapelberg Wed, 30 Jan 2013 21:30:19 +0100 dunst (0.4.0-1) experimental; urgency=low * New upstream version -- Michael Stapelberg Thu, 27 Sep 2012 12:55:06 +0200 dunst (0.3.1-1) experimental; urgency=low * Imported Upstream version 0.3.1 * move packaging to collab-maint * update patches/example_path.patch for 0.3.1 * enable hardening * Make Makefile use overwritten variables like CFLAGS (for hardening) -- Michael Stapelberg Wed, 08 Aug 2012 22:26:27 +0200 dunst (0.2.0-3) unstable; urgency=low * Ship org.knopwob.dunst.service so that dunst gets D-Bus-activated when a notification arrives. Thanks Jakob Haufe. (Closes: #683089) -- Michael Stapelberg Thu, 02 Aug 2012 00:07:31 +0200 dunst (0.2.0-2) unstable; urgency=low * Add Provides: notification-daemon so that you can use dunst to replace another notification-daemon. Thanks Andrew Hout. (Closes: #681732) -- Michael Stapelberg Mon, 16 Jul 2012 20:31:29 +0200 dunst (0.2.0-1) unstable; urgency=low * Initial release (Closes: #678445) -- Michael Stapelberg Wed, 27 Jun 2012 18:02:29 +0200 debian/compat0000644000000000000000000000000212157426716010377 0ustar 8 debian/control0000644000000000000000000000224012157427546010604 0ustar Source: dunst Section: x11 Priority: extra Maintainer: Michael Stapelberg Build-Depends: debhelper (>= 8.0.0), libdbus-1-dev, libx11-dev, libxinerama-dev, libxft-dev, libxss-dev, libxdg-basedir-dev, libglib2.0-dev, libpango1.0-dev, libcairo2-dev, libfreetype6-dev, libnotify-dev, dpkg-dev (>= 1.16.1.1) Standards-Version: 3.9.4 Homepage: http://www.knopwob.org/dunst/ Vcs-Git: git://anonscm.debian.org/collab-maint/dunst.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/dunst.git;a=summary Package: dunst Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Provides: notification-daemon Description: dmenu-ish notification-daemon Dunst is a highly configurable and lightweight notification-daemon: The only thing it displays is a colored box with unformatted text. The whole notification specification (non-optional parts and the "body" capability) is supported as long as it fits into this look & feel. . Dunst is designed to fit nicely into minimalistic windowmanagers like dwm, but it should work on any Linux desktop. debian/copyright0000644000000000000000000000640712157426716011143 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: dunst Source: http://knopwob.github.com/dunst/ Files: * Copyright: Copyright © 2012, Sascha Kruse and contributors License: BSD Files: draw.* Copyright: Copyright © 2012 Sascha Kruse and contributors © 2010-2011 Connor Lane Smith © 2006-2011 Anselm R Garbe © 2009 Gottox © 2009 Markus Schnalke © 2009 Evan Gates © 2006-2008 Sander van Dijk © 2006-2007 Michał Janeczek License: MIT/X11 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Files: ini.* Copyright: Copyright (c) 2009, Brush Technology License: BSD Files: debian/* Copyright: 2012 Michael Stapelberg License: BSD License: BSD Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. . * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. . * Neither the name of Sascha Kruse nor the names of contributors may be used to endorse or promote products derived from this software without specific prior written permission. . THIS SOFTWARE IS PROVIDED BY Sascha Kruse ''AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL Sascha Kruse BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. debian/dunst.install0000644000000000000000000000007512157426716011730 0ustar debian/org.knopwob.dunst.service /usr/share/dbus-1/services/ debian/org.knopwob.dunst.service0000644000000000000000000000010712157426716014162 0ustar [D-BUS Service] Name=org.freedesktop.Notifications Exec=/usr/bin/dunst debian/patches/0000755000000000000000000000000012157426716010630 5ustar debian/patches/example_path.patch0000644000000000000000000000262112157426716014321 0ustar Description: Place example in /usr/share/doc/dunst/ Author: Michael Stapelberg --- Forwarded: not-needed Last-Update: 2012-09-27 Index: dunst/README.pod =================================================================== --- dunst.orig/README.pod 2012-08-08 21:38:29.000000000 +0200 +++ dunst/README.pod 2012-08-08 21:47:49.510208145 +0200 @@ -136,7 +136,7 @@ =head1 CONFIGURATION -An example configuration file is included (usually /usr/share/dunst/dunstrc). +An example configuration file is included (usually /usr/share/doc/dunst/dunstrc.example.gz). To change the configuration, copy this file to ~/.config/dunst/dunstrc and edit it accordingly. Index: dunst/Makefile =================================================================== --- dunst.orig/Makefile 2012-08-08 21:38:29.000000000 +0200 +++ dunst/Makefile 2012-08-08 21:48:14.586461332 +0200 @@ -47,8 +47,8 @@ @mkdir -p ${DESTDIR}${MANPREFIX}/man1 @cp -f dunst.1 ${DESTDIR}${MANPREFIX}/man1/ @chmod 644 ${DESTDIR}${MANPREFIX}/man1/dunst.1 - @mkdir -p "${DESTDIR}${PREFIX}/share/dunst" - @ cp -f dunstrc ${DESTDIR}${PREFIX}/share/dunst + @mkdir -p "${DESTDIR}${PREFIX}/share/doc/dunst" + @ cp -f dunstrc ${DESTDIR}${PREFIX}/share/doc/dunst/dunstrc.example @mkdir -p "${DESTDIR}${PREFIX}/share/dbus-1/services/" @cp -vf org.knopwob.dunst.service "${DESTDIR}${PREFIX}/share/dbus-1/services/org.knopwob.dunst.service" debian/patches/series0000644000000000000000000000002312157426716012040 0ustar example_path.patch debian/rules0000755000000000000000000000107112157426716010260 0ustar #!/usr/bin/make -f # -*- makefile -*- # Sample debian/rules that uses debhelper. # This file was originally written by Joey Hess and Craig Small. # As a special exception, when this file is copied by dh-make into a # dh-make output file, you may use that output file without restriction. # This special exception was added by Craig Small in version 0.37 of dh-make. # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 DPKG_EXPORT_BUILDFLAGS = 1 include /usr/share/dpkg/buildflags.mk override_dh_auto_install: dh_auto_install -- PREFIX=/usr %: dh $@ debian/source/0000755000000000000000000000000012157426716010501 5ustar debian/source/format0000644000000000000000000000001412157426716011707 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000044412157426716010234 0ustar version=3 opts=uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha|b|a)\d*)$/$1~$2/,dversionmangle=s/\+(debian|dfsg|ds|deb)\d*$// \ https://github.com/knopwob/dunst/tags .*/v?(\d.*)\.(?:tgz|tbz2|txz|tar\.(?:gz|bz2|xz)) # Bart Martens Sat, 22 Dec 2012 12:51:36 +0000