r14211 - in /packages/unstable/leafpad/debian: changelog compat control control.in menu patches/70_relibtoolize_noguesssub.patch rules

lool at users.alioth.debian.org lool at users.alioth.debian.org
Sun Jan 13 21:50:06 UTC 2008


Author: lool
Date: Sun Jan 13 21:50:06 2008
New Revision: 14211

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=14211
Log:
Merge changes by Julien Lavergne:
* New upstream version (Closes: #445702)
 - Printing support with GTK+2.10 (Closes: #376015) 
* debian/control.in
 - Move Homepage to offcial field
 - Bump libgtk-dev to >= 2.10
 - Suggest evince-gtk for Print Preview
 - Bump debhelper version to 5
 - Bump Standards-Version to 3.7.3 (No changes needed)
 - Wrap build-deps and deps.
* debian/rule
 - Delete --disable-print flag
 - Delete autotools cdbs rules, include in gnome rules
* debian/patches/70_relibtoolize_noguessub.patch : drop, take upstream.
* debian/menu : Fix lintian warning in section.

Removed:
    packages/unstable/leafpad/debian/patches/70_relibtoolize_noguesssub.patch
Modified:
    packages/unstable/leafpad/debian/changelog
    packages/unstable/leafpad/debian/compat
    packages/unstable/leafpad/debian/control
    packages/unstable/leafpad/debian/control.in
    packages/unstable/leafpad/debian/menu
    packages/unstable/leafpad/debian/rules

Modified: packages/unstable/leafpad/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/leafpad/debian/changelog?rev=14211&op=diff
==============================================================================
--- packages/unstable/leafpad/debian/changelog (original)
+++ packages/unstable/leafpad/debian/changelog Sun Jan 13 21:50:06 2008
@@ -1,4 +1,4 @@
-leafpad (0.8.9-3) UNRELEASED; urgency=low
+leafpad (0.8.13-1) UNRELEASED; urgency=low
 
   [ Loic Minier ]
   * Add a get-orig-source target to retrieve the upstream tarball.
@@ -7,7 +7,23 @@
   * Register as gnome-text-editor in the alternatives system;
     thanks roktas. (Closes: #418296)
 
- -- Sven Arvidsson <sa at whiz.se>  Sun, 20 May 2007 16:47:22 +0200
+  [ Julien Lavergne ]
+  * New upstream version (Closes: #445702)
+   - Printing support with GTK+2.10 (Closes: #376015) 
+  * debian/control.in
+   - Move Homepage to offcial field
+   - Bump libgtk-dev to >= 2.10
+   - Suggest evince-gtk for Print Preview
+   - Bump debhelper version to 5
+   - Bump Standards-Version to 3.7.3 (No changes needed)
+   - Wrap build-deps and deps.
+  * debian/rule
+   - Delete --disable-print flag
+   - Delete autotools cdbs rules, include in gnome rules
+  * debian/patches/70_relibtoolize_noguessub.patch : drop, take upstream.
+  * debian/menu : Fix lintian warning in section.
+
+ -- Julien Lavergne <julien.lavergne at gmail.com>  Tue, 20 Nov 2007 00:19:29 +0100
 
 leafpad (0.8.9-2) unstable; urgency=low
 

Modified: packages/unstable/leafpad/debian/compat
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/leafpad/debian/compat?rev=14211&op=diff
==============================================================================
--- packages/unstable/leafpad/debian/compat (original)
+++ packages/unstable/leafpad/debian/compat Sun Jan 13 21:50:06 2008
@@ -1,1 +1,1 @@
-4
+5

Modified: packages/unstable/leafpad/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/leafpad/debian/control?rev=14211&op=diff
==============================================================================
--- packages/unstable/leafpad/debian/control (original)
+++ packages/unstable/leafpad/debian/control Sun Jan 13 21:50:06 2008
@@ -2,17 +2,22 @@
 Section: editors
 Priority: optional
 Maintainer: Carlos Z.F. Liu <carlosliu at users.sourceforge.net>
-Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Akira TAGOH <tagoh at debian.org>, Andreas Rottmann <rotty at debian.org>, Andrew Lau <netsnipe at users.sourceforge.net>, Clément Stenac <zorglub at debian.org>, Dafydd Harries <daf at debian.org>, Guilherme de S. Pastore <gpastore at debian.org>, Gustavo Franco <stratus at debian.org>, Gustavo Noronha Silva <kov at debian.org>, J.H.M. Dassen (Ray) <jdassen at debian.org>, Jordi Mallach <jordi at debian.org>, Jose Carlos Garcia Sogo <jsogo at debian.org>, Josselin Mouette <joss at debian.org>, Loic Minier <lool at dooz.org>, Marc 'HE' Brockschmidt <he at debian.org>, Marco Cabizza <marco87 at gmail.com>, Ondřej Surý <ondrej at debian.org>, Ross Burton <ross at debian.org>, Sebastien Bacher <seb128 at debian.org>, Sjoerd Simons <sjoerd at debian.org>, Takuo KITAME <kitame at debian.org>
-Build-Depends: cdbs, debhelper (>= 4.2.21), pkg-config, libgtk2.0-dev, gnome-pkg-tools
-Standards-Version: 3.7.2
+Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
+Build-Depends: 	cdbs,
+		debhelper (>= 5),
+		pkg-config,
+		libgtk2.0-dev (>= 2.10),
+		gnome-pkg-tools
+Standards-Version: 3.7.3
+Homepage: http://tarot.freeshell.org/leafpad/
 
 Package: leafpad
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: 	${shlibs:Depends},
+		${misc:Depends}
 Recommends: 
+Suggests: evince-gtk
 Description: GTK+ based simple text editor
  Leafpad is a simple GTK+ based text editor, the user interface is
  similar to Notepad. It aims to be lighter than GEdit & KWrite,
  and to be as useful as them.
- .
- Homepage: http://tarot.freeshell.org/leafpad/

Modified: packages/unstable/leafpad/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/leafpad/debian/control.in?rev=14211&op=diff
==============================================================================
--- packages/unstable/leafpad/debian/control.in (original)
+++ packages/unstable/leafpad/debian/control.in Sun Jan 13 21:50:06 2008
@@ -3,16 +3,21 @@
 Priority: optional
 Maintainer: Carlos Z.F. Liu <carlosliu at users.sourceforge.net>
 Uploaders: @GNOME_TEAM@
-Build-Depends: cdbs, debhelper (>= 4.2.21), pkg-config, libgtk2.0-dev, gnome-pkg-tools
-Standards-Version: 3.7.2
+Build-Depends: 	cdbs,
+		debhelper (>= 5),
+		pkg-config,
+		libgtk2.0-dev (>= 2.10),
+		gnome-pkg-tools
+Standards-Version: 3.7.3
+Homepage: http://tarot.freeshell.org/leafpad/
 
 Package: leafpad
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: 	${shlibs:Depends},
+		${misc:Depends}
 Recommends: 
+Suggests: evince-gtk
 Description: GTK+ based simple text editor
  Leafpad is a simple GTK+ based text editor, the user interface is
  similar to Notepad. It aims to be lighter than GEdit & KWrite,
  and to be as useful as them.
- .
- Homepage: http://tarot.freeshell.org/leafpad/

Modified: packages/unstable/leafpad/debian/menu
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/leafpad/debian/menu?rev=14211&op=diff
==============================================================================
--- packages/unstable/leafpad/debian/menu (original)
+++ packages/unstable/leafpad/debian/menu Sun Jan 13 21:50:06 2008
@@ -1,4 +1,4 @@
-?package(leafpad):needs="X11" section="Apps/Editors"\
+?package(leafpad):needs="X11" section="Applications/Editors"\
   title="LeafPad" command="/usr/bin/leafpad"\
   longtitle="GTK+ based simple text editor"\
   icon="/usr/share/pixmaps/leafpad.xpm"

Modified: packages/unstable/leafpad/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/leafpad/debian/rules?rev=14211&op=diff
==============================================================================
--- packages/unstable/leafpad/debian/rules (original)
+++ packages/unstable/leafpad/debian/rules Sun Jan 13 21:50:06 2008
@@ -3,7 +3,7 @@
 
 GNOME_DOWNLOAD_URL = http://download.savannah.gnu.org/releases/leafpad/$(GNOME_TARBALL)
 
-include /usr/share/cdbs/1/class/autotools.mk
+
 include /usr/share/cdbs/1/class/gnome.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/rules/simple-patchsys.mk
@@ -11,7 +11,7 @@
 -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
 #DEB_CONFIGURE_EXTRA_FLAGS += --enable-chooser
-DEB_CONFIGURE_EXTRA_FLAGS += --disable-print --disable-emacs
+DEB_CONFIGURE_EXTRA_FLAGS += --disable-emacs
 DEB_INSTALL_MANPAGES_leafpad += debian/leafpad.1
 
 #install/leafpad::




More information about the pkg-gnome-commits mailing list