Package: anjuta Version: 2:3.0.0.0-1 Severity: normal Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu oneiric ubuntu-patch
In Ubuntu, the attached patch was applied to achieve the following: 1) Adds autogen to Depends, which allows the user to create a new project. Otherwise, the user is prompted that autogen is required and it won't continue. 2) Fixes a libgtk3-dev/libgtk-3-dev typo in debian/control 3) Updates SHVER in debian/rules, since 3.0.0 is gtk3 based and uses new package name. Thanks for considering the patch. -- System Information: Debian Release: wheezy/sid APT prefers oneiric-updates APT policy: (500, 'oneiric-updates'), (500, 'oneiric-security'), (500, 'oneiric') Architecture: i386 (i686) Kernel: Linux 2.6.39-2-generic (SMP w/4 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
diff -Nru anjuta-3.0.0.0/debian/control anjuta-3.0.0.0/debian/control --- anjuta-3.0.0.0/debian/control 2011-04-16 07:21:05.000000000 -0400 +++ anjuta-3.0.0.0/debian/control 2011-05-20 16:42:26.000000000 -0400 @@ -40,12 +41,13 @@ Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, - anjuta-common (= ${source:Version}) + anjuta-common (= ${source:Version}), + autogen Recommends: gcc | g++, make, yelp, @@ -56,7 +59,7 @@ gdb, libtool, liblocale-gettext-perl -Suggests: libgtk3-dev, +Suggests: libgtk-3-dev, libgtkmm-3.0-dev, glade-gnome Conflicts: libgbf-1-2, diff -Nru anjuta-3.0.0.0/debian/control.in anjuta-3.0.0.0/debian/control.in --- anjuta-3.0.0.0/debian/control.in 2011-04-15 14:55:43.000000000 -0400 +++ anjuta-3.0.0.0/debian/control.in 2011-05-20 16:42:21.000000000 -0400 @@ -35,12 +36,13 @@ Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, - anjuta-common (= ${source:Version}) + anjuta-common (= ${source:Version}), + autogen Recommends: gcc | g++, make, yelp, @@ -51,7 +54,7 @@ gdb, libtool, liblocale-gettext-perl -Suggests: libgtk3-dev, +Suggests: libgtk-3-dev, libgtkmm-3.0-dev, glade-gnome Conflicts: libgbf-1-2, diff -Nru anjuta-3.0.0.0/debian/rules anjuta-3.0.0.0/debian/rules --- anjuta-3.0.0.0/debian/rules 2011-04-15 14:28:02.000000000 -0400 +++ anjuta-3.0.0.0/debian/rules 2011-05-20 16:42:21.000000000 -0400 @@ -17,7 +17,7 @@ DEB_DH_MAKESHLIBS_ARGS_anjuta += --no-act LIB_PKG := $(shell sed -nr 's/^Package:[[:space:]]*(libanjuta[0-9]+)[[:space:]]*$$/\1/p' debian/control) -SHVER = 2:2.31.92 +SHVER = 2:3.0.0 DEB_DH_MAKESHLIBS_ARGS_$(LIB_PKG) = -V '$(LIB_PKG) (>= $(SHVER))' install/anjuta::