--- systempreferences.app-1.1.0.orig/debian/copyright +++ systempreferences.app-1.1.0/debian/copyright @@ -0,0 +1,70 @@ +This work was packaged for Debian by: + + Yavor Doganov on Tue, 22 Dec 2009 21:53:13 +0200 + +It was downloaded from: + + + +Upstream Author(s): + + Enrico Sersale + Riccardo Mottola + Ingolf Jandt + +Copyright: + + Copyright (C) 2005-2009 Free Software Foundation, Inc. + Copyright (C) 2006 Ingolf Jandt + +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 systems, the complete text of the GNU General +Public License version 2 can be found in +`/usr/share/common-licenses/GPL-2' and the last available version at +`/usr/share/common-licenses/GPL'. + +The Debian packaging is: + + Copyright (C) 2009 Free Software Foundation, Inc. + +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. + +The PreferencePanes framework is available under the following license: + + This package is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public License + as published by the Free Software Foundation; either version 2.1 + 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 Lesser 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 systems, the complete text of the GNU Lesser General Public +License version 2.1 can be found in +`/usr/share/common-licenses/LGPL-2.1' and the last available version +at `/usr/share/common-licenses/LGPL'. --- systempreferences.app-1.1.0.orig/debian/SystemPreferences.1 +++ systempreferences.app-1.1.0/debian/SystemPreferences.1 @@ -0,0 +1,32 @@ +.TH SYSTEMPREFERENCES 1 "December 2009" "GNUstep" "User Commands" +.SH NAME +SystemPreferences \- edit your personal settings for GNUstep +.SH SYNOPSIS +.B SystemPreferences +.SH DESCRIPTION +This manual page documents briefly the +.B SystemPreferences +command. +.PP +\fBSystemPreferences\fP is the program with which you define your own +personal user experience. It allows you to control your keyboard +settings, your fonts, your colors, your time zone, and more. It can +be considered as a GUI frontend of the \fBdefaults\fP tool. +.SH SEE ALSO +.BR GNUstep (7), +.BR defaults (1). +.SH AUTHOR +.B SystemPreferences +was written by Enrico Sersale, Riccardo Motolla and Ingolf Jandt. +.PP +This manual page was written by Yavor Doganov , for the +Debian project (but may be used by others). +.SH COPYRIGHT +Copyright \(co 2005-2009 Free Software Foundation, Inc. +.PP +.B SystemPreferences +is available under the terms of GPLv2+. +.PP +Copying and distribution of this file, with or without modification, +are permitted in any medium without royalty provided the copyright +notice and this notice are preserved. --- systempreferences.app-1.1.0.orig/debian/control +++ systempreferences.app-1.1.0/debian/control @@ -0,0 +1,24 @@ +Source: systempreferences.app +Section: gnustep +Priority: optional +Maintainer: Debian GNUstep maintainers +Uploaders: Yavor Doganov +Build-Depends: debhelper (>= 7), + quilt, + libgnustep-gui-dev, + imagemagick +Standards-Version: 3.8.4 +Homepage: http://gnustep.org/experience/systempreferences.html +Vcs-Arch: http://arch.debian.org/arch/pkg-gnustep/gnustep/systempreferences-app--debian--1.0 + +Package: systempreferences.app +Architecture: any +Depends: ${shlibs:Depends}, + ${gnustep:Depends}, + ${misc:Depends} +Description: GNUstep preferences application + System Preferences is an application which allows to manage the + settings of many aspects of the GNUstep environment and its + applications. System Preferences are made of Modules, each one a + bundle representing a single control panel, and is thus extensible + and modular. --- systempreferences.app-1.1.0.orig/debian/SystemPreferences.desktop +++ systempreferences.app-1.1.0/debian/SystemPreferences.desktop @@ -0,0 +1,10 @@ +[Desktop Entry] +Type=Application +Version=1.0 +Categories=Settings;DesktopSettings; +Name=System Preferences +Name[bg]=Настройки на системата +Comment=GNUstep preferences application +Comment[bg]=Настройки на GNUstep +Icon=/usr/lib/GNUstep/Applications/SystemPreferences.app/Resources/SystemPreferences.tiff +Exec=SystemPreferences --- systempreferences.app-1.1.0.orig/debian/compat +++ systempreferences.app-1.1.0/debian/compat @@ -0,0 +1 @@ +7 --- systempreferences.app-1.1.0.orig/debian/README.source +++ systempreferences.app-1.1.0/debian/README.source @@ -0,0 +1,13 @@ +systempreferences.app for Debian +-------------------------------- + +This package uses quilt to manage all modifications to the upstream +source. Changes are stored in the source package as diffs in +debian/patches and applied during the build. Please see: + + /usr/share/doc/quilt/README.source + +for more information on how to apply the patches, modify patches, or +remove a patch. + + -- Yavor Doganov , Tue, 29 Dec 2009 01:07:10 +0200 --- systempreferences.app-1.1.0.orig/debian/watch +++ systempreferences.app-1.1.0/debian/watch @@ -0,0 +1,3 @@ +version=3 +opts=pasv \ + ftp://ftp.gnustep.org/pub/gnustep/usr-apps/SystemPreferences-(.*)\.tar\.gz --- systempreferences.app-1.1.0.orig/debian/menu +++ systempreferences.app-1.1.0/debian/menu @@ -0,0 +1,6 @@ +?package(systempreferences.app):needs="X11" \ + section="Applications/System/Administration" \ + title="System Preferences" \ + longtitle="GNUstep preferences application" \ + command="/usr/bin/SystemPreferences" \ + icon="/usr/share/pixmaps/SystemPreferences.xpm" --- systempreferences.app-1.1.0.orig/debian/rules +++ systempreferences.app-1.1.0/debian/rules @@ -0,0 +1,86 @@ +#!/usr/bin/make -f +#export DH_VERBOSE=1 + +include /usr/share/quilt/quilt.make +include /usr/share/GNUstep/debian/config.mk + +export GNUSTEP_MAKEFILES := $(GS_MAKE_DIR) + +d_app := $(CURDIR)/debian/systempreferences.app +LDFLAGS := -Wl,-z,defs -Wl,--as-needed \ + -Wl,-rpath,/usr/lib/systempreferences.app + +ifneq (,$(filter noopt,$(DEB_BUILD_OPTIONS))) +optim := debug=yes +endif + +build: patch build-stamp + +build-stamp: + dh_testdir + $(MAKE) messages=yes $(optim) LDFLAGS="$(LDFLAGS)" + convert SystemPreferences/Resources/Images/SystemPreferences.tiff \ + -resize 32x32 SystemPreferences.xpm + touch $@ + +clean: clean-patched unpatch +clean-patched: + dh_testdir + dh_testroot + $(MAKE) distclean + dh_clean build-stamp SystemPreferences.xpm + +install: build + dh_testdir + dh_testroot + dh_prep +# Cheat GNUstep Make to install the library symlinks in +# /usr/lib/systempreferences.app. + dh_installdirs usr/lib/systempreferences.app + $(MAKE) install GNUSTEP_INSTALLATION_DOMAIN=SYSTEM \ + GNUSTEP_SYSTEM_LIBRARIES=/usr/lib/systempreferences.app \ + DESTDIR=$(d_app) + dh_install SystemPreferences.xpm usr/share/pixmaps/ + dh_install debian/*.desktop usr/share/applications/ + rm $(d_app)$(GNUSTEP_SYSTEM_APPS)/*.app/Resources/*.desktop + find $(d_app)$(GNUSTEP_SYSTEM_BUNDLES) -name '*.tiff' \ + -exec chmod -x '{}' \; + +# 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_installmenu + dh_installman debian/SystemPreferences.1 + dh_link +ifeq ($(GS_USE_FHS),yes) +# Move all arch-independent Resources to /usr/share for FHS compliance. + gsdh_gnustep + dh_installdirs usr/share/GNUstep/Bundles + for d in $(d_app)$(GNUSTEP_SYSTEM_BUNDLES)/*; do \ + mv $$d/Resources $(d_app)/usr/share/GNUstep/Bundles/`basename $$d` \ + && dh_link usr/share/GNUstep/Bundles/`basename $$d` \ + $(GNUSTEP_SYSTEM_BUNDLES)/`basename $$d`/Resources; \ + done + mv $(d_app)$(GNUSTEP_SYSTEM_APPS)/SystemPreferences.app/Resources \ + $(d_app)/usr/share/GNUstep/SystemPreferences.app + dh_link usr/share/GNUstep/SystemPreferences.app \ + $(GNUSTEP_SYSTEM_APPS)/SystemPreferences.app/Resources +endif + 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 --- systempreferences.app-1.1.0.orig/debian/changelog +++ systempreferences.app-1.1.0/debian/changelog @@ -0,0 +1,33 @@ +systempreferences.app (1.1.0-2build3) raring; urgency=low + + * Rebuild for gnustep-gui 0.22 transition. + + -- Benjamin Drung Wed, 21 Nov 2012 16:51:25 +0100 + +systempreferences.app (1.1.0-2build2) oneiric; urgency=low + + * Rebuild for gnustep-base 0.22 and gnustep-gui 0.20. + + -- Colin Watson Mon, 11 Jul 2011 11:40:23 +0100 + +systempreferences.app (1.1.0-2build1) natty; urgency=low + + * Rebuild for the GNUstep transition. + + -- Luca Falavigna Fri, 29 Oct 2010 21:25:37 +0200 + +systempreferences.app (1.1.0-2) unstable; urgency=low + + * debian/rules (OPTFLAG): No longer define; rework noopt handling to be + compatible with gnustep-make/2.4.x (Closes: #581983). + * debian/source/format: New file. + * debian/control (Standards-Version): Compliant with 3.8.4 (no changes + needed). + + -- Yavor Doganov Wed, 02 Jun 2010 21:30:32 +0300 + +systempreferences.app (1.1.0-1) unstable; urgency=low + + * Initial release (Closes: #560861). + + -- Yavor Doganov Tue, 29 Dec 2009 01:16:48 +0200 --- systempreferences.app-1.1.0.orig/debian/patches/series +++ systempreferences.app-1.1.0/debian/patches/series @@ -0,0 +1 @@ +link-libs.patch --- systempreferences.app-1.1.0.orig/debian/patches/link-libs.patch +++ systempreferences.app-1.1.0/debian/patches/link-libs.patch @@ -0,0 +1,16 @@ +2009-12-28 Yavor Doganov (tiny change) + + Avoid undefined symbols. + * PreferencePanes/GNUmakefile (LIBRARIES_DEPEND_UPON): Define. + +--- systempreferences.app-1.1.0.orig/PreferencePanes/GNUmakefile ++++ systempreferences.app-1.1.0/PreferencePanes/GNUmakefile +@@ -9,6 +9,8 @@ + FRAMEWORK_NAME = PreferencePanes + endif + ++LIBRARIES_DEPEND_UPON = $(FND_LIBS) $(OBJC_LIBS) ++ + $(FRAMEWORK_NAME)_OBJC_FILES = \ + NSPreferencePane.m + --- systempreferences.app-1.1.0.orig/debian/source/format +++ systempreferences.app-1.1.0/debian/source/format @@ -0,0 +1 @@ +1.0