=== modified file 'debian/changelog' --- debian/changelog 2013-04-02 00:13:21 +0000 +++ debian/changelog 2013-04-28 13:10:19 +0000 @@ -1,3 +1,13 @@ +libpeas (1.8.0-1ubuntu1) saucy; urgency=low + + * Sync with Debian. + * debian/control.in: + - Don't build-depend against seed or gjs since they're in universe + * debian/rules: + - Explicitly disable gjs and seed + + -- Jeremy Bicha Sun, 28 Apr 2013 09:10:16 -0400 + libpeas (1.8.0-1) experimental; urgency=low * New upstream release. === modified file 'debian/control' --- debian/control 2013-04-02 00:13:21 +0000 +++ debian/control 2013-04-02 02:22:10 +0000 @@ -2,10 +2,10 @@ # # Modifications should be made to debian/control.in instead. # This file is regenerated automatically in the clean target. - Source: libpeas Priority: extra -Maintainer: Debian GNOME Maintainers +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Debian GNOME Maintainers Uploaders: Andreas Henriksson , Emilio Pozuelo Monfort , Michael Biebl , Sjoerd Simons Build-Depends: cdbs (>= 0.4.90), debhelper (>= 8), @@ -18,8 +18,8 @@ gobject-introspection (>= 0.10.1), libgirepository1.0-dev (>= 0.10.1), libgtk-3-dev, - libseed-gtk3-dev (>= 2.91.91) [!mips], - libgjs-dev (>= 1.35.8), +# libseed-gtk3-dev (>= 2.91.91) [!mips], +# libgjs-dev (>= 1.35.8), python-dev (>= 2.5.2), python-gi-dev (>= 3.7.2), python3-dev, === modified file 'debian/control.in' --- debian/control.in 2013-04-02 00:13:21 +0000 +++ debian/control.in 2013-04-02 02:22:10 +0000 @@ -1,6 +1,7 @@ Source: libpeas Priority: extra -Maintainer: Debian GNOME Maintainers +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Debian GNOME Maintainers Uploaders: @GNOME_TEAM@ Build-Depends: cdbs (>= 0.4.90), debhelper (>= 8), @@ -13,8 +14,8 @@ gobject-introspection (>= 0.10.1), libgirepository1.0-dev (>= 0.10.1), libgtk-3-dev, - libseed-gtk3-dev (>= 2.91.91) [!mips], - libgjs-dev (>= 1.35.8), +# libseed-gtk3-dev (>= 2.91.91) [!mips], +# libgjs-dev (>= 1.35.8), python-dev (>= 2.5.2), python-gi-dev (>= 3.7.2), python3-dev, === modified file 'debian/rules' --- debian/rules 2013-04-02 00:13:21 +0000 +++ debian/rules 2013-04-02 02:19:43 +0000 @@ -11,11 +11,13 @@ DEB_CONFIGURE_EXTRA_FLAGS += --enable-gtk-doc \ --enable-python2 \ - --enable-python3 + --enable-python3 \ + --disable-gjs \ + --disable-seed -ifeq (,$(filter $(DEB_HOST_ARCH),mips)) -DEB_CONFIGURE_EXTRA_FLAGS += --enable-seed -endif +#ifeq (,$(filter $(DEB_HOST_ARCH),mips)) +#DEB_CONFIGURE_EXTRA_FLAGS += --enable-seed +#endif DEB_MAKE_CHECK_TARGET =