--- wmii-doc-1.orig/debian/rules +++ wmii-doc-1/debian/rules @@ -0,0 +1,15 @@ +#!/usr/bin/make -f + +%: + dh --with quilt ${@} + +override_dh_auto_clean: + $(MAKE) -C beginnersguide-en distclean + +override_dh_auto_build: + $(MAKE) -C beginnersguide-en pdf ps + $(MAKE) -C beginnersguide-en pdf + +override_dh_auto_install: + install -D -m 0644 beginnersguide-en/beginnersguide.pdf debian/wmii-doc/usr/share/doc/wmii-doc/pdf/beginnersguide-en.pdf + install -D -m 644 beginnersguide-en/beginnersguide.ps debian/wmii-doc/usr/share/doc/wmii-doc/ps/beginnersguide-en.ps --- wmii-doc-1.orig/debian/control +++ wmii-doc-1/debian/control @@ -0,0 +1,26 @@ +Source: wmii-doc +Section: doc +Priority: optional +Maintainer: Debian Suckless Maintainers +Uploaders: Daniel Baumann +Build-Depends: debhelper (>= 7.0.50~), quilt (>= 0.46-7) +Build-Depends-Indep: + texlive-fonts-recommended, texlive-latex-base, texlive-latex-extra, + texlive-latex-recommended, texlive-lang-german +Standards-Version: 3.8.4 +Homepage: http://www.suckless.org/ +Vcs-Browser: http://git.debian-maintainers.org/?p=suckless/wmii-doc.git +Vcs-Git: git://git.debian-maintainers.org/git/suckless/wmii-doc.git + +Package: wmii-doc +Architecture: all +Depends: ${misc:Depends} +Recommends: wmii +Description: lightweight tabbed and tiled X11 window manager, version 3 (documentation) + wmii is a dynamic window manager for X11, which is highly customizable and + usable with keyboard and mouse. It supports conventional, tabbed and tiled + window management with low memory usage. It is highly modularized and uses an + inter-process communication interface which is oriented on the 9p protocol of + plan9. + . + This package contains the collected documentation of wmii 3. --- wmii-doc-1.orig/debian/README.source +++ wmii-doc-1/debian/README.source @@ -0,0 +1,37 @@ +Package Repositories +-------------------- + +Backports for the current stable debian distribution as well as snapshots of +unreleased versions may be available in repositories listed on the maintainers +homepage. The current URL of the maintainer homepage can be seen in +debian/copyright. + + +Source Access +------------- + +You can obtain the sources of this package with: + + $ apt-get source ${PACKAGE} + +whereas '${PACKAGE}' has to be replaced with the actual name of the package. + +This package is maintained with the Git version control system. The current git +source tree can be obtained with: + + $ git clone ${GIT_URI} + +whereas '${GIT_URI}' has to be replaced with the actual URI for the Git +repository. The current Git URI can be seen in debian/control in the extracted +package sources. + +More information about Git can be found in the git-core package. + +This package may use the Quilt patch system to manage all modifications to the +upstream source. Changes, if any, are stored in the source package as diffs in +debian/diff and are applied during the build. Current modifications can be +applied to the source tree with: + + $ QUILT_PATCHES=debian/patches quilt push -a + +More information about Quilt can be found in the quilt package. --- wmii-doc-1.orig/debian/copyright +++ wmii-doc-1/debian/copyright @@ -0,0 +1,46 @@ +Upstream-Contact: Suckless project +Upstream-Homepage: http://www.suckless.org/ +Maintainer-Contact: Debian Suckless Maintainers +Maintainer-Homepage: http://suckless.debian-maintainers.org/ + +Files: beginnersguide-en/* +Copyright: + (C) 2005-2006 Steffen Liebergeld + (C) 2006 Salvador Peiro (gualteri) , +License: GPL-2+ + This program is free software; you can redistribute it and/or + modify it under the terms of the GNU General Public License + as published by the Free Software Foundation; either version 2 + of the License, or (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + . + On Debian systems, the complete text of the GNU General Public License + can be found in /usr/share/common-licenses/GPL-2 file. + +Files: */Makefile, debian/* +Copyright: (C) 2006-2010 Daniel Baumann +License: GPL-2+ + This program is free software; you can redistribute it and/or + modify it under the terms of the GNU General Public License + as published by the Free Software Foundation; either version 2 + of the License, or (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + . + On Debian systems, the complete text of the GNU General Public License + can be found in /usr/share/common-licenses/GPL-2 file. --- wmii-doc-1.orig/debian/changelog +++ wmii-doc-1/debian/changelog @@ -0,0 +1,108 @@ +wmii-doc (1:1-12) unstable; urgency=low + + * Adding maintainer homepage field to control. + * Marking maintainer homepage field to be also included in binary + packages and changelog. + * Adding README.source. + * Adding explicit debian source version 1.0 until switch to 3.0. + * Updating year in copyright file. + * Updating to standards 3.8.4. + * Sorting dh call in rules to more common order. + * Moving maintainer homepage field from control to copyright. + * Making build-depends versioned. + * Updating README.source. + + -- Daniel Baumann Thu, 25 Mar 2010 08:44:06 +0100 + +wmii-doc (1:1-11) unstable; urgency=low + + * Updating maintainer field. + * Updating vcs fields. + * Updating package to standards version 3.8.3. + + -- Daniel Baumann Thu, 20 Aug 2009 20:44:32 +0200 + +wmii-doc (1:1-10) unstable; urgency=low + + * Updating vcs fields in control file. + * Using patch-stamp rather than patch in rules file. + * Replacing obsolete dh_clean -k with dh_prep. + * Using correct rfc-2822 date formats in changelog. + * Wrapping build independs. + * Updating package to standards version 3.8.2. + * Adding misc depends. + * Updating year in copyright file. + * Using quilt rather than dpatch. + * Minimalizing rules file. + + -- Daniel Baumann Tue, 04 Aug 2009 16:25:50 +0200 + +wmii-doc (1:1-9) unstable; urgency=medium + + * Adding missing build-depends to texlive-fonts-recommended (Closes: #493399). + + -- Daniel Baumann Sun, 03 Aug 2008 00:32:00 +0200 + +wmii-doc (1:1-8) unstable; urgency=medium + + * Reordering rules file. + * Rewriting copyright file in machine-interpretable format. + * Adding vcs fields in control file. + * Upgrading package to standards 3.8.0. + * Upgrading package to debhelper 7. + + -- Daniel Baumann Wed, 02 Jul 2008 15:58:00 +0200 + +wmii-doc (1:1-7) unstable; urgency=low + + * Applied patch from Tanguy Ortolo to update text + for wmii 3.6 (Closes: #460266). + + -- Daniel Baumann Sat, 12 Jan 2008 19:43:00 +0100 + +wmii-doc (1:1-6) unstable; urgency=low + + * If recommends of texlive-latex-extra doesn't get installed, + texlive-latex-recommended doesn't get installed and thus FTBFS. + Adding the latter manually to build-depends now (Closes: #458715). + + -- Daniel Baumann Wed, 02 Jan 2007 16:27:00 +0100 + +wmii-doc (1:1-5) unstable; urgency=low + + * Bumping to new policy. + * Using new homepage field in control. + * Updated copyright file. + * Using texlive build-depends now. + + -- Daniel Baumann Sun, 23 Dec 2007 20:50:00 +0100 + +wmii-doc (1:1-4) unstable; urgency=low + + * Run pdflatex a second time to include the TOC. + + -- Daniel Baumann Tue, 04 Sep 2007 23:01:00 +0200 + +wmii-doc (1:1-3) unstable; urgency=medium + + * Updated upstream homepage. + + -- Daniel Baumann Sun, 29 Oct 2006 17:09:00 +0200 + +wmii-doc (1:1-2) unstable; urgency=low + + * New email address. + + -- Daniel Baumann Thu, 06 Jul 2006 14:23:00 +0200 + +wmii-doc (1:1-1) unstable; urgency=low + + * New upstream release. + + -- Daniel Baumann Sun, 18 Jun 2006 13:29:00 +0200 + +wmii-doc (20060106-1) unstable; urgency=low + + * Initial release. + + -- Daniel Baumann Sat, 07 Jan 2006 13:29:00 +0000 --- wmii-doc-1.orig/debian/compat +++ wmii-doc-1/debian/compat @@ -0,0 +1 @@ +7 --- wmii-doc-1.orig/debian/patches/01-wmii-3.6.patch +++ wmii-doc-1/debian/patches/01-wmii-3.6.patch @@ -0,0 +1,93 @@ +Author: Tanguy Ortolo +Description: Some updates for wmii 3.6 (Closes: #460266). + +diff -Naurp wmii-doc.orig/beginnersguide-en/beginnersguide.tex wmii-doc/beginnersguide-en/beginnersguide.tex +--- wmii-doc.orig/beginnersguide-en/beginnersguide.tex 2006-06-18 12:14:49.000000000 +0000 ++++ wmii-doc/beginnersguide-en/beginnersguide.tex 2009-08-04 14:21:25.000000000 +0000 +@@ -533,7 +533,7 @@ people mentioned at \href{http://wmii.de + manually with the \emph{-a address} command line option. + A sample invocation looks like: + \begin{verbatim} +- wmiir read / ++ wmiir ls / + \end{verbatim} + This command actually prints the contents of the root directory of the + virtual file-system of \wmii. +@@ -637,12 +637,12 @@ people mentioned at \href{http://wmii.de + unobtrusively exported with the following \emph{environment variables}. + + \begin{verbatim} +- WMII_SELCOLORS='#000000 #eaffff #8888cc' ++ WMII_FOCUSCOLORS='#000000 #eaffff #8888cc' + WMII_NORMCOLORS='#000000 #ffffea #bdb76b' + WMII_FONT=static + \end{verbatim} + +- \verb+WMII_SELCOLORS+ defines the colours of the selected client's window ++ \verb+WMII_FOCUSCOLORS+ defines the colours of the selected client's window + title and border, whereas \verb+WMII_NORMCOLORS+ defines the colours of all + unselected clients. The numbers are hexadecimal rgb tuple-values, which you + might know from HTML. You can grab them with the Gimps colour-chooser for instance. +@@ -658,43 +658,39 @@ people mentioned at \href{http://wmii.de + \subsection{Filling the status-bar} + \label{subsec:status} + +- The status bar of \wmii{} has its own \verb+/bar+ directory with +- a subdirectory for each of the labels created. So while editing ++ The status bar of \wmii{} has two directories: \verb+/lbar+ for its ++ left side, and \verb+/rbar+ for its rigth side. They contains ++ a file for each of the labels created. So while editing + this document my status-bar looked like: + + \begin{verbatim} +- $ wmiir read /bar +- d-r-x------ salva salva 0 Mon Apr 17 14:19:51 2006 1 +- d-r-x------ salva salva 0 Mon Apr 17 14:19:51 2006 2 +- d-r-x------ salva salva 0 Mon Apr 17 14:19:51 2006 status ++ $ wmiir ls -l /lbar ++ --rw------- salva salva 0 Mon Apr 17 14:19:51 2006 1 ++ --rw------- salva salva 0 Mon Apr 17 14:19:51 2006 2 ++ $ wmiir ls -l /rbar ++ --rw------- salva salva 0 Mon Apr 17 14:19:51 2006 status + \end{verbatim} + +- At the same time each of the subdirectories contains two files, ++ Colors (optional) and label texts are defined in these files: + + \begin{verbatim} +- $ wmiir read /bar/status +- --rw------- salva salva 23 Mon Apr 17 14:22:14 2006 colors +- --rw------- salva salva 23 Mon Apr 17 14:22:14 2006 data ++ $ wmiir read /lbar/1 ++ #000000 #eaffff #8888cc 1 + \end{verbatim} + + +- The first file contains the colour definitions that control how the +- bar will be drawn, while the second contains the data +- which is displayed. +- + Now you can start your own experiments by creating a new label, and + exploring and modifying it by reading \& writing values to its +- \verb+colors+ \& \verb+data+ files. A nice feature of the bar +- (and clients) is that they generate events corresponding to mouse +- clicks on them. You can open a terminal and run +- \verb+wmiir read /event+ to see how the events are generated +- when you click onto the status-bar. This is a mechanism that allows +- controlling applications directly from the bar. If you've +- finished and you want to get rid of your label, +- a \verb+wmiir remove /bar/foo+ command. ++ file. A nice feature of the bar (and clients) is that they generate ++ events corresponding to mouse clicks on them. You can open a ++ terminal and run \verb+wmiir read /event+ to see how the events are ++ generated when you click onto the status-bar. This is a mechanism ++ that allows controlling applications directly from the bar. If ++ you've finished and you want to get rid of your label, just issue a ++ \verb+wmiir remove /{l|r}bar/foo+ command. + + If you want to learn more, take a look at the status script and +- visit \hrefx{http://wmii.de} for good examples, like the following: ++ visit \hrefx{http://suckless.org} for good examples, like the following: + + \begin{itemize*} + \item \emph{status}: monitoring remaining battery, temperature, \dots on laptops --- wmii-doc-1.orig/debian/patches/series +++ wmii-doc-1/debian/patches/series @@ -0,0 +1 @@ +01-wmii-3.6.patch --- wmii-doc-1.orig/debian/source/format +++ wmii-doc-1/debian/source/format @@ -0,0 +1 @@ +1.0