r30103 - in /packages/unstable/jhbuild/debian: changelog compat control control.in copyright rules source/ source/format

jbicha-guest at users.alioth.debian.org jbicha-guest at users.alioth.debian.org
Sun Oct 9 03:57:56 UTC 2011


Author: jbicha-guest
Date: Sun Oct  9 03:57:55 2011
New Revision: 30103

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=30103
Log:
* New upstream release.
* Switch to dh_python2
* Use 3.0 (quilt)
* debian/control.in:
  - Bump debhelper minimum to 8 and Standards-Version to 3.9.2
  - Bump intltool minimum build-dependency
  - Update long description to mention Git (Closes: #597801)
  - Add Vcs and Homepage fields

Added:
    packages/unstable/jhbuild/debian/compat
    packages/unstable/jhbuild/debian/source/
    packages/unstable/jhbuild/debian/source/format
Modified:
    packages/unstable/jhbuild/debian/changelog
    packages/unstable/jhbuild/debian/control
    packages/unstable/jhbuild/debian/control.in
    packages/unstable/jhbuild/debian/copyright
    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=30103&op=diff
==============================================================================
--- packages/unstable/jhbuild/debian/changelog [utf-8] (original)
+++ packages/unstable/jhbuild/debian/changelog [utf-8] Sun Oct  9 03:57:55 2011
@@ -1,3 +1,17 @@
+jhbuild (3.2.1-1) UNRELEASED; urgency=low
+
+  [ Jeremy Bicha ]
+  * New upstream release.
+  * Switch to dh_python2
+  * Use 3.0 (quilt)
+  * debian/control.in:
+    - Bump debhelper minimum to 8 and Standards-Version to 3.9.2
+    - Bump intltool minimum build-dependency
+    - Update long description to mention Git (Closes: #597801)
+    - Add Vcs and Homepage fields
+
+ -- Jeremy Bicha <jbicha at ubuntu.com>  Sat, 08 Oct 2011 23:24:19 -0400
+
 jhbuild (2.29.2-2) unstable; urgency=low
 
   * debian/install:

Added: packages/unstable/jhbuild/debian/compat
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/jhbuild/debian/compat?rev=30103&op=file
==============================================================================
--- packages/unstable/jhbuild/debian/compat (added)
+++ packages/unstable/jhbuild/debian/compat [utf-8] Sun Oct  9 03:57:55 2011
@@ -1,0 +1,1 @@
+8

Modified: packages/unstable/jhbuild/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/jhbuild/debian/control?rev=30103&op=diff
==============================================================================
--- packages/unstable/jhbuild/debian/control [utf-8] (original)
+++ packages/unstable/jhbuild/debian/control [utf-8] Sun Oct  9 03:57:55 2011
@@ -12,7 +12,7 @@
                debhelper (>= 5),
                python-support,
                gnome-pkg-tools,
-               intltool (>= 0.35.0),
+               intltool (>= 0.40.0),
                pkg-config,
                gnome-doc-utils,
                rarian-compat

Modified: packages/unstable/jhbuild/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/jhbuild/debian/control.in?rev=30103&op=diff
==============================================================================
--- packages/unstable/jhbuild/debian/control.in [utf-8] (original)
+++ packages/unstable/jhbuild/debian/control.in [utf-8] Sun Oct  9 03:57:55 2011
@@ -3,16 +3,18 @@
 Priority: optional
 Maintainer: Loic Minier <lool at dooz.org>
 Uploaders: @GNOME_TEAM@
-Build-Depends: cdbs,
-               debhelper (>= 5),
-               python-support,
+Build-Depends: cdbs (>= 0.4.90~),
+               debhelper (>= 8),
                gnome-pkg-tools,
-               intltool (>= 0.35.0),
+               intltool (>= 0.40.0),
                pkg-config,
                gnome-doc-utils,
-               rarian-compat
-Standards-Version: 3.8.3
-XS-Python-Version: >= 2.4
+               rarian-compat,
+               python (>= 2.6.6-3~)
+Standards-Version: 3.9.2
+Vcs-Svn: svn://anonscm.debian.org/svn/pkg-gnome/packages/unstable/jhbuild
+Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/packages/unstable/jhbuild/
+Homepage: https://live.gnome.org/Jhbuild
 
 Package: jhbuild
 Architecture: any
@@ -35,12 +37,12 @@
           python-pygraphviz
 Description: flexible build script for package collections
  Jhbuild is a program that can be used to pull a number of modules from
- CVS, Subversion, Bazaar and other types of repositories or from
+ Git, CVS, Subversion, Bazaar and other types of repositories or from
  tarballs and build them in the correct order.  Unlike some build
  scripts, jhbuild lets you specify what modules you want built and it
  will then go and build those modules plus dependencies.
  .
- Although jhbuild was originally developed to build GNOME, it is now
- able to build a number of the modules in freedesktop.org's CVS.
+ Although jhbuild was originally developed to build GNOME, it has
+ since been extended to work with other projects as well.
  Extending it to handle new modules is usually trivial assuming the
  build infrastructure matches the other modules it handles.

Modified: packages/unstable/jhbuild/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/jhbuild/debian/copyright?rev=30103&op=diff
==============================================================================
--- packages/unstable/jhbuild/debian/copyright [utf-8] (original)
+++ packages/unstable/jhbuild/debian/copyright [utf-8] Sun Oct  9 03:57:55 2011
@@ -29,7 +29,7 @@
    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
 
 On Debian systems, the complete text of the GNU General
-Public License can be found in `/usr/share/common-licenses/GPL'.
+Public License can be found in `/usr/share/common-licenses/GPL-2'.
 
 jhbuild/cut_n_paste/optparse.py is derived from the Optik SourceForge project
 and is under a BSD-style license:

Modified: packages/unstable/jhbuild/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/jhbuild/debian/rules?rev=30103&op=diff
==============================================================================
--- packages/unstable/jhbuild/debian/rules [utf-8] (original)
+++ packages/unstable/jhbuild/debian/rules [utf-8] Sun Oct  9 03:57:55 2011
@@ -2,7 +2,6 @@
 
 include /usr/share/cdbs/1/class/autotools.mk
 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
@@ -16,4 +15,4 @@
 	rm -r debian/jhbuild/usr/share/jhbuild/jhbuild/cut_n_paste
 
 binary-install/jhbuild::
-	dh_pysupport -p$(cdbs_curpkg)
+	dh_python2 -p$(cdbs_curpkg)

Added: packages/unstable/jhbuild/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/jhbuild/debian/source/format?rev=30103&op=file
==============================================================================
--- packages/unstable/jhbuild/debian/source/format (added)
+++ packages/unstable/jhbuild/debian/source/format [utf-8] Sun Oct  9 03:57:55 2011
@@ -1,0 +1,1 @@
+3.0 (quilt)




More information about the pkg-gnome-commits mailing list