Your message dated Fri, 24 Jun 2011 05:35:37 +0200
with message-id <[email protected]>
and subject line anjuta: Add autogen to Depends; some misc fixes from Ubuntu
has caused the Debian Bug report #627664,
regarding anjuta: Add autogen to Depends; some misc fixes from Ubuntu
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
627664: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=627664
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: anjuta
Version: 2:3.0.0.0-1
Severity: normal
Tags: patch
User: [email protected]
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::
--- End Message ---
--- Begin Message ---
Hi Michael,
thanks for forwarding the patches, much appreciated.
1.) autogen is already a Recommends, so I won't change that.
2.) applied, thanks
3.) is not quite complete, as the library package name changed too. I committed
[1]
I'm closing this bug, as 2:3.0.3.0-1 will have all changes.
Cheers,
Michael
[1]
http://anonscm.debian.org/viewvc/pkg-gnome/desktop/experimental/anjuta/debian/rules?r1=27601&r2=28646
--
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?
signature.asc
Description: OpenPGP digital signature
--- End Message ---