[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Permission to upload php-image-text_0.6.0beta-3 to SID



Hi,

I made very few modifications to the package that are already in
git.d.o, the most important being the typo in the description. It's not
a RC bug per say, but it would be nice to have such a small fix in, and
I don't think it has any potential issue (it could be considered a
documentation change, right?). Interdiff is attached. Changelog is:

* Sets the correct Vcs-Git / Vcs-Browser.
* Now uses Debian PHP Maintainers
<pkg-php-maint@lists.alioth.debian.org> as maintainer.
* Corrects a typo in short description (#606490).
* Doesn't include an empty /usr/share/php/.registry/.channel.doc.php.net
directory anymore.

Can I upload this to SID and later ask for an unblock?

Thomas

P.S: I'm still waiting for unblock approval for sbox-dtc. Shall I write
a bug report against the release package?
diff --git a/debian/changelog b/debian/changelog
index 9588d91..d3be511 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+php-image-text (0.6.0beta-3) unstable; urgency=low
+
+  * Sets the correct Vcs-Git / Vcs-Browser.
+  * Now uses Debian PHP Maintainers <pkg-php-maint@lists.alioth.debian.org>
+    as maintainer.
+  * Corrects a typo in short description (#606490).
+  * Doesn't include an empty /usr/share/php/.registry/.channel.doc.php.net
+    directory anymore.
+
+ -- Thomas Goirand <zigo@debian.org>  Fri, 10 Dec 2010 12:53:26 +0800
+
 php-image-text (0.6.0beta-2) unstable; urgency=low
 
   * Updated debian/copyright.
diff --git a/debian/control b/debian/control
index 85babc7..0bb4e72 100644
--- a/debian/control
+++ b/debian/control
@@ -1,17 +1,19 @@
 Source: php-image-text
 Section: web
 Priority: optional
-Maintainer: Thomas Goirand <zigo@debian.org>
+Maintainer: Debian PHP Maintainers <pkg-php-maint@lists.alioth.debian.org>
+Uploaders: Thomas Goirand <zigo@debian.org>
 Build-Depends: debhelper (>= 7)
 Build-Depends-Indep: php-pear
-Vcs-Browser: http://svn.php.net/pear/packages/Image_Text
+Vcs-Browser: http://git.debian.org/?p=pkg-php/php-image-text.git
+Vcs-Git: http://git.debian.org/git/pkg-php/php-image-text.git
 Homepage: http://pear.php.net/package/Image_Text/
 Standards-Version: 3.8.4
 
 Package: php-image-text
 Architecture: all
 Depends: ${misc:Depends}, php-pear, php5-gd
-Description: a PEAR module to do advanced text maipulations in images
+Description: a PEAR module to do advanced text manipulations in images
  Image_Text provides a comfortable interface to text manipulations in GD
  images. Beside common Freetype2 functionality it offers to handle texts
  in a graphic- or office-tool like way. For example it allows alignment of
diff --git a/debian/rules b/debian/rules
index 5945533..5f0c7b0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -31,6 +31,7 @@ install: build
 	rm -rf debian/$(package)/usr/share/php/docs;
 	rm -rf debian/$(package)/usr/share/php/tests;
 	rm -rf debian/$(package)/usr/share/php/.registry/.channel.pecl.php.net;
+	rm -rf debian/$(package)/usr/share/php/.registry/.channel.doc.php.net;
 	rm -rf debian/$(package)/usr/share/php/.registry/.channel.__uri;
 	rm -rf debian/$(package)/tmp;
 

Reply to: