summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDieter Verfaillie <dieterv@optionexplicit.be>2015-03-03 12:56:04 +0100
committerDieter Verfaillie <dieterv@optionexplicit.be>2015-03-04 20:41:23 +0100
commit81aeb715f3d6d899ac310dbbb37d0c0fb15be436 (patch)
tree339a349abfaa72109860f722bec3521660dedb32
parent62c634abface49f5ed1253acc5bdaf0fa2853d8f (diff)
downloadgobject-introspection-81aeb715f3d6d899ac310dbbb37d0c0fb15be436.tar.gz
Update bugzilla product/component
g-i bug reports have been moved from: http://bugzilla.gnome.org/enter_bug.cgi?product=glib&amp;component=introspection to: http://bugzilla.gnome.org/enter_bug.cgi?product=gobject-introspection https://bugzilla.gnome.org/show_bug.cgi?id=745498
-rw-r--r--README3
-rw-r--r--configure.ac2
-rw-r--r--docs/g-ir-compiler.13
-rw-r--r--docs/g-ir-generate.13
-rw-r--r--docs/g-ir-scanner.13
-rw-r--r--gobject-introspection.doap2
6 files changed, 6 insertions, 10 deletions
diff --git a/README b/README
index 81f8614c..05be7838 100644
--- a/README
+++ b/README
@@ -62,8 +62,7 @@ http://live.gnome.org/GObjectIntrospection
Reporting bugs
==============
-Bugs should be reported in http://bugzilla.gnome.org/, the glib product and
-the introspection component.
+Bugs should be reported in http://bugzilla.gnome.org/ in the gobject-introspection product.
Contact
=======
diff --git a/configure.ac b/configure.ac
index 71709ee1..f27b6520 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10,7 +10,7 @@ m4_define(gi_version, gi_major_version.gi_minor_version.gi_micro_version)
AC_PREREQ([2.63])
AC_INIT([gobject-introspection],
[gi_version],
- [http://bugzilla.gnome.org/enter_bug.cgi?product=glib&component=introspection],
+ [http://bugzilla.gnome.org/enter_bug.cgi?product=gobject-introspection],
[gobject-introspection])
AC_CONFIG_HEADER([config.h])
diff --git a/docs/g-ir-compiler.1 b/docs/g-ir-compiler.1
index 24b180aa..43c01199 100644
--- a/docs/g-ir-compiler.1
+++ b/docs/g-ir-compiler.1
@@ -34,8 +34,7 @@ The name of the library should not contain the leading lib prefix nor
the ending shared library suffix.
.TP
.SH BUGS
-Report bugs at http://bugzilla.gnome.org/ in the glib product and
-introspection component.
+Report bugs at http://bugzilla.gnome.org/ in the gobject-introspection product.
.SH HOMEPAGE and CONTACT
http://live.gnome.org/GObjectIntrospection
.SH AUTHORS
diff --git a/docs/g-ir-generate.1 b/docs/g-ir-generate.1
index 78d12d51..9b516984 100644
--- a/docs/g-ir-generate.1
+++ b/docs/g-ir-generate.1
@@ -21,8 +21,7 @@ The shared library to read the symbols from.
Save the resulting output in FILENAME.
.TP
.SH BUGS
-Report bugs at http://bugzilla.gnome.org/ in the glib product and
-introspection component.
+Report bugs at http://bugzilla.gnome.org/ in the gobject-introspection product.
.SH HOMEPAGE and CONTACT
http://live.gnome.org/GObjectIntrospection
.SH AUTHORS
diff --git a/docs/g-ir-scanner.1 b/docs/g-ir-scanner.1
index 591df47b..72af1d78 100644
--- a/docs/g-ir-scanner.1
+++ b/docs/g-ir-scanner.1
@@ -137,8 +137,7 @@ set on a distribution so you shouldn't need to set it yourself.
The variable GI_SCANNER_DISABLE_CACHE ensures that the scanner will
not write cache data to $HOME.
.SH BUGS
-Report bugs at http://bugzilla.gnome.org/ in the glib product and
-introspection component.
+Report bugs at http://bugzilla.gnome.org/ in the gobject-introspection product.
.SH HOMEPAGE and CONTACT
http://live.gnome.org/GObjectIntrospection
.SH AUTHORS
diff --git a/gobject-introspection.doap b/gobject-introspection.doap
index 20ca78ee..b01251fc 100644
--- a/gobject-introspection.doap
+++ b/gobject-introspection.doap
@@ -15,7 +15,7 @@
<homepage rdf:resource="http://live.gnome.org/GObjectIntrospection" />
<license rdf:resource="http://usefulinc.com/doap/licenses/lgpl" />
- <bug-database rdf:resource="http://bugzilla.gnome.org/enter_bug.cgi?product=glib&amp;component=introspection"/>
+ <bug-database rdf:resource="http://bugzilla.gnome.org/enter_bug.cgi?product=gobject-introspection"/>
<mailing-list rdf:resource="mailto:gtk-devel-list@gnome.org" />
<programming-language>C</programming-language>