Codebase list addresses-for-gnustep / debian/0.4.6-6
Imported Debian patch 0.4.6-6 Hubert Chan authored 17 years ago Yavor Doganov committed 9 years ago
4 changed file(s) with 32 addition(s) and 19 deletion(s). Raw diff Collapse all Expand all
0 addresses-for-gnustep (0.4.6-6) unstable; urgency=low
1
2 * Recompile with new GNUstep libraries.
3 * Bump standards version to 3.7.2. (no changes)
4 * Remove build-conflicts, which are not needed any more.
5 * Fix license header in copyright file.
6
7 -- Hubert Chan <hubert@uhoreg.ca> Wed, 30 Aug 2006 22:12:32 -0600
8
09 addresses-for-gnustep (0.4.6-5) unstable; urgency=low
110
211 * Fix copyright file:
22 Priority: optional
33 Maintainer: Eric Heintzmann <eric@gnustep.fr.st>
44 Uploaders: Debian GNUstep maintainers <pkg-gnustep-maintainers@lists.alioth.debian.org>, Hubert Chan <hubert@uhoreg.ca>
5 Build-Depends: cdbs, debhelper (>= 4.1), libgnustep-gui0.10-dev (>= 0.10.2)
6 Build-Conflicts: libgnustep-base1.11-dbg, libgnustep-gui0.10-dbg
7 Standards-Version: 3.6.2.1
5 Build-Depends: cdbs, debhelper (>= 4.1), libgnustep-gui-dev (>= 0.10.3)
6 Standards-Version: 3.7.2
87
98 Package: addressmanager.app
109 Section: mail
2423 Section: libdevel
2524 Architecture: all
2625 Depends: libaddresses-dev, libaddresses0
27 Description: Database API backend framework (transitional package)
26 Description: Database API backend framework for GNUstep
2827 This backend provides complete access to address information for
2928 applications. It is source-code compatible with Apple
3029 Corporation's AddressBook.framework.
3130 .
32 This package is a transitional package to ease upgrading and can be
33 safely removed after it has been installed.
31 This package is a dependency package that depends on the development and
32 runtime library files.
3433
3534 Package: libaddresses-dev
3635 Section: libdevel
3736 Architecture: any
38 Depends: libaddresses0 (= ${Source-Version}), libgnustep-base1.11-dev
37 Depends: libaddresses0 (= ${Source-Version}), libgnustep-base-dev
3938 Conflicts: addresses-framework, addresses.framework (<< 0.4.6-5)
4039 Replaces: addresses-framework, addresses.framework (<< 0.4.6-5)
4140 Description: Database API backend framework for GNUstep (development files)
6261 Section: libdevel
6362 Architecture: all
6463 Depends: libaddressview-dev, libaddressview0
65 Description: Address display/edit framework (transitional package)
64 Description: Address display/edit framework for GNUstep
6665 This framework provides specialized view classes to applications
6766 which want to display addresses to the user in a graphical form.
6867 .
69 This package is a transitional package to ease upgrading and can be
70 safely removed after it has been installed.
68 This package is a dependency package that depends on the development and
69 runtime library files.
7170
7271 Package: libaddressview-dev
7372 Section: libdevel
7473 Architecture: any
75 Depends: libaddressview0 (= ${Source-Version}), libgnustep-base1.11-dev
74 Depends: libaddressview0 (= ${Source-Version}), libgnustep-base-dev
7675 Conflicts: addressview-framework, addressview.framework (<< 0.4.6-5)
7776 Replaces: addressview-framework, addressview.framework (<< 0.4.6-5)
7877 Description: Address display/edit framework for GNUstep (development files)
1010
1111 License:
1212
13 GNU LESSER GENERAL PUBLIC LICENSE
14 Version 2.1, February 1999
13 This library is free software; you can redistribute it and/or
14 modify it under the terms of the GNU Lesser General Public
15 License as published by the Free Software Foundation; either
16 version 2.1 of the License, or (at your option) any later version.
1517
16 Copyright (C) 1991, 1999 Free Software Foundation, Inc.
17 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
18 Everyone is permitted to copy and distribute verbatim copies
19 of this license document, but changing it is not allowed.
18 This library is distributed in the hope that it will be useful,
19 but WITHOUT ANY WARRANTY; without even the implied warranty of
20 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
21 Lesser General Public License for more details.
2022
23 You should have received a copy of the GNU Lesser General Public
24 License along with this library; if not, write to the Free Software
25 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
2126
2227 On Debian GNU/{Linux,Hurd}, the full text of the license can be found at
2328 /usr/share/common-licenses/LGPL
99 DEB_GS_DEVPKG_NAME_Addresses = libaddresses-dev
1010 DEB_GS_DEVPKG_NAME_AddressView = libaddressview-dev
1111
12 include debian/gnustep.mk
13 include debian/gnumakefile.mk
12 include /usr/share/cdbs/1/rules/gnustep.mk
13 include /usr/share/cdbs/1/class/gnumakefile.mk
1414
1515 DEB_GS_AUTO_LINTIAN_OVERRIDES = y
1616 DEB_GS_AUTO_DH_INSTALL = y