Changeset 2997
- Timestamp:
- 02/01/08 14:35:18 (5 years ago)
- Location:
- pkg/main/libgnomeprintui/trunk/debian
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
pkg/main/libgnomeprintui/trunk/debian/changelog
r2027 r2997 1 libgnomeprintui (2.18.1-parsix1) unstable; urgency=low 2 3 * New upstream stable release 4 5 -- Alan Baghumian <alan@technotux.org> Wed, 19 Sep 2007 08:17:36 +0000 6 7 libgnomeprintui (2.18.0-parsix2) barry; urgency=low 8 9 * Biarch build 10 11 -- Alan Baghumian <alan@technotux.org> Sun, 01 Jul 2007 07:53:03 +0330 12 13 libgnomeprintui (2.18.0-parsix1) barry; urgency=low 14 15 * Parsix build. 16 17 -- Alan Baghumian <alan@technotux.org> Tue, 3 Apr 2007 12:07:36 +0330 1 libgnomeprintui (2.18.2-parsix1) unstable; urgency=low 2 3 * Sync'd with Debian, 2.18.2-1 4 5 -- Alan Baghumian <alan@technotux.org> Fri, 01 Feb 2008 17:04:23 +0330 6 7 libgnomeprintui (2.18.2-1) unstable; urgency=low 8 9 * New upstream bugfix release. 10 * debian/control.in: 11 + Bump Standards-Version to 3.7.3, no additional changes needed. 12 13 -- Sebastian Dröge <slomo@debian.org> Thu, 31 Jan 2008 09:49:28 +0100 14 15 libgnomeprintui (2.18.1-1) unstable; urgency=low 16 17 * New upstream release, with no API/ABI changes. 18 19 -- Sebastian Dröge <slomo@debian.org> Sat, 22 Sep 2007 12:10:44 +0200 20 21 libgnomeprintui (2.18.0-2) unstable; urgency=low 22 23 * Upload to unstable; drop check-dist include. 24 * Fix license in copyright. 25 * Don't export LDFLAGS but build-dep on cdbs >= 0.4.41. 26 * Set PKG_CONFIG_PATH via DEB_CONFIGURE_SCRIPT_ENV. 27 * Wrap build-deps and deps; cleanups. 28 29 -- Loic Minier <lool@dooz.org> Wed, 11 Apr 2007 14:57:40 +0200 18 30 19 31 libgnomeprintui (2.18.0-1) experimental; urgency=low -
pkg/main/libgnomeprintui/trunk/debian/control
r2028 r2997 3 3 Priority: optional 4 4 Maintainer: Rob Taylor <robtaylor@fastmail.fm> 5 Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>, Josselin Mouette <joss@debian.org>, Loic Minier <lool@dooz.org>, Marc 'HE' Brockschmidt <he@debian.org> 6 Standards-Version: 3.7.2 7 Build-Depends: debhelper (>= 5), cdbs, gettext, gnome-pkg-tools (>= 0.10), dpkg-dev (>= 1.13.19), libxml2-dev, zlib1g-dev, libgtk2.0-dev (>= 2.4.1-4), libart-2.0-dev (>= 2.3.16-5), libglade2-dev (>= 2.3.6-4), libgnomecanvas2-dev (>= 2.14.0-2), libgnomeprint2.2-dev (>= 2.12), gtk-doc-tools 5 Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>, Josselin Mouette <joss@debian.org>, Loic Minier <lool@dooz.org>, Marc 'HE' Brockschmidt <he@debian.org>, Sebastian Dröge <slomo@debian.org> 6 Standards-Version: 3.7.3 7 Build-Depends: debhelper (>= 5), 8 cdbs (>= 0.4.41), 9 gettext, 10 gnome-pkg-tools (>= 0.10), 11 dpkg-dev (>= 1.13.19), 12 libxml2-dev, 13 zlib1g-dev, 14 libgtk2.0-dev (>= 2.4.1-4), 15 libart-2.0-dev (>= 2.3.16-5), 16 libglade2-dev (>= 2.3.6-4), 17 libgnomecanvas2-dev (>= 2.14.0-2), 18 libgnomeprint2.2-dev (>= 2.12), 19 gtk-doc-tools 8 20 9 21 Package: libgnomeprintui2.2-0 10 22 Architecture: any 11 23 Section: libs 12 Depends: ${misc:Depends}, ${shlibs:Depends}, libgnomeprintui2.2-common (= ${source:Version}) 24 Depends: ${misc:Depends}, 25 ${shlibs:Depends}, 26 libgnomeprintui2.2-common (= ${source:Version}) 13 27 Description: GNOME 2.2 print architecture User Interface - runtime files 14 The goals of this architecture include: 28 The goals of this architecture include: 15 29 . 16 * Absolutely uncompromised output quality 30 * Absolutely uncompromised output quality 17 31 * Speed, memory efficiency, and other related performance goals 18 32 * Ability to work smoothly with Postscript printers, fonts, and other 19 33 resources 20 * A screen display derived from the Canvas 34 * A screen display derived from the Canvas 21 35 * An extension path for a wide variety of Unicode scripts 22 36 * An extension path for a richer set of graphics operators than Postscript … … 29 43 Architecture: any 30 44 Section: libdevel 31 Depends: ${misc:Depends}, libgnomeprintui2.2-0 (= ${binary:Version}), libgnomeprint2.2-dev (>= 2.1.7), libgtk2.0-dev (>= 2.0.6), libart-2.0-dev, libgnomecanvas2-dev (>= 1.117.0) 45 Depends: ${misc:Depends}, 46 libgnomeprintui2.2-0 (= ${binary:Version}), 47 libgnomeprint2.2-dev (>= 2.1.7), 48 libgtk2.0-dev (>= 2.0.6), 49 libart-2.0-dev, 50 libgnomecanvas2-dev (>= 1.117.0) 32 51 Description: GNOME 2.2 print architecture User Interface - devel files 33 The goals of this architecture include: 52 The goals of this architecture include: 34 53 . 35 * Absolutely uncompromised output quality 54 * Absolutely uncompromised output quality 36 55 * Speed, memory efficiency, and other related performance goals 37 56 * Ability to work smoothly with Postscript printers, fonts, and other 38 57 resources 39 * A screen display derived from the Canvas 58 * A screen display derived from the Canvas 40 59 * An extension path for a wide variety of Unicode scripts 41 60 * An extension path for a richer set of graphics operators than Postscript … … 51 70 Suggests: doc-base 52 71 Description: GNOME 2.2 print architecture User Interface - doc files 53 The goals of this architecture include: 72 The goals of this architecture include: 54 73 . 55 * Absolutely uncompromised output quality 74 * Absolutely uncompromised output quality 56 75 * Speed, memory efficiency, and other related performance goals 57 76 * Ability to work smoothly with Postscript printers, fonts, and other 58 77 resources 59 * A screen display derived from the Canvas 78 * A screen display derived from the Canvas 60 79 * An extension path for a wide variety of Unicode scripts 61 80 * An extension path for a richer set of graphics operators than Postscript … … 71 90 Recommends: gnome-icon-theme 72 91 Description: GNOME 2.2 print architecture User Interface - common files 73 The goals of this architecture include: 92 The goals of this architecture include: 74 93 . 75 * Absolutely uncompromised output quality 94 * Absolutely uncompromised output quality 76 95 * Speed, memory efficiency, and other related performance goals 77 96 * Ability to work smoothly with Postscript printers, fonts, and other 78 97 resources 79 * A screen display derived from the Canvas 98 * A screen display derived from the Canvas 80 99 * An extension path for a wide variety of Unicode scripts 81 100 * An extension path for a richer set of graphics operators than Postscript -
pkg/main/libgnomeprintui/trunk/debian/control.in
r521 r2997 4 4 Maintainer: Rob Taylor <robtaylor@fastmail.fm> 5 5 Uploaders: @GNOME_TEAM@ 6 Standards-Version: 3.7.2 7 Build-Depends: debhelper (>= 5), cdbs, gettext, gnome-pkg-tools (>= 0.10), dpkg-dev (>= 1.13.19), libxml2-dev, zlib1g-dev, libgtk2.0-dev (>= 2.4.1-4), libart-2.0-dev (>= 2.3.16-5), libglade2-dev (>= 2.3.6-4), libgnomecanvas2-dev (>= 2.14.0-2), libgnomeprint2.2-dev (>= 2.12), gtk-doc-tools 6 Standards-Version: 3.7.3 7 Build-Depends: debhelper (>= 5), 8 cdbs (>= 0.4.41), 9 gettext, 10 gnome-pkg-tools (>= 0.10), 11 dpkg-dev (>= 1.13.19), 12 libxml2-dev, 13 zlib1g-dev, 14 libgtk2.0-dev (>= 2.4.1-4), 15 libart-2.0-dev (>= 2.3.16-5), 16 libglade2-dev (>= 2.3.6-4), 17 libgnomecanvas2-dev (>= 2.14.0-2), 18 libgnomeprint2.2-dev (>= 2.12), 19 gtk-doc-tools 8 20 9 21 Package: libgnomeprintui2.2-0 10 22 Architecture: any 11 23 Section: libs 12 Depends: ${misc:Depends}, ${shlibs:Depends}, libgnomeprintui2.2-common (= ${source:Version}) 24 Depends: ${misc:Depends}, 25 ${shlibs:Depends}, 26 libgnomeprintui2.2-common (= ${source:Version}) 13 27 Description: GNOME 2.2 print architecture User Interface - runtime files 14 The goals of this architecture include: 28 The goals of this architecture include: 15 29 . 16 * Absolutely uncompromised output quality 30 * Absolutely uncompromised output quality 17 31 * Speed, memory efficiency, and other related performance goals 18 32 * Ability to work smoothly with Postscript printers, fonts, and other 19 33 resources 20 * A screen display derived from the Canvas 34 * A screen display derived from the Canvas 21 35 * An extension path for a wide variety of Unicode scripts 22 36 * An extension path for a richer set of graphics operators than Postscript … … 29 43 Architecture: any 30 44 Section: libdevel 31 Depends: ${misc:Depends}, libgnomeprintui2.2-0 (= ${binary:Version}), libgnomeprint2.2-dev (>= 2.1.7), libgtk2.0-dev (>= 2.0.6), libart-2.0-dev, libgnomecanvas2-dev (>= 1.117.0) 45 Depends: ${misc:Depends}, 46 libgnomeprintui2.2-0 (= ${binary:Version}), 47 libgnomeprint2.2-dev (>= 2.1.7), 48 libgtk2.0-dev (>= 2.0.6), 49 libart-2.0-dev, 50 libgnomecanvas2-dev (>= 1.117.0) 32 51 Description: GNOME 2.2 print architecture User Interface - devel files 33 The goals of this architecture include: 52 The goals of this architecture include: 34 53 . 35 * Absolutely uncompromised output quality 54 * Absolutely uncompromised output quality 36 55 * Speed, memory efficiency, and other related performance goals 37 56 * Ability to work smoothly with Postscript printers, fonts, and other 38 57 resources 39 * A screen display derived from the Canvas 58 * A screen display derived from the Canvas 40 59 * An extension path for a wide variety of Unicode scripts 41 60 * An extension path for a richer set of graphics operators than Postscript … … 51 70 Suggests: doc-base 52 71 Description: GNOME 2.2 print architecture User Interface - doc files 53 The goals of this architecture include: 72 The goals of this architecture include: 54 73 . 55 * Absolutely uncompromised output quality 74 * Absolutely uncompromised output quality 56 75 * Speed, memory efficiency, and other related performance goals 57 76 * Ability to work smoothly with Postscript printers, fonts, and other 58 77 resources 59 * A screen display derived from the Canvas 78 * A screen display derived from the Canvas 60 79 * An extension path for a wide variety of Unicode scripts 61 80 * An extension path for a richer set of graphics operators than Postscript … … 71 90 Recommends: gnome-icon-theme 72 91 Description: GNOME 2.2 print architecture User Interface - common files 73 The goals of this architecture include: 92 The goals of this architecture include: 74 93 . 75 * Absolutely uncompromised output quality 94 * Absolutely uncompromised output quality 76 95 * Speed, memory efficiency, and other related performance goals 77 96 * Ability to work smoothly with Postscript printers, fonts, and other 78 97 resources 79 * A screen display derived from the Canvas 98 * A screen display derived from the Canvas 80 99 * An extension path for a wide variety of Unicode scripts 81 100 * An extension path for a richer set of graphics operators than Postscript -
pkg/main/libgnomeprintui/trunk/debian/copyright
r521 r2997 8 8 Copyright: 2001,2002 Free Software Foundation, Inc. 9 9 10 You should have received a copy of the GNU General Public License with the 11 Debian GNU/Linux distribution in file /usr/share/common-licenses/GPL; if 12 not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, 13 Boston, MA 02110-1301, USA. 10 License: 11 12 This package is free software; you can redistribute it and/or 13 modify it under the terms of the GNU Lesser General Public 14 License as published by the Free Software Foundation; either 15 version 2 of the License, or (at your option) any later version. 16 17 This package is distributed in the hope that it will be useful, 18 but WITHOUT ANY WARRANTY; without even the implied warranty of 19 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 20 Lesser General Public License for more details. 21 22 You should have received a copy of the GNU Lesser General Public 23 License along with this package; if not, write to the Free Software 24 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 25 26 On Debian systems, the complete text of the GNU Lesser General 27 Public License can be found in `/usr/share/common-licenses/LGPL'. 28 -
pkg/main/libgnomeprintui/trunk/debian/libgnomeprintui2.2-dev.examples
r521 r2997 3 3 examples/*.glade* 4 4 examples/*.png 5 -
pkg/main/libgnomeprintui/trunk/debian/rules
r2027 r2997 1 1 #!/usr/bin/make -f 2 2 3 # export DH_VERBOSE=1 3 include /usr/share/cdbs/1/rules/debhelper.mk 4 include /usr/share/cdbs/1/rules/simple-patchsys.mk 5 include /usr/share/cdbs/1/class/gnome.mk 6 include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk 7 -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk 4 8 5 9 # Ensure at build time that the library has no dependencies on undefined … … 10 14 LDFLAGS += -Wl,-O1 11 15 12 export LDFLAGS 16 PKG_CONFIG_PATH += $(CURDIR)/debian 13 17 14 include /usr/share/cdbs/1/rules/debhelper.mk 15 include /usr/share/cdbs/1/rules/simple-patchsys.mk 16 include /usr/share/cdbs/1/class/gnome.mk 17 include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk 18 -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk 18 DEB_CONFIGURE_SCRIPT_ENV += PKG_CONFIG_PATH="$(PKG_CONFIG_PATH)" 19 19 20 DEB_DH_MAKESHLIBS_ARGS_ALL = -V 'libgnomeprintui2.2-0 (>= 2.17.0)'20 DEB_DH_MAKESHLIBS_ARGS_ALL += -V 'libgnomeprintui2.2-0 (>= 2.17.0)' 21 21 22 DEB_CONFIGURE_EXTRA_FLAGS = --enable-gtk-doc PKG_CONFIG_PATH=./debian 22 DEB_CONFIGURE_EXTRA_FLAGS += --enable-gtk-doc 23
Note: See TracChangeset
for help on using the changeset viewer.


