Bug#555498: Bug #555498: antlr depends on default-jre-headless and something between lenny and squeeze makes gpt break

2010-04-10 Thread Marcelo Jorge Vieira (metal)
Hi Torsten,

> may you try setting LC_CTYPE for building gpt, please?

I will do it, thanks.


Cheers,

-- 
Marcelo Jorge Vieira
xmpp://me...@jabber-br.org
http://metaldot.alucinados.com


signature.asc
Description: This is a digitally signed message part


Bug#549759: patch

2010-01-10 Thread Marcelo Jorge Vieira (metal)
Hi Maintainer,

attached you will find my NMU diff.

Cheers,

-- 
Marcelo Jorge Vieira
xmpp://me...@jabber-br.org
http://metaldot.alucinados.com
diff -u libxmpp-php-0~svn53/debian/rules libxmpp-php-0~svn53/debian/rules
--- libxmpp-php-0~svn53/debian/rules
+++ libxmpp-php-0~svn53/debian/rules
@@ -5,7 +5,7 @@
 	dh $@
 
 install: patch
-	php tests/AllTests.php
+	phpunit tests/AllTests.php
 	dh $@
 
 binary-arch:
diff -u libxmpp-php-0~svn53/debian/changelog libxmpp-php-0~svn53/debian/changelog
--- libxmpp-php-0~svn53/debian/changelog
+++ libxmpp-php-0~svn53/debian/changelog
@@ -1,3 +1,11 @@
+libxmpp-php (0~svn53-1.1) unstable; urgency=high
+
+  * Non-maintainer upload.
+  * Fixed FTBFS (Closes: #549759)
+- Wrong way to run tests 
+
+ -- Marcelo Jorge Vieira (metal)   Sun, 10 Jan 2010 12:17:13 -0200
+
 libxmpp-php (0~svn53-1) unstable; urgency=low
 
   * Initial release (Closes: #493690)


signature.asc
Description: This is a digitally signed message part


Bug#443948: #443948 libphp-snoopy, now it is a package in debian unstable.

2008-11-02 Thread Marcelo Jorge Vieira (metal)
hi Evgeni , hi Andrea,

the new upstream version of libphp-snoopy is in sid;
and I have already sent message to unblock the package

Cheers,



On Sun, 2008-11-02 at 14:53 +0100, Andrea De Iacovo wrote:
> > tags 443948 + patch
> > thanks
> > 
> > Hi Marcelo, hi Andrea,
> > 
> > attached is a debdiff for a NMU for this bug. It's untested, as I don't
> > have any wordpress installations here, but should work :)
> > Can someone please test?
> > 
> > Marcelo, will you ask for a freeze unblock for snoopy because of the
> > security issue in Lenny?
> > 
> > Andrea, will you work on this, or should I upload?
> I'm working to make wordpress depend on libphp-snoopy instead of
> shipping an embedded version of the library so, if Marcelo is going to
> upload a patched version, I'll make wordpress depend on it.
> 
> Thank you very much.
> 
> Regards.
> 
> Andrea


signature.asc
Description: This is a digitally signed message part


Bug#504055: missing ; before statement

2008-10-30 Thread Marcelo Jorge Vieira (metal)
Package: libjs-jac
Version: 1.3.1-1
Severity: grave

Error: missing ; before statement
Line: 33, Column: 89
Source Code:
es.item(i).namespaceURI==ns){return nodes.item(i)}}}else{return
nodes.item(0)}return
null}JSJaCPacket.prototype.getChildVal=function(name,ns){var
node=this.getChild(name,ns);if(node&&node.firstChild){return
node.firstChild.nodeValue}else{return''}};JSJaCP

-- 
Marcelo Jorge Vieira
xmpp://[EMAIL PROTECTED]
http://metaldot.alucinados.com




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#467515: broken dependency

2008-03-06 Thread Marcelo Jorge Vieira (metal)
hi Daniel,


On Wed, 2008-02-27 at 01:09 +0100, Daniel Baumann wrote: 
> As said some hours before, I am back..

I'm sorry for the late reply... I had problems with my mail server


> Are you familiar with git? I would like to keep maintain the two
> packages in their git repositories - this is the easiest way of
> collaboration (where we both can merge from each other). If not, I'll
> happily teach you what you need to know to get it working for you.

Cool!
I'm not that experienced in git, but I am very eager to learn it.


> I've looked at your javascript-common package and corrected a few errors
> I found, and some cosmetic things (and I replaced cdbs with debhelper,
> as cdbs is in my eyes a really big mess; but that's not important now).

I'm unsure about javascript-common package...

For example:
tt-rss (Tiny Tiny RSS) package uses scriptaculous lib. 
There are eight references for it.

If scriptaculous package depends on javascript-common package,
it will be necessary to change several files from upstream.
OTOH, without javascript-common package, it would only
be necessary to create a symbolic link.

The "policy draft": 

* setting prefix in package name "libjs-"
* install package in "/usr/share/javascript//" 

Using:

* create a symbolic link 
  /usr/share/YYY/path_to_lib_js -> /usr/share/javascript//.js


What do you think about this?


> However, I would like you to have a look at both the current git
> repositories of prototype and scriptaculous (I have changed them to make
> use of javascript-common and added you as co-maintainer), and also my
> proposed javascript-common changes.
> 
> You can check them out with:
> 
> git clone
> git://git.debian.org/git/users/daniel/debian-daniel/prototypejs.git
> git clone
> git://git.debian.org/git/users/daniel/debian-daniel/prototypejss.git
> git clone
> git://git.debian.org/git/users/daniel/debian-daniel/javascript-common.git

For prototypejs and scriptaculous I got this warning on checkout:
"Warning: Remote HEAD refers to nonexistent ref, unable to checkout."
But, my friend Thadeu Cascardo suggested me this:

1) prototype

find .git/refs/
git checkout debian/1.6.0.2-2
git checkout -b master

2) scriptaculous

find .git/refs/
git checkout debian/1.8.1-3
git checkout -b master


> I also would be happy to sponsor a later javascript-common upload.
> 
> Did you also had a look at other javascript libs you want to package for
> debian?

Yes, three libs: 

1) jQuery (ITP: #468182)
2) MochiKit (ITP: #332913) 
3) jsCropperUI (ITP: #468418) 

I will make the packages this week...


> What are your plans about massbugfilling against other packages having
> an embedded copy of prototype or scriptaculous?

I don't have experience... When I needed to do that it was
against five packages at most; they will be twenty this time.
But, I think we can write or use a script for this.

A example for message:

"I've researched the debian repository and observed that you are
using the "prototype.js". Now, it's a package in debian unstable.

I'd like you to consider using the new packaged library, instead of
keeping your own copy. To check it out, access the package at
http://packages.debian.org/sid/prototypejs

Feel free to mail me.

cheers,
metal"


Suggestions are welcome =D
cheers,

-- 
Marcelo Jorge Vieira (metal)
metaldot - http://metaldot.alucinados.com
jabber - [EMAIL PROTECTED]


signature.asc
Description: This is a digitally signed message part


Bug#467515: broken dependency

2008-02-25 Thread Marcelo Jorge Vieira (metal)
Package: scriptaculous
Version: 1.8.1-2
Severity: grave
Tags: patch

hi Daniel,
attached you will find the patch to fix it.


P.S:

Do you read this #464546 [0] and what do you think about javascript-common 
package?


[0] http://bugs.debian.org/464546


cheers,

-- 
Marcelo Jorge Vieira (metal)
metaldot - http://metaldot.alucinados.com
jabber - [EMAIL PROTECTED]
--- scriptaculous-1.8.1/debian/control	2008-02-25 22:48:30.0 -0300
+++ scriptaculous-1.8.1/debian/control.new	2008-02-25 22:52:07.0 -0300
@@ -10,7 +10,7 @@
 
 Package: scriptaculous
 Architecture: all
-Depends: ${misc:Depends}, prototype (>= 1.6.0)
+Depends: ${misc:Depends}, prototypejs (>= 1.6.0)
 Description: JavaScript library for dynamic web applications
  script.aculo.us is a JavaScript library providing dynamic visual effects and
  user interface elements via the Document Object Model.


signature.asc
Description: This is a digitally signed message part


Bug#457585: many references to the php4

2007-12-23 Thread Marcelo Jorge Vieira (metal)
Package: php5-idn 
Version: 1.2b-5
Severity: grave
Tags: patch

hi,
I found many references to the php4
that make the package does not work.

please find attached patch.
thanks,

-- 
Marcelo Jorge Vieira (metal)
metaldot - http://metaldot.alucinados.com
jabber - [EMAIL PROTECTED]
diff -buNr debian/control debian_new/control
--- debian/control	2007-08-28 21:21:44.0 -0300
+++ debian_new/control	2007-12-23 13:56:34.0 -0200
@@ -5,14 +5,6 @@
 Build-Depends: debhelper (>> 4.0.0), binutils, php5-dev, libidn11-dev | libidn9-dev (>= 0.2.1), po-debconf
 Standards-Version: 3.5.8
 
-Package: php4-idn
-Architecture: any
-Depends: ${shlibs:Depends}, ${php:Depends}
-Description: PHP API for the IDNA library
- This is the PHP(4) API for the GNU LibIDN software. It's intention is
- to have international characters in the DNS system.
- See php-idn.bayour.com for more information.
-
 Package: php5-idn
 Architecture: any
 Depends: ${shlibs:Depends}, ${php:Depends}
diff -buNr debian/postinst debian_new/postinst
--- debian/postinst	2007-08-28 21:21:44.0 -0300
+++ debian_new/postinst	2007-12-23 13:56:34.0 -0200
@@ -15,14 +15,14 @@
 	exit 0
 fi
 
-for SAPI in apache apache2 cgi cli
+for SAPI in apache2 cgi cli
 do
-	if [ -f /etc/php4/$SAPI/php.ini ]; then
-		db_get php4/extension_${PECL_NAME}_$SAPI
+	if [ -f /etc/php5/$SAPI/php.ini ]; then
+		db_get php5/add_extension
 		if [ "$RET" = "true" ] \
-		   && ! grep -q "^[[:space:]]*extension[[:space:]]*=[[:space:]]*${PECL_NAME}.so" /etc/php4/$SAPI/php.ini
+		   && ! grep -q "^[[:space:]]*extension[[:space:]]*=[[:space:]]*${PECL_NAME}.so" /etc/php5/$SAPI/php.ini
 		then
-			echo "extension=${PECL_NAME}.so" >> /etc/php4/$SAPI/php.ini
+			echo "extension=${PECL_NAME}.so" >> /etc/php5/$SAPI/php.ini
 		fi
 	fi
 done
diff -buNr debian/prerm debian_new/prerm
--- debian/prerm	2007-08-28 21:21:44.0 -0300
+++ debian_new/prerm	2007-12-23 13:56:34.0 -0200
@@ -16,30 +16,30 @@
   set -x
 fi
 
-for SAPI in `find /etc/php4/ -type d -maxdepth 1 -mindepth 1 | sed -e's#.*/##'`
+for SAPI in `find /etc/php5/ -type d -maxdepth 1 -mindepth 1 | sed -e's#.*/##'`
 do
 	# Use the same question for all extensions, because it's only
 	# used once per package: right here.
-	if [ -f "/etc/php4/$SAPI/php.ini" ] \
-	   && grep -q "$EXTENSIONRE" /etc/php4/$SAPI/php.ini
+	if [ -f "/etc/php5/$SAPI/php.ini" ] \
+	   && grep -q "$EXTENSIONRE" /etc/php5/$SAPI/php.ini
 	then
-		db_set php4/remove_extension true
+		db_set php5/remove_extension true
 		db_title "PHP"
-		db_subst php4/remove_extension extname ${PECL_NAME}
-		db_subst php4/remove_extension sapiconfig $SAPI
-		db_input low php4/remove_extension || true
+		db_subst php5/remove_extension extname ${PECL_NAME}
+		db_subst php5/remove_extension sapiconfig $SAPI
+		db_input low php5/remove_extension || true
 		db_go
 
-		db_get php4/remove_extension
+		db_get php5/remove_extension
 		if [ "$RET" = "true" ]; then
-			grep -v "$EXTENSIONRE" < /etc/php4/$SAPI/php.ini \
-> /etc/php4/$SAPI/php.ini.${PECL_NAME}remove
-			chmod --reference=/etc/php4/$SAPI/php.ini \
-/etc/php4/$SAPI/php.ini.${PECL_NAME}remove
-			mv /etc/php4/$SAPI/php.ini.${PECL_NAME}remove \
-/etc/php4/$SAPI/php.ini
+			grep -v "$EXTENSIONRE" < /etc/php5/$SAPI/php.ini \
+> /etc/php5/$SAPI/php.ini.${PECL_NAME}remove
+			chmod --reference=/etc/php5/$SAPI/php.ini \
+/etc/php5/$SAPI/php.ini.${PECL_NAME}remove
+			mv /etc/php5/$SAPI/php.ini.${PECL_NAME}remove \
+/etc/php5/$SAPI/php.ini
 		fi
-		db_fset php4/remove_extension seen false
+		db_fset php5/remove_extension seen false
 	fi
 done
 
diff -buNr debian/rules debian_new/rules
--- debian/rules	2007-08-28 21:21:44.0 -0300
+++ debian_new/rules	2007-12-23 13:56:34.0 -0200
@@ -5,9 +5,7 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-BUILD4=$(CURDIR)/debian/php4-idn
 BUILD5=$(CURDIR)/debian/php5-idn
-PHP_EX4=$(shell /usr/bin/php-config4 --extension-dir)
 PHP_EX5=$(shell /usr/bin/php-config5 --extension-dir)
 
 CFLAGS = -Wall -g
@@ -28,15 +26,6 @@
 	dh_testdir
 	touch build-stamp
 
-build-stamp-php4: build-stamp
-	-$(MAKE) clean
-	phpize --clean
-	phpize4
-	chmod a+x ./configure
-	./configure --prefix=$(BUILD4)/usr --with-php-config=/usr/bin/php-config4
-	-$(MAKE) DESTDIR=$(BUILD4)
-	touch build-stamp-php4
-
 build-stamp-php5: build-stamp
 	-$(MAKE) clean
 	phpize --clean
@@ -49,7 +38,7 @@
 clean:
 	dh_testdir
 	dh_testroot
-	rm -rf build-stamp build-stamp-php5 build-stamp-php4
+	rm -rf build-stamp build-stamp-php5
 	-$(MAKE) clean
 	phpize --clean
 	debconf-updatepo
@@ -57,15 +46,6 @@
 
 install: build-php5
 
-build-php4:
-build-php4: build-stamp-php4
-	dh_testdir
-	dh_testroot
-	dh_installdirs
-	mkdir -p deb