r26743 - in /desktop/experimental/epiphany-browser/debian: changelog control control.in epiphany-browser.install gir1.2-epiphany-2.31.install patches/99_autoreconf.patch patches/99_ltmain_as-needed.patch patches/series rules

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Sun Feb 27 11:53:51 UTC 2011


Author: pochu
Date: Sun Feb 27 11:53:49 2011
New Revision: 26743

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=26743
Log:
* New upstream release.
* debian/control.in,
  debian/rules:
  + Use dh-autoreconf.
  + Build depend on a high-enough version of CDBS to guarantee
    dh_girepository is always called, and comply with the g-i
    policy.
* debian/patches/99_autoreconf.patch,
  debian/patches/99_ltmain_as-needed.patch:
  + Removed, obsolete.

Added:
    desktop/experimental/epiphany-browser/debian/gir1.2-epiphany-2.31.install
Removed:
    desktop/experimental/epiphany-browser/debian/patches/99_autoreconf.patch
    desktop/experimental/epiphany-browser/debian/patches/99_ltmain_as-needed.patch
Modified:
    desktop/experimental/epiphany-browser/debian/changelog
    desktop/experimental/epiphany-browser/debian/control
    desktop/experimental/epiphany-browser/debian/control.in
    desktop/experimental/epiphany-browser/debian/epiphany-browser.install
    desktop/experimental/epiphany-browser/debian/patches/series
    desktop/experimental/epiphany-browser/debian/rules

Modified: desktop/experimental/epiphany-browser/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/epiphany-browser/debian/changelog?rev=26743&op=diff
==============================================================================
--- desktop/experimental/epiphany-browser/debian/changelog [utf-8] (original)
+++ desktop/experimental/epiphany-browser/debian/changelog [utf-8] Sun Feb 27 11:53:49 2011
@@ -1,3 +1,18 @@
+epiphany-browser (2.91.90-1) experimental; urgency=low
+
+  * New upstream release.
+  * debian/control.in,
+    debian/rules:
+    + Use dh-autoreconf.
+    + Build depend on a high-enough version of CDBS to guarantee
+      dh_girepository is always called, and comply with the g-i
+      policy.
+  * debian/patches/99_autoreconf.patch,
+    debian/patches/99_ltmain_as-needed.patch:
+    + Removed, obsolete.
+
+ -- Emilio Pozuelo Monfort <pochu at debian.org>  Sun, 27 Feb 2011 11:52:17 +0000
+
 epiphany-browser (2.91.6-1) experimental; urgency=low
 
   * New development release

Modified: desktop/experimental/epiphany-browser/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/epiphany-browser/debian/control?rev=26743&op=diff
==============================================================================
--- desktop/experimental/epiphany-browser/debian/control [utf-8] (original)
+++ desktop/experimental/epiphany-browser/debian/control [utf-8] Sun Feb 27 11:53:49 2011
@@ -9,11 +9,12 @@
 Maintainer: Josselin Mouette <joss at debian.org>
 Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Emilio Pozuelo Monfort <pochu at debian.org>, Gustavo Noronha Silva <kov at debian.org>, Sebastian Dröge <slomo at debian.org>
 Build-Depends: debhelper (>= 8),
-               cdbs,
+               cdbs (>= 0.4.90),
+               dh-autoreconf,
                gnome-pkg-tools (>= 0.10),
                pkg-config,
                libglib2.0-dev (>= 2.25.13),
-               libgtk-3-dev,
+               libgtk-3-dev (>= 3.0.0),
                libxml2-dev (>= 2.6.12),
                libxslt1-dev (>= 1.1.7),
                libgnome-keyring-dev (>= 2.26.0),
@@ -103,7 +104,7 @@
 Depends: epiphany-browser (>= ${binary:Version}),
          epiphany-browser-data (= ${source:Version}),
          ${misc:Depends},
-         libgtk-3-dev,
+         libgtk-3-dev (>= 3.0.0),
          libwebkitgtk-3.0-dev (>= 1.3.11)
 Conflicts: epiphany-webkit-dev
 Replaces: epiphany-webkit-dev
@@ -140,3 +141,18 @@
 Description: Dummy, transitional package
  This package has been made obsolete by epiphany-browser 2.28.0, and
  is safe to remove.
+
+Package: gir1.2-epiphany-2.31
+Section: libs
+Architecture: any
+Depends: epiphany-browser (>= ${binary:Version})
+         ${gir:Depends},
+         ${shlibs:Depends},
+         ${misc:Depends}
+Replaces: epiphany-browser (<< 2.91.90-1)
+Description: GObject introspection data for the GNOME web browser
+ Epiphany is a simple yet powerful GNOME web browser targeted at
+ non-technical users. Its principles are simplicity and standards
+ compliance.
+ .
+ This package contains introspection data for the GNOME web browser.

Modified: desktop/experimental/epiphany-browser/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/epiphany-browser/debian/control.in?rev=26743&op=diff
==============================================================================
--- desktop/experimental/epiphany-browser/debian/control.in [utf-8] (original)
+++ desktop/experimental/epiphany-browser/debian/control.in [utf-8] Sun Feb 27 11:53:49 2011
@@ -4,11 +4,12 @@
 Maintainer: Josselin Mouette <joss at debian.org>
 Uploaders: @GNOME_TEAM@
 Build-Depends: debhelper (>= 8),
-               cdbs,
+               cdbs (>= 0.4.90),
+               dh-autoreconf,
                gnome-pkg-tools (>= 0.10),
                pkg-config,
                libglib2.0-dev (>= 2.25.13),
-               libgtk-3-dev,
+               libgtk-3-dev (>= 3.0.0),
                libxml2-dev (>= 2.6.12),
                libxslt1-dev (>= 1.1.7),
                libgnome-keyring-dev (>= 2.26.0),
@@ -98,7 +99,7 @@
 Depends: epiphany-browser (>= ${binary:Version}),
          epiphany-browser-data (= ${source:Version}),
          ${misc:Depends},
-         libgtk-3-dev,
+         libgtk-3-dev (>= 3.0.0),
          libwebkitgtk-3.0-dev (>= 1.3.11)
 Conflicts: epiphany-webkit-dev
 Replaces: epiphany-webkit-dev
@@ -135,3 +136,18 @@
 Description: Dummy, transitional package
  This package has been made obsolete by epiphany-browser 2.28.0, and
  is safe to remove.
+
+Package: gir1.2-epiphany-2.31
+Section: libs
+Architecture: any
+Depends: epiphany-browser (>= ${binary:Version})
+         ${gir:Depends},
+         ${shlibs:Depends},
+         ${misc:Depends}
+Replaces: epiphany-browser (<< 2.91.90-1)
+Description: GObject introspection data for the GNOME web browser
+ Epiphany is a simple yet powerful GNOME web browser targeted at
+ non-technical users. Its principles are simplicity and standards
+ compliance.
+ .
+ This package contains introspection data for the GNOME web browser.

Modified: desktop/experimental/epiphany-browser/debian/epiphany-browser.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/epiphany-browser/debian/epiphany-browser.install?rev=26743&op=diff
==============================================================================
--- desktop/experimental/epiphany-browser/debian/epiphany-browser.install [utf-8] (original)
+++ desktop/experimental/epiphany-browser/debian/epiphany-browser.install [utf-8] Sun Feb 27 11:53:49 2011
@@ -1,4 +1,3 @@
 debian/epiphany.sh /usr/bin/
 debian/bug/control /usr/share/bug/epiphany-browser/
 debian/tmp/usr/bin
-debian/tmp/usr/lib/girepository-1.0

Added: desktop/experimental/epiphany-browser/debian/gir1.2-epiphany-2.31.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/epiphany-browser/debian/gir1.2-epiphany-2.31.install?rev=26743&op=file
==============================================================================
--- desktop/experimental/epiphany-browser/debian/gir1.2-epiphany-2.31.install (added)
+++ desktop/experimental/epiphany-browser/debian/gir1.2-epiphany-2.31.install [utf-8] Sun Feb 27 11:53:49 2011
@@ -1,0 +1,1 @@
+debian/tmp/usr/lib/girepository-1.0

Modified: desktop/experimental/epiphany-browser/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/epiphany-browser/debian/patches/series?rev=26743&op=diff
==============================================================================
--- desktop/experimental/epiphany-browser/debian/patches/series [utf-8] (original)
+++ desktop/experimental/epiphany-browser/debian/patches/series [utf-8] Sun Feb 27 11:53:49 2011
@@ -6,5 +6,3 @@
 10_smart_bookmarks.patch
 12_safetypes.patch
 14_download_nautilus.patch
-99_autoreconf.patch
-99_ltmain_as-needed.patch

Modified: desktop/experimental/epiphany-browser/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/epiphany-browser/debian/rules?rev=26743&op=diff
==============================================================================
--- desktop/experimental/epiphany-browser/debian/rules [utf-8] (original)
+++ desktop/experimental/epiphany-browser/debian/rules [utf-8] Sun Feb 27 11:53:49 2011
@@ -1,5 +1,6 @@
 #!/usr/bin/make -f
 
+include /usr/share/cdbs/1/rules/autoreconf.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/gnome.mk
 include /usr/share/cdbs/1/rules/utils.mk
@@ -34,6 +35,7 @@
 
 DEB_DH_INSTALLCHANGELOGS_ARGS_ALL := --no-act
 DEB_INSTALL_DOCS_ALL := --no-act
+DEB_DH_GIREPOSITORY_ARGS_ALL += -lsrc
 
 binary-post-install/%::
 	dh_installchangelogs -p$(cdbs_curpkg)




More information about the pkg-gnome-commits mailing list