r19612 - in /desktop/unstable/gtksourceview2/debian: changelog control control.in copyright patches/ rules
joss at users.alioth.debian.org
joss at users.alioth.debian.org
Thu Apr 16 15:13:40 UTC 2009
Author: joss
Date: Thu Apr 16 15:13:40 2009
New Revision: 19612
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=19612
Log:
Merge Luca’s changes from the experimental branch
Removed:
desktop/unstable/gtksourceview2/debian/patches/
Modified:
desktop/unstable/gtksourceview2/debian/changelog
desktop/unstable/gtksourceview2/debian/control
desktop/unstable/gtksourceview2/debian/control.in
desktop/unstable/gtksourceview2/debian/copyright
desktop/unstable/gtksourceview2/debian/rules
Modified: desktop/unstable/gtksourceview2/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtksourceview2/debian/changelog?rev=19612&op=diff
==============================================================================
--- desktop/unstable/gtksourceview2/debian/changelog (original)
+++ desktop/unstable/gtksourceview2/debian/changelog Thu Apr 16 15:13:40 2009
@@ -1,9 +1,21 @@
-gtksourceview2 (2.4.2-2) UNRELEASED; urgency=low
-
+gtksourceview2 (2.6.0-1) UNRELEASED; urgency=low
+
+ [ Josselin Mouette ]
* Add libglib2.0-doc and libgtk2.0-doc to b-d-i to ensure proper
xrefs.
- -- Josselin Mouette <joss at debian.org> Tue, 17 Mar 2009 14:54:40 +0100
+ [ Luca Bruno ]
+ * New upstream release.
+ * debian/control.in:
+ - Update Standards-Version to 3.8.1, no additional changes needed.
+ - Update Homepage fields to point to the new homepage
+ http://projects.gnome.org/gtksourceview/.
+ * debian/rules:
+ - Remove simple-patchsys and debian/patches/.
+ * debian/copyright:
+ - List upstream authors.
+
+ -- Luca Bruno <lethalman88 at gmail.com> Wed, 08 Apr 2009 12:40:49 +0200
gtksourceview2 (2.4.2-1) unstable; urgency=low
Modified: desktop/unstable/gtksourceview2/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtksourceview2/debian/control?rev=19612&op=diff
==============================================================================
--- desktop/unstable/gtksourceview2/debian/control (original)
+++ desktop/unstable/gtksourceview2/debian/control Thu Apr 16 15:13:40 2009
@@ -14,7 +14,7 @@
libglib2.0-dev (>= 2.16.0)
Build-Depends-Indep: libglib2.0-doc, libgtk2.0-doc
Uploaders: Emilio Pozuelo Monfort <pochu at ubuntu.com>, Josselin Mouette <joss at debian.org>, Loic Minier <lool at dooz.org>, Rob Bradford <robster at debian.org>, Sebastian Dröge <slomo at debian.org>
-Standards-Version: 3.8.0
+Standards-Version: 3.8.1
Package: libgtksourceview2.0-0
Section: libs
@@ -30,7 +30,7 @@
.
This package contains the shared libraries required by applications to use
this widget.
-Homepage: http://gtksourceview.sourceforge.net/
+Homepage: http://projects.gnome.org/gtksourceview/
Package: libgtksourceview2.0-common
Section: misc
@@ -46,7 +46,7 @@
".ini", Java, JavaScript, LaTeX, Lua, MSIL, Nemerle, Pascal, Perl, PHP, ".po"
(gettext), Python, R, Ruby, sh, SQL, Tcl, Texinfo, VB.NET, Verilog, VHDL and
XML.
-Homepage: http://gtksourceview.sourceforge.net/
+Homepage: http://projects.gnome.org/gtksourceview/
Package: libgtksourceview2.0-dev
Section: libdevel
@@ -63,7 +63,7 @@
.
This package contains the header files required if you wish to develop
software that uses the GtkSourceView widget.
-Homepage: http://gtksourceview.sourceforge.net/
+Homepage: http://projects.gnome.org/gtksourceview/
Package: libgtksourceview2.0-doc
Section: doc
@@ -75,4 +75,4 @@
other features typical of a source editor.
.
This package contains the GtkSourceView reference manual.
-Homepage: http://gtksourceview.sourceforge.net/
+Homepage: http://projects.gnome.org/gtksourceview/
Modified: desktop/unstable/gtksourceview2/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtksourceview2/debian/control.in?rev=19612&op=diff
==============================================================================
--- desktop/unstable/gtksourceview2/debian/control.in (original)
+++ desktop/unstable/gtksourceview2/debian/control.in Thu Apr 16 15:13:40 2009
@@ -14,7 +14,7 @@
libglib2.0-dev (>= 2.16.0)
Build-Depends-Indep: libglib2.0-doc, libgtk2.0-doc
Uploaders: @GNOME_TEAM@
-Standards-Version: 3.8.0
+Standards-Version: 3.8.1
Package: libgtksourceview2.0-0
Section: libs
@@ -30,7 +30,7 @@
.
This package contains the shared libraries required by applications to use
this widget.
-Homepage: http://gtksourceview.sourceforge.net/
+Homepage: http://projects.gnome.org/gtksourceview/
Package: libgtksourceview2.0-common
Section: misc
@@ -46,7 +46,7 @@
".ini", Java, JavaScript, LaTeX, Lua, MSIL, Nemerle, Pascal, Perl, PHP, ".po"
(gettext), Python, R, Ruby, sh, SQL, Tcl, Texinfo, VB.NET, Verilog, VHDL and
XML.
-Homepage: http://gtksourceview.sourceforge.net/
+Homepage: http://projects.gnome.org/gtksourceview/
Package: libgtksourceview2.0-dev
Section: libdevel
@@ -63,7 +63,7 @@
.
This package contains the header files required if you wish to develop
software that uses the GtkSourceView widget.
-Homepage: http://gtksourceview.sourceforge.net/
+Homepage: http://projects.gnome.org/gtksourceview/
Package: libgtksourceview2.0-doc
Section: doc
@@ -75,4 +75,4 @@
other features typical of a source editor.
.
This package contains the GtkSourceView reference manual.
-Homepage: http://gtksourceview.sourceforge.net/
+Homepage: http://projects.gnome.org/gtksourceview/
Modified: desktop/unstable/gtksourceview2/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtksourceview2/debian/copyright?rev=19612&op=diff
==============================================================================
--- desktop/unstable/gtksourceview2/debian/copyright (original)
+++ desktop/unstable/gtksourceview2/debian/copyright Thu Apr 16 15:13:40 2009
@@ -5,7 +5,13 @@
http://ftp.gnome.org/pub/GNOME/sources/gtksourceview/
Upstream Authors:
- A full list of contributors can be found in the AUTHORS file
+ Paolo Maggi <paolo at gnome.org>
+ Paolo Borelli <pborelli at katamail.com>
+ Yevgen Muntyan <muntyan at tamu.edu>
+ Gustavo Giráldez <gustavo.giraldez at gmx.net>
+ Jeroen Zwartepoorte <jeroen at xs4all.nl>
+ Mikael Hermansson <mike.tielie at gmail.com>
+ Chris Phelps <chicane at reninet.com>
License:
@@ -30,9 +36,8 @@
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
General Public License for more details.
- On Debian systems, the complete text of the GNU General Public
- License, Version 2 can be found in the file
- /usr/share/common-licenses/GPL-2
+On Debian systems, the complete text of the GNU General Public
+License, Version 2 can be found in `/usr/share/common-licenses/GPL-2'.
The other sources:
@@ -50,5 +55,5 @@
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 can be found in `/usr/share/common-licenses/LGPL'.
+On Debian systems, the complete text of the GNU Lesser General
+Public License can be found in `/usr/share/common-licenses/LGPL'.
Modified: desktop/unstable/gtksourceview2/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtksourceview2/debian/rules?rev=19612&op=diff
==============================================================================
--- desktop/unstable/gtksourceview2/debian/rules (original)
+++ desktop/unstable/gtksourceview2/debian/rules Thu Apr 16 15:13:40 2009
@@ -4,7 +4,6 @@
# CDBS Classes & Rules
include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/rules/simple-patchsys.mk
include /usr/share/cdbs/1/rules/utils.mk
include /usr/share/cdbs/1/class/gnome.mk
include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
More information about the pkg-gnome-commits
mailing list