--- icon-slicer-0.3.orig/debian/rules +++ icon-slicer-0.3/debian/rules @@ -0,0 +1,88 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# Sample debian/rules that uses debhelper. +# GNU copyright 1997 to 1999 by Joey Hess. + +# 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) + + +CFLAGS = -Wall -g + +ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) + CFLAGS += -O0 +else + CFLAGS += -O2 +endif +ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS))) + INSTALL_PROGRAM += -s +endif + +config.status: configure + dh_testdir + # Add here commands to configure the package. + CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info + + +build: 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. +# $(MAKE) distclean + + + + dh_clean + +install: build + dh_testdir + dh_testroot +# dh_clean -k + dh_installdirs + + # Add here commands to install the package into debian/icon-slicer. + $(MAKE) install DESTDIR=$(CURDIR)/debian/icon-slicer + +# 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 examples/sample* + dh_install + dh_installman + dh_link + dh_strip + dh_compress + dh_fixperms + dh_makeshlibs + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: config.status build binary-indep binary-arch binary install clean --- icon-slicer-0.3.orig/debian/dirs +++ icon-slicer-0.3/debian/dirs @@ -0,0 +1 @@ +usr/bin --- icon-slicer-0.3.orig/debian/changelog +++ icon-slicer-0.3/debian/changelog @@ -0,0 +1,30 @@ +icon-slicer (0.3-1ubuntu2) hardy; urgency=low + + * debian/control: change Section from "unknown" to + "x11" (LP: #181624). + + -- Siegfried-Angel Gevatter Pujals (RainCT) Wed, 09 Jan 2008 23:37:41 +0100 + +icon-slicer (0.3-1ubuntu1) hardy; urgency=low + + * New revision (LP: #176202) + * Add a working watch file, and remove the watch.ex template. + * debian/control: + - Bump standards version to 3.7.3. + - Remove package name from its description + - Add Homepage field + - Bump debhelper version to be able to bumb compat version + - Modify Maintainer value to match the DebianMaintainerField + specification. + * debian/copyright: Copy the real license text, as it is indicated in + the header of all source files, there. + * debian/compat: Bump to debhelper compat version 5 + + -- Siegfried-Angel Gevatter Pujals (RainCT) Thu, 13 Dec 2007 22:10:40 +0100 + +icon-slicer (0.3-1) unstable; urgency=low + + * Initial Release. + + -- Arvind Autar Wed, 26 May 2004 01:09:46 +0200 + --- icon-slicer-0.3.orig/debian/control +++ icon-slicer-0.3/debian/control @@ -0,0 +1,43 @@ +Source: icon-slicer +Section: x11 +Priority: optional +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: Arvind Autar +Homepage: http://www.freedesktop.org/wiki/Software/icon-slicer +Build-Depends: debhelper (>= 5.0.37.1), libgtk2.0-dev, libpopt-dev, xbase-clients (>= 4.3.0.dfsg.1-1) +Standards-Version: 3.7.3 + +Package: icon-slicer +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: utility for generating icon themes and libXcursor cursor themes + This utility makes it possible to generate icon and cursor themes + . + The inputs to icon-slicer are conceptually: + . + A) A set of multi-layer images, one for each size. + B) A XML theme description file + . + Each image contains all the cursors arranged in a grid; For + cursors the layers are: + . + - A layer with a dot for the hotspot of each cursor + - The main image or first animation frame for multi-frame + animated cursors + - The second animation frame for multi-frame animated cursors + - ... + . + For icons, the layers are: + . + - A layer with the images + - An optional layer with attachment points for emblems + - An optional layer with boxes for embedding text into + icons. + . + In practice, since loading of multilayer images is not supported by + standard image libraries, each layer is input as a separate image + file. + . + The theme description file contains, among other things, information about + the source images to read, the location of each named cursor or icon + within the grid, and a set of aliases from names to other names. --- icon-slicer-0.3.orig/debian/compat +++ icon-slicer-0.3/debian/compat @@ -0,0 +1 @@ +5 --- icon-slicer-0.3.orig/debian/copyright +++ icon-slicer-0.3/debian/copyright @@ -0,0 +1,29 @@ +This package was debianized by Arvind Autar on +Wed, 26 May 2004 01:09:46 +0200. + +It was downloaded from: http://freedesktop.org/Software/icon-slicer/releases/ + +Upstream Author: + + Owen Taylor + +License: + + Copyright (C) 2003 Red Hat, Inc. + + Permission to use, copy, modify, distribute, and sell this software and its + documentation for any purpose is hereby granted without fee, provided that + the above copyright notice appear in all copies and that both that + copyright notice and this permission notice appear in supporting + documentation, and that the name of Red Hat not be used in advertising or + publicity pertaining to distribution of the software without specific, + written prior permission. Red Hat makes no representations about the + suitability of this software for any purpose. It is provided "as is" + without express or implied warranty. + + RED HAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL + IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL RED HAT + BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES + WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION + OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN + CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. --- icon-slicer-0.3.orig/debian/watch +++ icon-slicer-0.3/debian/watch @@ -0,0 +1,3 @@ +version=3 + +http://freedesktop.org/software/icon-slicer/releases/icon-slicer-(.*).tar.gz --- icon-slicer-0.3.orig/debian/docs +++ icon-slicer-0.3/debian/docs @@ -0,0 +1,3 @@ +NEWS +README +TODO