Changeset 6060 for pkg/frankie/main/gnome-common/trunk
- Timestamp:
- 11/29/09 23:16:39 (3 years ago)
- Location:
- pkg/frankie/main/gnome-common/trunk/debian
- Files:
-
- 3 added
- 4 edited
-
changelog (modified) (1 diff)
-
control (modified) (1 diff)
-
control.in (modified) (1 diff)
-
patches (added)
-
patches/02_autogen_required_versions.patch (added)
-
patches/03_bashisms.patch (added)
-
watch (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
pkg/frankie/main/gnome-common/trunk/debian/changelog
r5362 r6060 1 gnome-common (2.26.0-parsix3) unstable; urgency=low 2 3 * Replace libtool with libltdl-dev 4 5 -- Alan Baghumian <alan@technotux.org> Tue, 19 May 2009 20:31:40 -0700 6 7 gnome-common (2.26.0-parsix2) unstable; urgency=low 8 9 * Bump standards version to 3.8.1, rebuild 10 11 -- Alan Baghumian <alan@technotux.org> Mon, 18 May 2009 21:13:47 -0700 12 13 gnome-common (2.26.0-parsix1) unstable; urgency=low 14 15 * New upstream stable release 16 17 -- Alan Baghumian <alan@technotux.org> Sat, 09 May 2009 10:31:56 -0700 18 19 gnome-common (2.24.0-parsix1) unstable; urgency=low 20 21 * New upstream stable release 22 23 -- Alan Baghumian <alan@technotux.org> Wed, 03 Dec 2008 10:49:54 -0800 24 25 gnome-common (2.20.0-parsix1) unstable; urgency=low 26 27 * New upstream stable release 28 29 -- Alan Baghumian <alan@technotux.org> Tue, 18 Sep 2007 10:29:29 +0000 30 31 gnome-common (2.18.0-parsix1) barry; urgency=low 32 33 * Parsix build 34 35 -- Alan Baghumian <alan@technotux.org> Mon, 9 Apr 2007 18:07:21 +0330 1 gnome-common (2.28.0-parsix1) unstable; urgency=low 2 3 * Sync'd with Debian 2.28.0-1 4 5 -- Alan Baghumian <alan@technotux.org> Sun, 29 Nov 2009 14:16:17 -0800 6 7 gnome-common (2.28.0-1) unstable; urgency=low 8 9 * New upstream release. 10 - debian/patches/01_automake-1.11.patch: 11 + Removed, fixed upstream. 12 * debian/watch: Don't uupdate. 13 14 -- Emilio Pozuelo Monfort <pochu@debian.org> Sat, 10 Oct 2009 12:21:12 +0200 15 16 gnome-common (2.26.0-2) unstable; urgency=low 17 18 [ Emilio Pozuelo Monfort ] 19 * debian/patches/03_bashisms.patch: forwarded, add headers. 20 21 [ Josselin Mouette ] 22 * 01_automake-1.11.patch: new patch. Support automake 1.11. 23 Closes: #541476. 24 25 -- Josselin Mouette <joss@debian.org> Fri, 14 Aug 2009 18:11:29 +0200 26 27 gnome-common (2.26.0-1) unstable; urgency=low 28 29 [ Josselin Mouette ] 30 * Stop mentioning GNOME 2. 31 32 [ Sebastian Dröge ] 33 * New upstream stable release. 34 * debian/control.in: 35 + Update Standards-Version to 3.8.1. 36 + Depend on automake instead of automake1.9 | automaken. 37 38 -- Sebastian Dröge <slomo@debian.org> Sat, 06 Jun 2009 21:54:11 +0200 39 40 gnome-common (2.20.0-2) unstable; urgency=low 41 42 [ Bas Wijnen ] 43 * Fix bashisms in variable initialisations. 44 * Avoid using AUTOMAKE_VERSION if it isn't defined. This works around a 45 bashism. (closes: #378736) 46 47 -- Loic Minier <lool@dooz.org> Wed, 14 May 2008 19:25:04 +0200 48 49 gnome-common (2.20.0-1) unstable; urgency=low 50 51 * New upstream release. 52 53 -- Sebastian Dröge <slomo@debian.org> Thu, 20 Sep 2007 10:41:07 +0200 36 54 37 55 gnome-common (2.18.0-1) unstable; urgency=low -
pkg/frankie/main/gnome-common/trunk/debian/control
r5362 r6060 3 3 Priority: optional 4 4 Maintainer: Jordi Mallach <jordi@debian.org> 5 Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>, Loic Minier <lool@dooz.org>5 Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>, Emilio Pozuelo Monfort <pochu@debian.org>, Josselin Mouette <joss@debian.org>, Loic Minier <lool@dooz.org>, Sebastian Dröge <slomo@debian.org> 6 6 Build-Depends: debhelper (>= 5), cdbs, gnome-pkg-tools 7 7 Build-Depends-Indep: pkg-config, autotools-dev 8 Standards-Version: 3.8. 18 Standards-Version: 3.8.3 9 9 10 10 Package: gnome-common 11 11 Architecture: all 12 Depends: ${misc:Depends}, autoconf, automake 1.9 | automaken, libltdl-dev, pkg-config, gettext, intltool13 Description: common scripts and macros to develop with GNOME or GNOME 2.012 Depends: ${misc:Depends}, autoconf, automake (>= 1:1.9), libtool, pkg-config, gettext, intltool 13 Description: common scripts and macros to develop with GNOME 14 14 gnome-common is an extension to autoconf, automake and libtool for the GNOME 15 15 environment and GNOME using applications. Included are gnome-autogen.sh and 16 several macros to help in both GNOME and GNOME 2.0source trees.16 several macros to help in GNOME source trees. -
pkg/frankie/main/gnome-common/trunk/debian/control.in
r5362 r6060 6 6 Build-Depends: debhelper (>= 5), cdbs, gnome-pkg-tools 7 7 Build-Depends-Indep: pkg-config, autotools-dev 8 Standards-Version: 3.8. 18 Standards-Version: 3.8.3 9 9 10 10 Package: gnome-common 11 11 Architecture: all 12 Depends: ${misc:Depends}, autoconf, automake 1.9 | automaken, libltdl-dev, pkg-config, gettext, intltool13 Description: common scripts and macros to develop with GNOME or GNOME 2.012 Depends: ${misc:Depends}, autoconf, automake (>= 1:1.9), libtool, pkg-config, gettext, intltool 13 Description: common scripts and macros to develop with GNOME 14 14 gnome-common is an extension to autoconf, automake and libtool for the GNOME 15 15 environment and GNOME using applications. Included are gnome-autogen.sh and 16 several macros to help in both GNOME and GNOME 2.0source trees.16 several macros to help in GNOME source trees. -
pkg/frankie/main/gnome-common/trunk/debian/watch
r754 r6060 1 1 version=2 2 2 http://ftp.gnome.org/pub/GNOME/sources/gnome-common/([\d\.]+)[02468]/ \ 3 gnome-common-(.*)\.tar\.gz \ 4 debian uupdate 3 gnome-common-(.*)\.tar\.gz
Note: See TracChangeset
for help on using the changeset viewer.


