--- darksnow-0.6.1.orig/debian/changelog +++ darksnow-0.6.1/debian/changelog @@ -0,0 +1,67 @@ +darksnow (0.6.1-2ubuntu1) karmic; urgency=low + + * New Maintainer Closes: #497141. + * Bump up standards-version to 3.8.3 No other changes. + * Fix debhelper-but-no-misc-depends lintian warning. + * Add my name to debian/copyright. + * Fix watch file. + + -- Bhavani Shankar Mon, 21 Sep 2009 15:43:23 +0530 + +darksnow (0.6.1-2) unstable; urgency=low + + * QA upload, orphaning this package. + * debian/menu: Fixed menu-item-uses-apps-section. + + -- Bart Martens Sat, 30 Aug 2008 09:11:24 +0200 + +darksnow (0.6.1-1) unstable; urgency=low + + * Copied from Ubuntu to Debian. Closes: #417046. + * New upstream release, repackaged .orig.tar.gz. + * debian/copyright: Updated. + * debian/patches/fixing_Makefile.in.patch, debian/rules: Use CFLAGS as set + by cdbs, moved a few things from the patch to debian/rules, removed use of + dh_iconcache. + * debian/menu, debian/watch: Added. + * debian/control, debian/rules, debian/install: Use imagemagick to convert + darksnow_icon.png to darksnow_icon.xpm for use in debian/menu. + + -- Bart Martens Sun, 1 Apr 2007 10:25:03 +0200 + +darksnow (0.6-0ubuntu2) dapper; urgency=low + + * debian/compat: + + Set compat to 5. + * debian/rules: + + use dh_iconcache . + + -- Zak B. Elep Tue, 11 Apr 2006 05:13:19 -0400 + +darksnow (0.6-0ubuntu1) dapper; urgency=low + + * New upstream release + * updated the address of FSF at debian/copyright + * updated debian/rules and patches to the new version + + -- Rodrigo Belem Fri, 4 Nov 2005 15:01:09 +0000 + +darksnow (0.5.3-0ubuntu1) breezy; urgency=low + + * New upstream release + * updated debian/rules and patches to the new version + * man page now part of the upstream release + + -- Rodrigo Belem Fri, 18 Oct 2005 00:26:46 -0400 + +darksnow (0.5.2-0ubuntu1) breezy; urgency=low + + * added Homepage to package description + * removed unnecessary cdbs rules tarball.mk, autotools-vars.mk + * removed unnecessary Build-Depends: build-essential, autotools-dev + * created a manpage + * created a patch to fix Makefile.in to Debian way + * Initial Release. + + -- Rodrigo Belem Fri, 19 Aug 2005 18:20:24 -0400 + --- darksnow-0.6.1.orig/debian/README.Debian-source +++ darksnow-0.6.1/debian/README.Debian-source @@ -0,0 +1,10 @@ +darksnow for Debian +------------------- + +c370b40fb59b3951a6a2e8bf1bb24204 darksnow_0.6.1.orig.tar.gz +c6fea6be8ed1efef2d609cd8abc96f2a darksnow-0.6.1.tar.gz + +The file darksnow_0.6.1.orig.tar.gz is darksnow-0.6.1.tar.gz without the +debian/ directory. + + -- Bart Martens Sun, 1 Apr 2007 10:25:03 +0200 --- darksnow-0.6.1.orig/debian/watch +++ darksnow-0.6.1/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://darksnow.radiolivre.org/pacotes/ darksnow-(.*)\.tar\.gz --- darksnow-0.6.1.orig/debian/manpages +++ darksnow-0.6.1/debian/manpages @@ -0,0 +1 @@ +man/darksnow.1 --- darksnow-0.6.1.orig/debian/patches/fixing_Makefile.in.patch +++ darksnow-0.6.1/debian/patches/fixing_Makefile.in.patch @@ -0,0 +1,43 @@ +This patch updates Makefile.in to + - use the CFLAGS settings set by cdbs, + - install in DESTDIR, + - not gzip and install the man page, because that's handled with debian/manpages, + - and not install CHANGES, because that's handled with debian/rules and cdbs. + + -- Bart Martens Sun, 1 Apr 2007 10:25:03 +0200 + +--- ../orig/darksnow-0.6.1/Makefile.in 2006-05-21 17:07:04.000000000 +0200 ++++ Makefile.in 2007-04-01 12:48:18.000000000 +0200 +@@ -22,7 +22,7 @@ + INTLPREFIX=@prefix@ + CC=@CC@ + VERSION=@VERSION@ +-CFLAGS+=-Wall ++CFLAGS=@CFLAGS@ + INSTALL=install + ARCH=`uname -m` + +@@ -37,7 +37,7 @@ + + all: darksnow + +-darksnow: darksnow.o interface.o config_files.o tooltips.o man_gzip ++darksnow: darksnow.o interface.o config_files.o tooltips.o + $(CC) $(CFLAGS) @GTK_LIBS@ @GTK_CFLAGS@ -DVERSION="\"$(VERSION)\"" darksnow.o interface.o config_files.o tooltips.o -o darksnow + + darksnow.o: darksnow.c +@@ -60,11 +60,9 @@ + rm -rf slack darksnow.tgz + + install: darksnow +- $(INSTALL) -D --mode=0755 darksnow $(PREFIX)/bin/darksnow +- $(INSTALL) -D --mode=0644 documentation/CHANGES $(PREFIX)/share/darksnow/changelog +- $(INSTALL) -D --mode=0644 po/pt_BR.mo $(PREFIX)/share/locale/pt_BR/LC_MESSAGES/darksnow.mo +- $(INSTALL) -D --mode=0644 icon/darksnow_icon.png $(PREFIX)/share/icons/hicolor/32x32/apps/darksnow.png +- $(INSTALL) -D --mode=0644 man/darksnow.1.gz $(PREFIX)/share/man/man1/darksnow.1.gz ++ $(INSTALL) -D --mode=0755 darksnow $(DESTDIR)/$(PREFIX)/bin/darksnow ++ $(INSTALL) -D --mode=0644 po/pt_BR.mo $(DESTDIR)/$(PREFIX)/share/locale/pt_BR/LC_MESSAGES/darksnow.mo ++ $(INSTALL) -D --mode=0644 icon/darksnow_icon.png $(DESTDIR)/$(PREFIX)/share/icons/hicolor/32x32/apps/darksnow.png + + make_pkg: darksnow + echo "Remember to run this option as root!" --- darksnow-0.6.1.orig/debian/patches/01_size.diff +++ darksnow-0.6.1/debian/patches/01_size.diff @@ -0,0 +1,15 @@ +When I started the program, the buttons at the bottom of the main window were +partially hidden. Making the vertical size of the main window a bit bigger +solves the problem. + + -- Bart Martens Sun, 1 Apr 2007 10:25:03 +0200 + +--- ../orig/darksnow-0.6.1/constants.h 2006-05-21 17:07:04.000000000 +0200 ++++ constants.h 2007-04-01 14:08:17.000000000 +0200 +@@ -21,5 +21,5 @@ + + /* the size of main window */ + #define SIZE_X 450 +-#define SIZE_Y 465 ++#define SIZE_Y 490 + --- darksnow-0.6.1.orig/debian/compat +++ darksnow-0.6.1/debian/compat @@ -0,0 +1 @@ +5 --- darksnow-0.6.1.orig/debian/control +++ darksnow-0.6.1/debian/control @@ -0,0 +1,14 @@ +Source: darksnow +Section: sound +Priority: optional +Maintainer: Bhavani Shankar +Build-Depends: cdbs (>= 0.4.48), debhelper (>= 5), patchutils (>= 0.2.25), libgtk2.0-dev, imagemagick +Standards-Version: 3.8.3 +Homepage: http://darksnow.radiolivre.org/ + +Package: darksnow +Architecture: any +Depends: ${misc:Depends}, ${shlibs:Depends}, darkice +Description: simple graphical user interface to darkice + DarkSnow is a graphical interface written in GTK+2 for the darkice + live streamer. --- darksnow-0.6.1.orig/debian/install +++ darksnow-0.6.1/debian/install @@ -0,0 +1 @@ +icon/darksnow_icon.xpm usr/share/pixmaps/ --- darksnow-0.6.1.orig/debian/copyright +++ darksnow-0.6.1/debian/copyright @@ -0,0 +1,35 @@ +This package was debianized by Rodrigo Belem on +Fri, 19 Aug 2005 18:20:24 -0400. + +It was downloaded from http://darksnow.radiolivre.org/ + +Upstream Author: Rafael Diniz + +Copyright (C) 2004-2005 Rafael Diniz + +License: + + 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 + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This package 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 package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + 02110-1301, USA. + +On Debian GNU/Linux systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'. + +The Debian packaging is +Copyright (C) 2005, Rodrigo Belem +Copyright (C) 2006, Zak B. Elep +Copyright (C) 2007, Bart Martens +Copyright (C) 2009, Bhavani Shankar +and is licensed under the GPL, see above. --- darksnow-0.6.1.orig/debian/docs +++ darksnow-0.6.1/debian/docs @@ -0,0 +1,3 @@ +documentation/CREDITS +documentation/README.en +documentation/README.pt_BR --- darksnow-0.6.1.orig/debian/rules +++ darksnow-0.6.1/debian/rules @@ -0,0 +1,21 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/rules/simple-patchsys.mk +include /usr/share/cdbs/1/class/autotools.mk + +update-config:: + [ -e ChangeLog ] || ln -s documentation/CHANGES ChangeLog + [ -e README.en ] || ln -s documentation/README.en README.en + [ -e README.pt_BR ] || ln -s documentation/README.pt_BR README.pt_BR + [ -e icon/darksnow_icon.xpm ] || \ + convert -resize 32x32 icon/darksnow_icon.png icon/darksnow_icon.xpm + +reverse-config:: + rm -f ChangeLog README.en README.pt_BR icon/darksnow_icon.xpm + +binary-post-install/darksnow:: + rm -f $(CURDIR)/debian/darksnow/usr/share/doc/darksnow/README + +clean:: + rm -f config.status config.log Makefile *.o darksnow --- darksnow-0.6.1.orig/debian/menu +++ darksnow-0.6.1/debian/menu @@ -0,0 +1,4 @@ +?package(darksnow):needs="X11" section="Applications/Sound"\ + longtitle="GUI front-end for DarkIce"\ + icon="darksnow_icon.xpm"\ + title="darksnow" command="/usr/bin/darksnow"