Your message dated Thu, 28 Jul 2011 14:06:20 +0200
with message-id <[email protected]>
and subject line please upload 3.0.2 version to experimental
has caused the Debian Bug report #627402,
regarding [with Patch] please upload 3.0.2 version to experimental
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.)
--
627402: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=627402
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: gedit-plugins
Version:
Gedit 3 has been in experimental for days.
But gedit-plugins has not.
diff -ruN debian-2.30.0-1/changelog debian-3.0.2-1/changelog
--- debian-2.30.0-1/changelog 2011-05-20 00:20:01.000000000 +0800
+++ debian-3.0.2-1/changelog 2011-05-17 11:13:54.000000000 +0800
@@ -1,3 +1,21 @@
+gedit-plugins (3.0.2-1) experimental; urgency=low
+
+ * New upstream stable release.(3.0.2 released)
+
+ -- YunQiang Su <[email protected]> Tue, 17 May 2011 11:00:42 +0800
+
+gedit-plugins (3.0.0-0) natty; urgency=low
+
+ * New upstream stable release.(3.0.0 released)
+
+ -- YunQiang Su <[email protected]> Fri, 08 Apr 2011 12:00:42 +0800
+
+gedit-plugins (2.91.3-0+build1) natty; urgency=low
+
+ * New upstream stable release:
+
+ -- YunQiang Su <[email protected]> Sun, 03 Apr 2011 20:19:42 +0800
+
gedit-plugins (2.30.0-1) unstable; urgency=low
* New upstream stable release:
diff -ruN debian-2.30.0-1/control debian-3.0.2-1/control
--- debian-2.30.0-1/control 2011-05-20 00:20:01.000000000 +0800
+++ debian-3.0.2-1/control 2011-05-17 11:14:42.000000000 +0800
@@ -1,25 +1,18 @@
Source: gedit-plugins
Section: gnome
Priority: optional
Maintainer: Loic Minier <[email protected]>
Uploaders: Debian GNOME Maintainers
<[email protected]>, Josselin Mouette
<[email protected]>, Sebastian Dröge <[email protected]>
-Build-Depends: cdbs,
- debhelper (>= 5),
+Build-Depends: debhelper (>= 7.0.50~),
intltool (>= 0.35.0),
- libglib2.0-dev (>= 2.16.0),
- libgtk2.0-dev (>= 2.13.0),
- libgconf2-dev (>= 1.1.11),
- libgtksourceview2.0-dev (>= 2.9.1),
- gedit-dev (>= 2.29.3),
- python-dev (>= 2.3),
- python-gobject-dev (>= 2.15.4),
- python-gtk2-dev (>= 2.12.0),
- python-gtksourceview2 (>= 2.2.0),
- libgucharmap2-dev (>= 2.23.0),
- libvte-dev (>= 1:0.19.4),
- gnome-pkg-tools (>= 0.11),
+ libglib2.0-dev (>= 2.26.0),
+ libgtk-3-dev (>= 3.0.0),
+ libgtksourceview-3.0-dev (>= 2.91.9),
+ libpeas-dev (>= 0.7.3),
+ gedit-dev (>= 2.91.11),
python-support (>= 0.7.1)
-Standards-Version: 3.8.3
+Standards-Version: 3.9.2
Homepage: http://live.gnome.org/Gedit/Plugins
Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/packages/unstable/gedit-plugins
Vcs-Browser:
http://svn.debian.org/viewsvn/pkg-gnome/packages/unstable/gedit-plugins
@@ -30,13 +23,10 @@
Depends: ${shlibs:Depends},
${misc:Depends},
${python:Depends},
- gedit (>= 2.29.3),
- python-gtk2 (>= 2.12.0),
- python-gobject (>= 2.15.4),
- python-gconf,
- python-glade2,
- python-vte (>= 1:0.19.4),
- python-gtksourceview2 (>= 2.2.0)
+ gedit (>= 2.91.11),
+ gir1.2-gucharmap-2.90,
+ gir1.2-peas-1.0,
+ gir1.2-vte-2.90
Description: set of plugins for gedit
gedit-plugins contain a set of plugins for gedit, GNOME's text editor.
.
diff -ruN debian-2.30.0-1/rules debian-3.0.2-1/rules
--- debian-2.30.0-1/rules 2011-05-20 00:20:01.000000000 +0800
+++ debian-3.0.2-1/rules 2011-04-03 20:15:19.000000000 +0800
@@ -1,22 +1,6 @@
#!/usr/bin/make -f
-DISABLE_UPDATE_UPLOADERS := 1
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/gnome.mk
-include /usr/share/cdbs/1/rules/utils.mk
-include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
--include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
+%:
+ dh $@
-DEB_CONFIGURE_EXTRA_FLAGS += --with-plugins=all --enable-python
-
-clean::
- plugins_desc_script="/^ @PLUGINS_DESCRIPTION@\$$/ c \\$$(find . -iname
\*.desktop.in.in | while read f; do cat $$f | awk -f
debian/desktop2description.awk; done | sed 's/.*/ &\\/'; echo " ")"; \
- sed \
- -e "s#@GNOME_TEAM@#$(UPLOADERS)#g" \
- -e "$$plugins_desc_script" \
- debian/control.in > debian/control
-
-binary-install/gedit-plugins::
- dh_pysupport -p$(cdbs_curpkg) /usr/lib/gedit-2/plugins
- find debian/$(cdbs_curpkg) -name \*.la -exec rm -f {} \;
diff -ruN debian-2.30.0-1/source/format debian-3.0.2-1/source/format
--- debian-2.30.0-1/source/format 1970-01-01 08:00:00.000000000 +0800
+++ debian-3.0.2-1/source/format 2010-03-18 22:05:41.000000000 +0800
@@ -0,0 +1 @@
+3.0 (quilt)
--- End Message ---
--- Begin Message ---
Version: 3.0.5-1
3.0.5-1 is now available from unstable, so I'm closing this bug report.
Regards,
Michael
--
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 ---