r14286 - in /packages/unstable/ghex/debian: changelog control.in docs ghex.menu rules watch
lool at users.alioth.debian.org
lool at users.alioth.debian.org
Fri Jan 18 14:51:03 UTC 2008
Author: lool
Date: Fri Jan 18 14:51:03 2008
New Revision: 14286
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=14286
Log:
- Update watch file to track all versions.
* Cleanup rules.
* Wrap build-deps and deps.
Modified:
packages/unstable/ghex/debian/changelog
packages/unstable/ghex/debian/control.in
packages/unstable/ghex/debian/docs
packages/unstable/ghex/debian/ghex.menu
packages/unstable/ghex/debian/rules
packages/unstable/ghex/debian/watch
Modified: packages/unstable/ghex/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/ghex/debian/changelog?rev=14286&op=diff
==============================================================================
--- packages/unstable/ghex/debian/changelog (original)
+++ packages/unstable/ghex/debian/changelog Fri Jan 18 14:51:03 2008
@@ -5,7 +5,10 @@
- Targetted at unstable since the changes seem stable.
- Bump up shlibs to >= 2.21.4.
- Fixes incorrect version in the .pc file; thanks Luca Bruno.
+ - Update watch file to track all versions.
* Don't hardcode the lib package name.
+ * Cleanup rules.
+ * Wrap build-deps and deps.
-- Loic Minier <lool at dooz.org> Fri, 18 Jan 2008 15:34:01 +0100
Modified: packages/unstable/ghex/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/ghex/debian/control.in?rev=14286&op=diff
==============================================================================
--- packages/unstable/ghex/debian/control.in (original)
+++ packages/unstable/ghex/debian/control.in Fri Jan 18 14:51:03 2008
@@ -3,13 +3,27 @@
Priority: optional
Maintainer: Sebastien Bacher <seb128 at debian.org>
Uploaders: @GNOME_TEAM@
-Build-Depends: cdbs, gnome-pkg-tools, debhelper (>= 5), libgtk2.0-dev (>= 2.4.0), libatk1.0-dev (>= 1.0.0), libgnomeui-dev (>= 2.6.1.1-2), libgnomeprintui2.2-dev (>= 2.6.1-4), libgail-dev (>= 0.17), libpopt-dev, gettext, libxml-parser-perl, scrollkeeper, gnome-doc-utils (>= 0.3.2), gconf2
+Build-Depends: cdbs,
+ gnome-pkg-tools,
+ debhelper (>= 5),
+ libgtk2.0-dev (>= 2.4.0),
+ libatk1.0-dev (>= 1.0.0),
+ libgnomeui-dev (>= 2.6.1.1-2),
+ libgnomeprintui2.2-dev (>= 2.6.1-4),
+ libgail-dev (>= 0.17),
+ libpopt-dev,
+ gettext,
+ libxml-parser-perl,
+ scrollkeeper,
+ gnome-doc-utils (>= 0.3.2),
+ gconf2
Standards-Version: 3.7.3
Package: libgtkhex0
Architecture: any
Section: libs
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
Description: GNOME Hex editor for files (shared library)
The GHex program can view and edit files in two ways, hex or ascii. Good
for editing saved game files.
@@ -19,7 +33,11 @@
Package: libgtkhex0-dev
Architecture: any
Section: libdevel
-Depends: ${misc:Depends}, libgtkhex0 (= ${binary:Version}), libgail-dev (>= 0.17), libgtk2.0-dev (>= 2.4.0), libatk1.0-dev (>= 1.0.0)
+Depends: ${misc:Depends},
+ libgtkhex0 (= ${binary:Version}),
+ libgail-dev (>= 0.17),
+ libgtk2.0-dev (>= 2.4.0),
+ libatk1.0-dev (>= 1.0.0)
Description: GNOME Hex editor for files (development headers)
The GHex program can view and edit files in two ways, hex or ascii. Good
for editing saved game files.
@@ -28,7 +46,8 @@
Package: ghex
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
Description: GNOME Hex editor for files
The GHex program can view and edit files in two ways, hex or ascii. Good
for editing saved game files.
Modified: packages/unstable/ghex/debian/docs
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/ghex/debian/docs?rev=14286&op=diff
==============================================================================
--- packages/unstable/ghex/debian/docs (original)
+++ packages/unstable/ghex/debian/docs Fri Jan 18 14:51:03 2008
@@ -1,3 +1,1 @@
README
-
-
Modified: packages/unstable/ghex/debian/ghex.menu
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/ghex/debian/ghex.menu?rev=14286&op=diff
==============================================================================
--- packages/unstable/ghex/debian/ghex.menu (original)
+++ packages/unstable/ghex/debian/ghex.menu Fri Jan 18 14:51:03 2008
@@ -1,3 +1,2 @@
?package(ghex):needs="x11" section="Applications/Editors" \
title="GHex" command="/usr/bin/ghex2" hints="GNOME"
-
Modified: packages/unstable/ghex/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/ghex/debian/rules?rev=14286&op=diff
==============================================================================
--- packages/unstable/ghex/debian/rules (original)
+++ packages/unstable/ghex/debian/rules Fri Jan 18 14:51:03 2008
@@ -12,9 +12,9 @@
include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
-include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
-DEB_SHLIBDEPS_INCLUDE_ghex := debian/$(libgtkhexN)/usr/lib/
+DEB_SHLIBDEPS_INCLUDE_ghex += debian/$(libgtkhexN)/usr/lib/
DEB_DH_MAKESHLIBS_ARGS_$(libgtkhexN) += -V"$(libgtkhexN) (>= 2.21.4)"
-DEB_INSTALL_MANPAGES_ghex := debian/ghex2.1
+DEB_INSTALL_MANPAGES_ghex += debian/ghex2.1
Modified: packages/unstable/ghex/debian/watch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/ghex/debian/watch?rev=14286&op=diff
==============================================================================
--- packages/unstable/ghex/debian/watch (original)
+++ packages/unstable/ghex/debian/watch Fri Jan 18 14:51:03 2008
@@ -1,5 +1,4 @@
version=2
-http://ftp.gnome.org/pub/GNOME/sources/ghex/([\d\.]+)[02468]/ \
+http://ftp.gnome.org/pub/GNOME/sources/ghex/([\d\.]+)/ \
ghex-(.*)\.tar\.gz \
debian uupdate
-
More information about the pkg-gnome-commits
mailing list