debian/0000755000000000000000000000000012215076625007174 5ustar debian/changelog0000644000000000000000000000623012215076022011036 0ustar dzen2 (0.9.5~svn271-4) unstable; urgency=low * Don't manually link with -L/usr/lib (Closes: #722766) -- Ryan Kavanagh Sat, 14 Sep 2013 11:04:59 -0400 dzen2 (0.9.5~svn271-3) unstable; urgency=low * Upload to unstable * Add a gbp.conf to use pristine-tar / sign tags / etc. -- Ryan Kavanagh Sun, 14 Jul 2013 12:34:15 -0400 dzen2 (0.9.5~svn271-2) experimental; urgency=low * Enable XFT, XPM, and xinerama support; 04_use_xft_xpm_xinerama.diff This fixes a regression where XFT and xinerama support was disabled in the last release. -- Ryan Kavanagh Mon, 22 Apr 2013 09:51:39 -0400 dzen2 (0.9.5~svn271-1) experimental; urgency=low * Imported Upstream version 0.9.5~svn271 (Closes: #561286) + Get rid of inline patch; reintroduced as 01_build_gadgets.diff + Mouse events now work (Closes: #499651) + Update copyright file * Set myself as maintainer with Petr Rockai's permission * Update and simplify 01_build_gadgets.diff for current Makefiles * Set the install prefix to /usr, 02_install_prefix.diff * Set the CFLAGS to use dpkg-buildflags, 03_CFLAGS.diff * Add missing build-dependencies on pkg-config and libxft-dev * Bump standards version to 3.9.4 * Add Vcs-{Git,Browser} pointing to collab-maint * Add link to current Homepage in control * Drop CDBS in favour of dh >= 9, update rules and compat accordingly * Binaries are now installed by upstream Makefiles, update dzen2.install accordingly * Correct hyphen-as-minus-sign warnings in dzen2-dbar.1 * Set the Debian source format to 3.0 (quilt) * Make use of inheritance in debian/control: Don't define Section twice * Clean gadgets in rules' clean target * Add empty watch file: upstream does not provide a method of tracking new releases * Update the gadgets' manpages -- Ryan Kavanagh Sat, 20 Apr 2013 16:18:06 -0400 dzen2 (0.8.5-4) unstable; urgency=low * Install gadgets README files (closes: #499649), * install bundled bitmaps (closes: #499079), * enable XPM support (closes: #498153). -- Petr Rockai Sat, 26 Jun 2010 15:54:06 +0200 dzen2 (0.8.5-3) unstable; urgency=low * By a silly mistake, we had installed gadgets into /usr/bin/dzen2-/ instead of /usr/bin/dzen2-. This is now fixed. Thanks to Kai Hendry for reporting that. -- Petr Rockai Tue, 10 Jun 2008 22:31:05 +0200 dzen2 (0.8.5-2) unstable; urgency=low * Fix typos in description (closes: #477981), * include gadgets in the package (closes: #458906), thanks bertagaz@ptitcanardnoir.org for manpages. -- Petr Rockai Thu, 05 Jun 2008 11:14:44 +0200 dzen2 (0.8.5-1) unstable; urgency=low * New upstream version (closes: #451815). -- Petr Rockai Mon, 29 Oct 2007 18:08:06 +0100 dzen2 (0.8.0-1) unstable; urgency=low * Initial release, (Closes: #429227) * add a manpage for the dzen2 binary. -- Petr Rockai Mon, 29 Oct 2007 13:46:16 +0100 dzen2 (0.8.0-0) UNRELEASED * Initial packaging. -- Petr Rockai Mon, 06 Aug 2007 15:48:02 +0200 debian/dzen2-dbar.10000644000000000000000000000327512172225446011214 0ustar .TH "DBAR" 1 "Jan 01 2008" .SH NAME dzen2-dbar \- simple gadget that you can use in combination with dzen to display a progressbar. .SH SYNOPSIS .HP 7 \fBdzen2-dbar\fR [\-w \fIcharacters\fR] [\-s \fIsymbol\fR] [\-min \fIminvalue\fR] [\-max \fImaxvalue\fR] [\-l \fIstring\fR] [\-nonl] .SH DESCRIPTION .B dbar is an application that generates semi graphical progress meters, from some values you supply to it. .PP See the usage examples for a description of the expected input format. .SH OPTIONS A summary of options is included below. .TP .B \-max Value to be considered 100% (default: 100) .TP .B \-min Value to be considered 0% (default: 0) .TP .B \-w Number of charcaters to be considered 100% in the bar (default: 25 ) .TP .B \-s Symbol represeting the percentage value in the bar (default: = ) .TP .B \-l label to be prepended to the bar (default: '' ) .TP .B \-nonl no new line, don't put '\n' at the end of the bar (default: do print '\n') .SH USAGE EXAMPLES .TP .B Static 0% and 100% mark or single value input: .IP Command: echo 25 | dzen2-dbar \-m 100 \-l Sometext .br Output: Sometext 25% [====== ] .TP .B If your 100% mark changes dynamically or 2-values input: .IP Command: echo "50 150" | dzen2-dbar .br Output: 33% [======== ] .TP .B If your value range is not between [0, maxval] or 3-values input: .IP Command: echo "50 \-25 150" | dzen2-dbar .br Output: 43% [=========== ] .PP .SH AUTHOR .B Dbar was written by Robert Manea. .PP This manual page was written by bertagaz , for the Debian project (but may be used by others). .SH SEE ALSO .BR dzen2 (1), .BR dzen2-gcpubar (1), .BR dzen2-gdbar (1), and .BR dzen2-textwidth (1). debian/dzen2-gdbar.10000644000000000000000000000267512172225446011366 0ustar .TH "GDBAR" 1 "Jan 01 2008" .SH NAME dzen2-gdbar \- generates fully graphical progress meters .SH SYNOPSIS .HP 7 \fBdzen2-gdbar\fR [\-w \fIcharacters\fR] [\-s \fIsymbol\fR] [\-fg \fIcolor\fR] [\-bg \fIcolor\fR] [\-min \fIminvalue\fR] [\-max \fImaxvalue\fR] [\-l \fIstring\fR] [\-nonl] [\-o] .SH DESCRIPTION .B gdbar application that generates fully graphical progress meters, from some values you supply to it. .PP It has the same input semantics as dbar (see .B dbar (1) \). In contrast to dbar, gdbar draws fully graphical meters which are only useful in combination with dzen. .PP See the usage examples for a description of the expected input format. .SH OPTIONS A summary of options is included below. .TP .B \-max Value to be considered 100% (default: 100) .TP .B \-min Value to be considered 0% (default: 0) .TP .B \-fg Foreground color. (default white) .TP .B \-bg Bacground color (default darkgrey) .TP .B \-w Size in pixels to be considered 100% in the bar (default: 80 ) .TP .B \-h Bar height. .TP .B \-l label to be prepended to the bar (default: '' ) .TP .B \-o Draw conky style meters. .TP .B \-nonl no new line, don't put '\n' at the end of the bar (default: do print '\n') .SH AUTHOR .B Dbar was written by Robert Manea. .PP This manual page was written by bertagaz , for the Debian project (but may be used by others). .SH SEE ALSO .BR dzen2 (1), .BR dzen2-dbar (1), .BR dzen2-gcpubar (1), and .BR dzen2-textwidth (1). debian/dzen2-textwidth.10000644000000000000000000000135412172225446012324 0ustar .TH "TEXTWIDTH" 1 "Jan 01 2008" .SH NAME dzen2-textwidth \- calculate the width in pixels of text for a given font. .SH SYNOPSIS .HP 7 \fBdzen2-textwidth\fR \fIfontname\fR \fIstring\fR .SH DESCRIPTION .B textwidth is a simple utility to calculate the width in pixels of text with a given font. .PP This tool is provided as part of the .B dzen2 (1) package. .SH OPTIONS A summary of options is included below. .TP .B fontname Set the font. .TP .B string Set the string. .SH AUTHOR .B textwidth was written by Robert Manea. .PP This manual page was written by bertagaz , for the Debian project (but may be used by others). .SH SEE ALSO .BR dzen2 (1), .BR dzen2-dbar (1), .BR dzen2-gcpubar (1), and .BR dzen2-gdbar (1). debian/compat0000644000000000000000000000000212172225446010371 0ustar 9 debian/dzen2.install0000644000000000000000000000003212172225446011600 0ustar bitmaps /usr/share/dzen2/ debian/rules0000755000000000000000000000014012172225446010246 0ustar #!/usr/bin/make -f %: dh $@ override_dh_auto_clean: $(MAKE) -C gadgets clean dh_auto_clean debian/dzen2-gcpubar.10000644000000000000000000000220712172225446011721 0ustar .TH "GCPUBAR" 1 "Jan 01 2008" .SH NAME dzen2-gcpubar \- graphical CPU usage meter .SH SYNOPSIS .HP 7 \fBdzen2-gcpubar\fR [\-i \fIinterval\fR] [\-c \fIcount\fR] [\-fg \fIcolor\fR] [\-bg \fIcolor\fR] [\-w \fIpixel\fR] [\-h\ \fIpixel\fR] [\-nonl] .SH DESCRIPTION .B gcpubar is a CPU utilization meter for Linux. It relies on the existence of the /proc/stat file and generates fully graphical meters viewable with dzen. .SH OPTIONS A summary of options is included below. .TP .B \-i Update interval in seconds (default 1). You can use positive values less than 1 for intervals shorter than 1 second. .TP .B \-c Terminate after displaying argument to this option (default infinite). .TP .B \-fg Foreground color .TP .B \-bg Background color .TP .B \-w Width in piwels .TP .B \-h Height in pixels .TP .B \-nonl No new line, don't put '\\n' at the end of the bar (default: do print '\\n') .SH AUTHOR .B gcpubar was written by Robert Manea. .PP This manual page was written by bertagaz , for the Debian project (but may be used by others). .SH SEE ALSO .BR dzen2 (1), .BR dzen2-dbar (1), .BR dzen2-gdbar (1), and .BR dzen2-textwidth (1). debian/dzen2.10000644000000000000000000000501712172225446010302 0ustar .TH DZEN 1 .SH NAME dzen2 \- general-purpose messaging and notification for X11 .SH SYNOPSIS .B dzen2 [\-v] [\-p [seconds]] [\-m [v|h]] [\-ta ] [\-sa ] [\-x ] [\-y ] [\-w ] [\-tw ] [\-u] [\-e ] [\-l ] [\-fn ] [\-bg ] [\-fg ] [\-xs ] .SH DESCRIPTION .B Dzen is a general\-purpose messaging and notification program for X11, desigend to be scriptable in any language and integrate well with window managers like dwm, wmii and xmonad though it will work with any windowmanger. .PP .B Dzen expects the status message on its standard input, and uses a custom formatting language for colors and several other features (like bar meters and such). See README for detailed usage and scripting instructions. .SH OPTIONS .TP .B \-fg Set foreground color. The can be specified either as symbolic name (e.g. red, darkgreen, etc.) or as #rrggbb hex\-value (e.g. #ffffaa). .TP .B \-bg Set background color (same format as \-fg). .TP .B \-fn Set font (using the format of xlsfonts and xfontsel). .TP .B \-ta Set alignement of title window content: l(eft), c(center) or r(ight). .TP .B \-tw Set title window width. .TP .B \-sa Set alignment of slave window (see .B \-ta ). .TP .B \-l Number of lines to display in slave window (see (1) in README). .TP .B \-e Set up events and actions, eg. responses to mouse clicks (see (2) in README). .TP .B \-m Start up in menu mode (see (3) in README). .TP .B \-u Update contents of title and slave window simultaneously, see (see (4) in README). .TP .B \-p [] Persist EOF (optional timeout in seconds). .TP .B \-x Set x position on the screen. .TP .B \-y Set y position on the screen. .TP .B \-h Set line height (defaults to fontheight + 2 pixels). .TP .B \-w width .TP .B \-xs Set the Xinerama screen number where dzen should appear. .TP .B \-v Display version information. .SH AUTHOR .B Dzen2 has been written by .B Robert Manea. This manpage has been written, based on dzen documentation, by Petr Ročkai, for Debian GNU/Linux, but may be used by others. This manpage falls under the same licence as Dzen2 itself, see /usr/share/doc/dzen2/copyright. .SH SEE ALSO .BR dzen2-dbar (1), .BR dzen2-gcpubar (1), .BR dzen2-gdbar (1), and .BR dzen2-textwidth (1). More detailed documentation (especially on the formatting language of dzen2) is available in /usr/share/doc/dzen2/README.gz. debian/copyright0000644000000000000000000000320512172225446011126 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Source: http://gotmor.googlepages.com/dzen (< 0.9.5~svn271) https://code.google.com/p/dzen/ (>= 0.9.5~svn271) Comment: This package has been debianized by Petr Rockai in August 2007. Files: * Copyright: 2007-2009, Robert Manea License: Expat Files: debian/* Copyright: 2007-2010, Petr Rockai 2013, Ryan Kavanagh License: Expat Files: debian/dzen2-*.1 Copyright: 2008, bertagaz License: Expat License: Expat 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. debian/dzen2.manpages0000644000000000000000000000015012172225446011726 0ustar debian/dzen2.1 debian/dzen2-dbar.1 debian/dzen2-gdbar.1 debian/dzen2-gcpubar.1 debian/dzen2-textwidth.1 debian/patches/0000755000000000000000000000000012215076010010607 5ustar debian/patches/03_CFLAGS.diff0000644000000000000000000000502112215076010012700 0ustar Description: Set the buildflags Author: Ryan Kavanagh Origin: vendor Forwarded: not-needed --- This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ Index: dzen2/config.mk =================================================================== --- dzen2.orig/config.mk 2013-09-14 11:02:54.253569651 -0400 +++ dzen2/config.mk 2013-09-14 11:03:06.453897855 -0400 @@ -1,6 +1,13 @@ # dzen version VERSION = 0.9.5-svn +# DPKG build flags: +CPPFLAGS:=$(shell dpkg-buildflags --get CPPFLAGS) +CFLAGS:=$(shell dpkg-buildflags --get CFLAGS) +CXXFLAGS:=$(shell dpkg-buildflags --get CXXFLAGS) +LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS) +CFLAGS+=$(CPPFLAGS) + # Customize below to fit your system # paths @@ -39,8 +46,8 @@ ## Option 5: With XFT -LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 `pkg-config --libs xft` -CFLAGS = -Wall -Os ${INCS} -DVERSION=\"${VERSION}\" -DDZEN_XFT `pkg-config --cflags xft` +LIBS += -lc -L${X11LIB} -lX11 `pkg-config --libs xft` +CFLAGS += -Wall -Os ${INCS} -DVERSION=\"${VERSION}\" -DDZEN_XFT `pkg-config --cflags xft` ## Option 6: With XPM and XFT @@ -49,15 +56,15 @@ ## Option 7: With Xinerama and XPM and XFT -#LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 -lXinerama -lXpm `pkg-config --libs xft` -#CFLAGS = -Wall -Os ${INCS} -DVERSION=\"${VERSION}\" -DDZEN_XINERAMA -DDZEN_XPM -DDZEN_XFT `pkg-config --cflags xft` +#LIBS += -lc -L${X11LIB} -lX11 -lXinerama -lXpm `pkg-config --libs xft` +#CFLAGS += -Wall -Os ${INCS} -DVERSION=\"${VERSION}\" -DDZEN_XINERAMA -DDZEN_XPM -DDZEN_XFT `pkg-config --cflags xft` # END of feature configuration -LDFLAGS = ${LIBS} +LDFLAGS += ${LIBS} # Solaris, uncomment for Solaris #CFLAGS = -fast ${INCS} -DVERSION=\"${VERSION}\" Index: dzen2/gadgets/config.mk =================================================================== --- dzen2.orig/gadgets/config.mk 2013-09-14 11:02:54.253569651 -0400 +++ dzen2/gadgets/config.mk 2013-09-14 11:03:48.483028487 -0400 @@ -1,5 +1,12 @@ # Customize below to fit your system +# DPKG build flags: +CPPFLAGS:=$(shell dpkg-buildflags --get CPPFLAGS) +CFLAGS:=$(shell dpkg-buildflags --get CFLAGS) +CXXFLAGS:=$(shell dpkg-buildflags --get CXXFLAGS) +LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS) +CFLAGS+=$(CPPFLAGS) + # paths PREFIX = /usr MANPREFIX = ${PREFIX}/share/man @@ -8,10 +15,10 @@ INCS = -I. -I/usr/include -I${X11INC} X11LIB = /usr/X11R6/lib -LIBS = -L/usr/lib +#LIBS = -L/usr/lib -CFLAGS = -Os ${INCS} -LDFLAGS = ${LIBS} +CFLAGS += -Os ${INCS} +LDFLAGS += ${LIBS} # compiler and linker CC = gcc debian/patches/04_use_xft_xpm_xinerama.diff0000644000000000000000000000253712215076010016200 0ustar Description: Enable xinerama, xpm, xft options Seeing that dzen2 documents these features in the man page, users might want them, and the binary is still very very small, let's enable these. Author: Ryan Kavanagh Origin: vendor Forwarded: not-needed --- This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ Index: dzen2/config.mk =================================================================== --- dzen2.orig/config.mk 2013-04-22 09:45:41.823239287 -0400 +++ dzen2/config.mk 2013-04-22 09:46:02.827759803 -0400 @@ -46,8 +46,8 @@ ## Option 5: With XFT -LIBS += -lc -L${X11LIB} -lX11 `pkg-config --libs xft` -CFLAGS += -Wall -Os ${INCS} -DVERSION=\"${VERSION}\" -DDZEN_XFT `pkg-config --cflags xft` +#LIBS += -lc -L${X11LIB} -lX11 `pkg-config --libs xft` +#CFLAGS += -Wall -Os ${INCS} -DVERSION=\"${VERSION}\" -DDZEN_XFT `pkg-config --cflags xft` ## Option 6: With XPM and XFT @@ -56,8 +56,8 @@ ## Option 7: With Xinerama and XPM and XFT -#LIBS += -lc -L${X11LIB} -lX11 -lXinerama -lXpm `pkg-config --libs xft` -#CFLAGS += -Wall -Os ${INCS} -DVERSION=\"${VERSION}\" -DDZEN_XINERAMA -DDZEN_XPM -DDZEN_XFT `pkg-config --cflags xft` +LIBS += -lc -L${X11LIB} -lX11 -lXinerama -lXpm `pkg-config --libs xft` +CFLAGS += -Wall -Os ${INCS} -DVERSION=\"${VERSION}\" -DDZEN_XINERAMA -DDZEN_XPM -DDZEN_XFT `pkg-config --cflags xft` debian/patches/02_install_prefix.diff0000644000000000000000000000200412172225446014774 0ustar Description: Set the install prefix to /usr Author: Ryan Kavanagh Origin: vendor Forwarded: not-needed Reviewed-by: Ryan Kavanagh Last-Update: 2013-04-20 --- This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ Index: dzen2/config.mk =================================================================== --- dzen2.orig/config.mk 2013-04-20 13:40:26.944157757 -0400 +++ dzen2/config.mk 2013-04-20 13:40:26.940157660 -0400 @@ -4,7 +4,7 @@ # Customize below to fit your system # paths -PREFIX = /usr/local +PREFIX = /usr MANPREFIX = ${PREFIX}/share/man X11INC = /usr/X11R6/include Index: dzen2/gadgets/config.mk =================================================================== --- dzen2.orig/gadgets/config.mk 2013-04-20 13:40:26.944157757 -0400 +++ dzen2/gadgets/config.mk 2013-04-20 13:40:26.940157660 -0400 @@ -1,7 +1,7 @@ # Customize below to fit your system # paths -PREFIX = /usr/local +PREFIX = /usr MANPREFIX = ${PREFIX}/share/man X11INC = /usr/X11R6/include debian/patches/01_build_gadgets.diff0000644000000000000000000000426612172225446014561 0ustar Description: Build gadgets Author: Petr Rockai Origin: vendor Bug-Debian: http://bugs.debian.org/458906 Forwarded: no --- This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ Index: dzen2/Makefile =================================================================== --- dzen2.orig/Makefile 2013-04-20 14:23:26.640915047 -0400 +++ dzen2/Makefile 2013-04-20 14:23:26.632914850 -0400 @@ -6,7 +6,10 @@ SRC = draw.c main.c util.c action.c OBJ = ${SRC:.c=.o} -all: options dzen2 +all: options dzen2 gadgets-all + +gadgets-%: + $(MAKE) -C gadgets $(*) options: @echo dzen2 build options: @@ -27,7 +30,7 @@ @strip $@ @echo "Run ./help for documentation" -clean: +clean: gadgets-clean @echo cleaning @rm -f dzen2 ${OBJ} dzen2-${VERSION}.tar.gz @@ -43,7 +46,7 @@ @gzip dzen2-${VERSION}.tar @rm -rf dzen2-${VERSION} -install: all +install: all gadgets-install @echo installing executable file to ${DESTDIR}${PREFIX}/bin @mkdir -p ${DESTDIR}${PREFIX}/bin @cp -f dzen2 ${DESTDIR}${PREFIX}/bin Index: dzen2/gadgets/Makefile =================================================================== --- dzen2.orig/gadgets/Makefile 2013-04-20 14:23:26.640915047 -0400 +++ dzen2/gadgets/Makefile 2013-04-20 14:23:40.809265035 -0400 @@ -5,8 +5,9 @@ SRC = dbar.c dbar-main.c gdbar.c gcpubar.c textwidth.c OBJ = ${SRC:.c=.o} +PROGS = dbar gdbar gcpubar textwidth -all: options dbar gdbar gcpubar textwidth +all: options $(PROGS) options: @echo dzen2 gadgets build options: @@ -53,14 +54,10 @@ install: all @echo installing executable file to ${DESTDIR}${PREFIX}/bin @mkdir -p ${DESTDIR}${PREFIX}/bin - @cp -f dbar ${DESTDIR}${PREFIX}/bin - @chmod 755 ${DESTDIR}${PREFIX}/bin/dbar - @cp -f gdbar ${DESTDIR}${PREFIX}/bin - @chmod 755 ${DESTDIR}${PREFIX}/bin/gdbar - @cp -f gcpubar ${DESTDIR}${PREFIX}/bin - @chmod 755 ${DESTDIR}${PREFIX}/bin/gcpubar - @cp -f textwidth ${DESTDIR}${PREFIX}/bin - @chmod 755 ${DESTDIR}${PREFIX}/bin/textwidth + for prog in $(PROGS); do \ + cp -f $${prog} ${DESTDIR}${PREFIX}/bin/dzen2-$${prog} && \ + chmod 755 ${DESTDIR}${PREFIX}/bin/dzen2-$${prog}; \ + done uninstall: @echo removing executable file from ${DESTDIR}${PREFIX}/bin debian/patches/series0000644000000000000000000000013112172225446012032 0ustar 01_build_gadgets.diff 02_install_prefix.diff 03_CFLAGS.diff 04_use_xft_xpm_xinerama.diff debian/dzen2.docs0000644000000000000000000000003012172225446011060 0ustar README gadgets/README.* debian/gbp.conf0000644000000000000000000000014112172225662010606 0ustar [DEFAULT] upstream-branch = upstream debian-branch = master pristine-tar = True sign-tags = True debian/control0000644000000000000000000000131712172225446010600 0ustar Source: dzen2 Section: x11 Priority: optional Maintainer: Ryan Kavanagh Build-Depends: libx11-dev , libxinerama-dev , libxpm-dev , libxft-dev , debhelper (>= 9) , dh-buildinfo , pkg-config Standards-Version: 3.9.4 Homepage: https://github.com/robm/dzen Vcs-Git: git://anonscm.debian.org/collab-maint/dzen2.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/dzen2.git Package: dzen2 Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: General-purpose messaging and notification program for X11 Dzen was designed to be scriptable in any language and integrate well with window managers like dwm, wmii and xmonad though it will work with any window manger. debian/source/0000755000000000000000000000000012172225446010473 5ustar debian/source/format0000644000000000000000000000001412172225446011701 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000007612172225446010227 0ustar # Upstream does not provide any method to track new releases.