debian/0000775000000000000000000000000012127665132007175 5ustar debian/patches/0000775000000000000000000000000012127665104010623 5ustar debian/patches/libm-underlinkage.patch0000664000000000000000000000203512127665104015235 0ustar Index: backstep-0.3/src/Makefile.am =================================================================== --- backstep-0.3.orig/src/Makefile.am 2013-04-05 20:18:54.000000000 -0400 +++ backstep-0.3/src/Makefile.am 2013-04-05 20:19:58.860892632 -0400 @@ -39,5 +39,5 @@ workspaces.c workspaces.h \ xutil.c xutil.h -backstep_LDADD = @PACKAGE_LIBS@ $(INTLLIBS) @X_LIBS@ @X_EXTRA_LIBS@ @RENDER_LIBS@ -lX11 -lXext +backstep_LDADD = @PACKAGE_LIBS@ $(INTLLIBS) @X_LIBS@ @X_EXTRA_LIBS@ @RENDER_LIBS@ -lX11 -lXext -lm Index: backstep-0.3/src/Makefile.in =================================================================== --- backstep-0.3.orig/src/Makefile.in 2013-04-05 20:18:54.000000000 -0400 +++ backstep-0.3/src/Makefile.in 2013-04-05 20:20:14.068737627 -0400 @@ -213,7 +213,7 @@ workspaces.c workspaces.h \ xutil.c xutil.h -backstep_LDADD = @PACKAGE_LIBS@ $(INTLLIBS) @X_LIBS@ @X_EXTRA_LIBS@ @RENDER_LIBS@ -lX11 -lXext +backstep_LDADD = @PACKAGE_LIBS@ $(INTLLIBS) @X_LIBS@ @X_EXTRA_LIBS@ @RENDER_LIBS@ -lX11 -lXext -lm all: all-am .SUFFIXES: debian/patches/binutils-gold.patch0000664000000000000000000000162312105122002014377 0ustar Description: Fix FTBFS due ld --no-add-needed in natty toolchain Author: Bhavani Shankar Forwarded: https://sourceforge.net/tracker/?func=detail&aid=3147462&group_id=148838&atid=772783 --- backstep-0.3.orig/src/Makefile.am +++ backstep-0.3/src/Makefile.am @@ -39,5 +39,5 @@ backstep_SOURCES = \ workspaces.c workspaces.h \ xutil.c xutil.h -backstep_LDADD = @PACKAGE_LIBS@ $(INTLLIBS) @X_LIBS@ @X_EXTRA_LIBS@ @RENDER_LIBS@ +backstep_LDADD = @PACKAGE_LIBS@ $(INTLLIBS) @X_LIBS@ @X_EXTRA_LIBS@ @RENDER_LIBS@ -lX11 -lXext --- backstep-0.3.orig/src/Makefile.in +++ backstep-0.3/src/Makefile.in @@ -213,7 +213,7 @@ backstep_SOURCES = \ workspaces.c workspaces.h \ xutil.c xutil.h -backstep_LDADD = @PACKAGE_LIBS@ $(INTLLIBS) @X_LIBS@ @X_EXTRA_LIBS@ @RENDER_LIBS@ +backstep_LDADD = @PACKAGE_LIBS@ $(INTLLIBS) @X_LIBS@ @X_EXTRA_LIBS@ @RENDER_LIBS@ -lX11 -lXext all: all-am .SUFFIXES: debian/patches/series0000664000000000000000000000005412127665037012044 0ustar binutils-gold.patch libm-underlinkage.patch debian/docs0000664000000000000000000000001412105122002010017 0ustar NEWS README debian/rules0000775000000000000000000000356412105122002010241 0ustar #!/usr/bin/make -f #-*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 # These are used for cross-compiling and for saving the configure script # from having to guess our platform (since we know it already) DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) config.status: configure dh_testdir ifneq "$(wildcard /usr/share/misc/config.sub)" "" cp -f /usr/share/misc/config.sub config.sub endif ifneq "$(wildcard /usr/share/misc/config.guess)" "" cp -f /usr/share/misc/config.guess config.guess endif RENDER_CFLAGS="-I/usr/include" RENDER_LIBS="-L/usr/lib -lXcomposite -lXdamage -lXrender" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info build: build-arch build-indep build-arch: build-stamp build-indep: build-stamp build-stamp: config.status dh_testdir $(MAKE) touch build-stamp clean: dh_testdir dh_testroot rm -f build-stamp # Add here commands to clean up after the build process. [ ! -f Makefile ] || $(MAKE) distclean rm -f config.sub rm -f config.guess dh_clean install: build dh_testdir dh_testroot dh_clean -k dh_installdirs # Add here commands to install the package into debian/backstep. $(MAKE) install DESTDIR=$(CURDIR)/debian/backstep # Build architecture-independent files here. binary-indep: build install # We have nothing to do by default. # Build architecture-dependent files here. binary-arch: build install dh_testdir dh_testroot dh_installchangelogs ChangeLog dh_installdocs dh_installexamples dh_installman -a dh_link dh_strip dh_compress dh_fixperms dh_installdeb dh_shlibdeps dh_gencontrol dh_md5sums dh_builddeb binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install debian/compat0000664000000000000000000000000212105122002010347 0ustar 5 debian/backstep.10000664000000000000000000000406212105122002011031 0ustar .TH "BACKSTEP" "1" "September 27, 2006" "" "" .SH "NAME" backstep \- Backstep is a program that draws icons for minimized windows on your desktop. .SH "SYNOPSIS" .B backstep .RI [ options ] ... .SH "DESCRIPTION" Backstep is a program that draws icons for minimized windows on your desktop. It doesn't depend on the window manager or on a desktop\-drawing program (for example, I use it with Nautilus). It is meant to work with window managers that are EWHM compliant. However, I only know for sure that it works with Metacity and Xfwm4. And I know that it doesn't work with Fluxbox and that it only partially works with Kwin (hopefully this will be corrected soon). I haven't yet tested it with other window managers. Drawing icons for minimized windows on the desktop might be considered a step backwards by many people (hence the name), but I find it useful to identify minimized windows by position rather than by name. .SH "FEATURES" 1) Simple to use. You do not have to configure anything \- just run 'backstep'. 2) Session management support \- at least to the extent that backstep adds itself to the session so that it will be started automatically the next time you log in to your desktop environment. 3) Grouping. Windows can be grouped together (by right clicking on their icons and selecting a group) so that when one window from the group is shown or hidden, all windows in the group are shown or hidden. 4) Configurable. You can make some adjustments to the way the icons look. This is done through a simple configuration dialog launched by right\-clicking on an icon. .SH "OPTIONS" \-?, \-\-help Show these help options \-c, \-\-client=ID Client id for session management \-n, \-\-no\-daemon Do not run as a daemon \-v, \-\-version output version information and exit \-\-display=DISPLAY X display to use .SH "AUTHOR" Backstep was written by Christopher Carroll . .PP This manual page was written by Mario Limonciello , for the Ubuntu project (but may be used by others). debian/copyright0000664000000000000000000000176012105122002011110 0ustar This package was debianized by Mario Limonciello on Wed, 27 Sep 2006 00:02:01 -0500. It was downloaded from http://backstep.sf.net License: Copyright (C) 2005 Christopher Carroll 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 St, Fifth Floor, Boston, MA 02110-1301, USA. On Debian systems, a copy of the GPL can be found in /usr/share/common-licenses/GPL-2. debian/source/0000775000000000000000000000000012105122006010455 5ustar debian/source/format0000664000000000000000000000001412105122002011657 0ustar 3.0 (quilt) debian/control0000664000000000000000000000162412105122002010557 0ustar Source: backstep Section: x11 Priority: optional Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Mario Limonciello Build-Depends: debhelper (>= 5), autotools-dev, libgtk2.0-dev, libxpm-dev, x11proto-composite-dev Standards-Version: 3.9.4 Homepage: http://backstep.sourceforge.net/ Package: backstep Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: Draws icons for minimized windows on your desktop Backstep is a program that draws icons for minimized windows on your desktop. It doesn't depend on the window manager or on a desktop-drawing program. It is meant to work with window managers that are EWHM compliant. . Known Window Manager Support: * Metacity: known for sure to work * Xfwm4: known for sure to work * Fluxbox: known not to work * Kwin: partial support * Other: untested debian/watch0000664000000000000000000000006712105122002010205 0ustar version=3 http://sf.net/backstep/backstep-(.+).tar.bz2 debian/backstep.manpages0000664000000000000000000000002212105122002012454 0ustar debian/backstep.1 debian/changelog0000664000000000000000000000324512127665132011053 0ustar backstep (0.3-0ubuntu6) raring; urgency=low * Added missing math lib to link, fixing FTBFS. -- Daniel T Chen Fri, 05 Apr 2013 20:20:28 -0400 backstep (0.3-0ubuntu5) raring; urgency=low * debian/watch: Add. * debian/rules: Add Build-Arch and Build-Indep targets. * debian/copyright: Update symlink license. * debian/control: Bump Standards-Version to 3.9.4. -- Logan Rosen Thu, 07 Feb 2013 13:09:15 -0500 backstep (0.3-0ubuntu4) natty; urgency=low * debian/control: + Add ${misc:Depends} to Depends field (W: lintian) + Bump up standards to 3.9.1 (W: lintian) + Add Homepage field * debian/rules: + Dont ignore make-clean-error (W: lintian) * debian/source/format: (new file). Switch to 3.0 (quilt) format * debian/patches/binutils-gold.patch: + Fix FTBFS with ld --no-add-needed -- Bhavani Shankar Wed, 29 Dec 2010 13:13:53 +0530 backstep (0.3-0ubuntu3) gutsy; urgency=low * debian/control: (LP: #136943) - Added x11proto-composite-dev to satisfy build-deps * debian/rules: - Added RENDER_CFLAGS/RENDER_LIBS to fix pkgconfig problems with Xcomposite etc. -- Stephan Hermann Mon, 03 Sep 2007 08:36:45 +0200 backstep (0.3-0ubuntu2) feisty; urgency=low [Mario Limonciello] * Make sure debian/rules cleans up config.sub/guess [Closes Ubuntu# 64060] [Jeremie Corbier] * Switch to Ubuntu specific maintainer field. -- Mario Limonciello Thu, 28 Sep 2006 15:57:41 -0500 backstep (0.3-0ubuntu1) edgy; urgency=low * Initial release. -- Mario Limonciello Wed, 27 Sep 2006 00:02:01 -0500