--- preferences-1.2.100.orig/GNUmakefile.preamble +++ preferences-1.2.100/GNUmakefile.preamble @@ -49,8 +49,4 @@ GNUSTEP_INSTALLATION_DIR=$(GNUSTEP_SYSTEM_ROOT) # Additional directories to be created during installation -ADDITIONAL_INSTALL_DIRS += \ - $(GNUSTEP_USER_ROOT)/Library/Preferences \ - $(GNUSTEP_LOCAL_ROOT)/Library/Preferences \ - $(GNUSTEP_NETWORK_ROOT)/Library/Preferences \ - $(GNUSTEP_SYSTEM_ROOT)/Library/Preferences +ADDITIONAL_INSTALL_DIRS= --- preferences-1.2.100.orig/debian/changelog +++ preferences-1.2.100/debian/changelog @@ -0,0 +1,68 @@ +preferences (1.2.100-1) unstable; urgency=low + + * QA Upload + * Don't create directories in /root/ during build (Closes: #216359) + + -- Frank Lichtenheld Sat, 1 Nov 2003 21:37:52 +0100 + +preferences (1.2.100-0.1) unstable; urgency=low + + * NMU. + * Update from today's CVS. + - Builds from source (closes: #162803, #194168, #205897). + * Properly orphan the package. + + -- Matthias Klose Wed, 24 Sep 2003 01:42:54 +0200 + +preferences (1.2.99-0.1) unstable; urgency=low + + * NMU (taken from CVS, at least builds with gnustep-back). + Closes: #154785, #155525. + * Don't add -Werror to compile flags. + + -- Matthias Klose Fri, 9 Aug 2002 07:49:03 +0200 + +preferences (1.1.0-1.4) unstable; urgency=low + + * Recompile (install into Applications, not Apps). + * Build-Depend on gnustep-make (>= 1.3.0-2), a version, which correctly + builds bundles. + + -- Matthias Klose Sun, 7 Apr 2002 12:30:17 +0200 + +preferences (1.1.0-1.3) unstable; urgency=low + + * NMU + * Include gnustep-gui0-dev into build-deps to pull in all depending + GNUstep packages. + * Added a make clean before the make distclean. Seems strange, but without + the build stops complains about unrepresentable changes when creating + the .diff.gz ... :-/ + * Happy Easter everybody! :-) + + -- Paul Seelig Sun, 31 Mar 2002 15:31:10 +0000 + +preferences (1.1.0-1.2) unstable; urgency=low + + * Non maintainer upload + * Recompiled with and for gnustep-base1 1.3.0 and gnustep-make 1.3.0 + + -- Paul Seelig Mon, 18 Mar 2002 21:32:52 +0000 + +preferences (1.1.0-1.1) unstable; urgency=low + + * Non maintainer upload + * Use POSIX compliant redirection syntax instead of the bash one's + in wrapper script. + + -- Paul Seelig Mon, 4 Mar 2002 15:15:20 +0000 + +preferences (1.1.0-1) unstable; urgency=low + + * Non maintainer upload for Frederico S. Munoz , + who is the actual maintainer of this package. + * Initial Release (Closes: #135789). + * Added a wrapper script. + + -- Paul Seelig Sun, 3 Mar 2002 01:34:33 +0000 + --- preferences-1.2.100.orig/debian/preferences.sh +++ preferences-1.2.100/debian/preferences.sh @@ -0,0 +1,9 @@ +#!/bin/sh +# Wrapper that checks for a GNUstep environment for preferences.app + +if ! test "$GNUSTEP_ROOT"; then + . /usr/lib/GNUstep/System/Makefiles/GNUstep.sh >/dev/null 2>&1 + openapp Preferences.app +else + openapp Preferences.app +fi --- preferences-1.2.100.orig/debian/dirs +++ preferences-1.2.100/debian/dirs @@ -0,0 +1 @@ +usr/bin --- preferences-1.2.100.orig/debian/docs +++ preferences-1.2.100/debian/docs @@ -0,0 +1,2 @@ +README +TODO --- preferences-1.2.100.orig/debian/README.Debian +++ preferences-1.2.100/debian/README.Debian @@ -0,0 +1,10 @@ +preferences for Debian +---------------------- + +This is Preferences.app, a clone of the NeXTSTEP/OPENSTEP Preferences +editor made for GNUstep. + +Please notice that it's still rather incomplete (only two sections to +customize). + + -- Frederico S. Munoz , Tue, 26 Feb 2002 01:21:35 +0000 --- preferences-1.2.100.orig/debian/control +++ preferences-1.2.100/debian/control @@ -0,0 +1,20 @@ +Source: preferences +Section: x11 +Priority: optional +Maintainer: Debian QA Group +Build-Depends: debhelper (>> 4.1.0), gnustep-gui0-dev (>= 0.8.9), gnustep-back (>= 0.8.9) +Standards-Version: 3.6.1 + +Package: preferences +Architecture: any +Depends: ${shlibs:Depends} +Description: GNUstep Preferences application + Preferences.app is, functionally, a clone of NeXTstep/OPENSTEP tool of + the same name. Just like the original program, it's a simple + application for setting preferences for the GNUstep system, with a + friendly interface. + . + The program is simple, but powerful -- people can create new modules, + called "bundles", that add new things to the program that its original + developers did not think of or even intend -- that don't require + recompiling the main program. --- preferences-1.2.100.orig/debian/copyright +++ preferences-1.2.100/debian/copyright @@ -0,0 +1,19 @@ +This package was debianized by Frederico S. Munoz on +Tue, 26 Feb 2002 01:21:35 +0000. + +It was downloaded from http://prefsapp.sourceforge.net/files.php + +Upstream Author: Jeff Teunissen + +Copyright: + +Preferences.app is distributed under the terms of the GNU General +Public License (GPL). + +The framework it uses is distributed under the GNU Lesser General +Public License (LGPL). + +On Debian systems, the complete text of the GNU General Public License +can be found in /usr/share/common-licenses/GPL file and the complete +text of the GNU Lesser General Public License in +/usr/share/common-licenses/LGPL. --- preferences-1.2.100.orig/debian/rules +++ preferences-1.2.100/debian/rules @@ -0,0 +1,103 @@ +#!/usr/bin/make -f +# 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 + +# This is the debhelper compatability version to use. +export DH_COMPAT=3 + + +PWD := $(shell pwd) + +# Set the GNUstep root + +GNUSTEP_ROOT = usr/lib/GNUstep/System + +configure: configure-stamp +configure-stamp: + dh_testdir + # Add here commands to configure the package. + + + touch configure-stamp + +build: configure-stamp build-stamp +build-stamp: + dh_testdir + + # Add here commands to compile the package. + . /$(GNUSTEP_ROOT)/Makefiles/GNUstep.sh; \ + $(MAKE) + #/usr/bin/docbook-to-man debian/preferences.sgml > preferences.1 + + touch build-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-stamp configure-stamp `find . -type l -name obj -print` + + # Add here commands to clean up after the build process. + -. /$(GNUSTEP_ROOT)/Makefiles/GNUstep.sh; \ + $(MAKE) clean + -. /$(GNUSTEP_ROOT)/Makefiles/GNUstep.sh; \ + $(MAKE) distclean + + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + # Add here commands to install the package into debian/preferences. +# mkdir -p debian/preferences/$(GNUSTEP_ROOT)/Library/Frameworks + . /$(GNUSTEP_ROOT)/Makefiles/GNUstep.sh; \ + $(MAKE) install \ + GNUSTEP_INSTALLATION_DIR=$(PWD)/debian/preferences/$(GNUSTEP_ROOT) verbose=yes messages=yes + + cp -p debian/preferences.sh debian/preferences/usr/bin/preferences + chmod 755 debian/preferences/usr/bin/preferences + +# 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_installdebconf + dh_installdocs +# dh_installexamples +# dh_installmenu +# dh_installlogrotate +# dh_installemacsen +# dh_installpam +# dh_installmime +# dh_installinit +# dh_installcron +# dh_installman +# dh_installinfo +# dh_undocumented + dh_installchangelogs # ChangeLog + + -find debian -name CVS | xargs rm -rf + + dh_link + dh_strip + dh_compress + dh_fixperms +# dh_makeshlibs + dh_installdeb +# dh_perl + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install configure