r10939 - in /packages/unstable/jhbuild/debian: changelog control control.in rules

lool at users.alioth.debian.org lool at users.alioth.debian.org
Sat May 12 10:43:35 UTC 2007


Author: lool
Date: Sat May 12 10:43:35 2007
New Revision: 10939

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=10939
Log:
* Cleanups.

Modified:
    packages/unstable/jhbuild/debian/changelog
    packages/unstable/jhbuild/debian/control
    packages/unstable/jhbuild/debian/control.in
    packages/unstable/jhbuild/debian/rules

Modified: packages/unstable/jhbuild/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/jhbuild/debian/changelog?rev=10939&op=diff
==============================================================================
--- packages/unstable/jhbuild/debian/changelog (original)
+++ packages/unstable/jhbuild/debian/changelog Sat May 12 10:43:35 2007
@@ -1,3 +1,9 @@
+jhbuild (0.0.svn.r1378-2) UNRELEASED; urgency=low
+
+  * Cleanups.
+
+ -- Loic Minier <lool at dooz.org>  Sat, 12 May 2007 12:43:27 +0200
+
 jhbuild (0.0.svn.r1378-1) unstable; urgency=low
 
   * Build, install, and clean the user manual; build-depend on xmlto.

Modified: packages/unstable/jhbuild/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/jhbuild/debian/control?rev=10939&op=diff
==============================================================================
--- packages/unstable/jhbuild/debian/control (original)
+++ packages/unstable/jhbuild/debian/control Sat May 12 10:43:35 2007
@@ -2,22 +2,32 @@
 Section: devel
 Priority: optional
 Maintainer: Loic Minier <lool at dooz.org>
-Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.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>, Kilian Krause <kilian at debian.org>, Marc 'HE' Brockschmidt <he at debian.org>, Marco Cabizza <marco87 at gmail.com>, Oystein Gisnas <oystein at gisnas.net>, 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>
+Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
 Build-Depends: cdbs,
-        debhelper (>= 5)
+               debhelper (>= 5)
 Build-Depends-Indep: python-central (>= 0.5.6),
-        gnome-pkg-tools,
-        xmlto
+                     gnome-pkg-tools,
+                     xmlto
 Standards-Version: 3.7.2
 XS-Python-Version: >= 2.2
 
 Package: jhbuild
 Architecture: all
 Depends: ${misc:Depends},
-        ${python:Depends}
-Recommends: cvs, subversion, bzr, patch, wget | curl, autoconf,
-        automake, gettext, pkg-config
-Suggests: tla, darcs, git-core, python-pygraphviz
+         ${python:Depends}
+Recommends: cvs,
+            subversion,
+            bzr,
+            patch,
+            wget | curl,
+            autoconf,
+            automake,
+            gettext,
+            pkg-config
+Suggests: tla,
+          darcs,
+          git-core,
+          python-pygraphviz
 XB-Python-Version: ${python:Versions}
 Description: flexible build script for package collections
  Jhbuild is a program that can be used to pull a number of modules from

Modified: packages/unstable/jhbuild/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/jhbuild/debian/control.in?rev=10939&op=diff
==============================================================================
--- packages/unstable/jhbuild/debian/control.in (original)
+++ packages/unstable/jhbuild/debian/control.in Sat May 12 10:43:35 2007
@@ -4,20 +4,30 @@
 Maintainer: Loic Minier <lool at dooz.org>
 Uploaders: @GNOME_TEAM@
 Build-Depends: cdbs,
-        debhelper (>= 5)
+               debhelper (>= 5)
 Build-Depends-Indep: python-central (>= 0.5.6),
-        gnome-pkg-tools,
-        xmlto
+                     gnome-pkg-tools,
+                     xmlto
 Standards-Version: 3.7.2
 XS-Python-Version: >= 2.2
 
 Package: jhbuild
 Architecture: all
 Depends: ${misc:Depends},
-        ${python:Depends}
-Recommends: cvs, subversion, bzr, patch, wget | curl, autoconf,
-        automake, gettext, pkg-config
-Suggests: tla, darcs, git-core, python-pygraphviz
+         ${python:Depends}
+Recommends: cvs,
+            subversion,
+            bzr,
+            patch,
+            wget | curl,
+            autoconf,
+            automake,
+            gettext,
+            pkg-config
+Suggests: tla,
+          darcs,
+          git-core,
+          python-pygraphviz
 XB-Python-Version: ${python:Versions}
 Description: flexible build script for package collections
  Jhbuild is a program that can be used to pull a number of modules from

Modified: packages/unstable/jhbuild/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/jhbuild/debian/rules?rev=10939&op=diff
==============================================================================
--- packages/unstable/jhbuild/debian/rules (original)
+++ packages/unstable/jhbuild/debian/rules Sat May 12 10:43:35 2007
@@ -5,7 +5,6 @@
 include /usr/share/cdbs/1/rules/utils.mk
 include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
 -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
-
 GNOME_MODULE := jhbuild
 
 DESTDIR = debian/jhbuild
@@ -29,7 +28,9 @@
 	cp -a jhbuild $(DESTDIR)$(DATADIR)
 	# command line wrapper
 	install -d $(DESTDIR)$(BINDIR)
-	sed "s, at jhbuilddir@,$(DATADIR),g" < jhbuild.in > $(DESTDIR)$(BINDIR)/jhbuild
+	sed "s, at jhbuilddir@,$(DATADIR),g" \
+		<jhbuild.in \
+		>$(DESTDIR)$(BINDIR)/jhbuild
 	# modulesets
 	cp -a modulesets $(DESTDIR)$(DATADIR)
 	# patches




More information about the pkg-gnome-commits mailing list