Bug#506703: new version (0.1.22) for amavis-stats

2009-04-28 Thread Gokdeniz Karadag
Hi,

I can test the package. Where can I find it ?

- Gokdeniz Karadag

Barry deFreese demis ki::
> Hi,
> 
> I have a package of 0.1.22 ready to go but I am not overly familiar with
> using it.  Is there any chance you could do some testing for me?
> 
> Thanks!
> 
> Barry deFreese
> Debian QA



-- 
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#525984: aap: FTBFS with Python 2.6

2009-04-28 Thread Krzysztof Klimonda
Package: aap
Version: 1.090-1
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu jaunty ubuntu-patch

aap 1.090-1 uses quilt patch system to apply patches instead of patching
in-place.

The way debian/rules uses quilt makes dpkg-buildpackage fail when
Python 2.6 is used.

Attached patch makes clean target depend on configure (to ensure that
all files are patched). It also moves ``quilt pop'' under calls to th ./app
so patched version is called.

*** /tmp/tmpejD32V
In Ubuntu, we've applied the attached patch to achieve the following:

  * Fix FTBFS. 

We thought you might be interested in doing the same. 


-- System Information:
Debian Release: 5.0
  APT prefers jaunty-updates
  APT policy: (700, 'jaunty-updates'), (650, 'jaunty'), (600, 
'jaunty-proposed'), (500, 'jaunty-security')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.28-11-generic (SMP w/2 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 -u aap-1.090/debian/changelog aap-1.090/debian/changelog
diff -u aap-1.090/debian/rules aap-1.090/debian/rules
--- aap-1.090/debian/rules
+++ aap-1.090/debian/rules
@@ -25,16 +25,16 @@
 
 	touch build-stamp
 
-clean:
+clean: configure
 	dh_testdir
 	dh_testroot
-	QUILT_PATCHES=debian/patches quilt pop -a -R || test $$? = 2
 
 	rm -f build-stamp configure-stamp
 
 	# Add here commands to clean up after the build process.
 	$(MAKE) clean
 	$(MAKE) cleanALL
+	QUILT_PATCHES=debian/patches quilt pop -a -R || test $$? = 2
 	# the above runs ./aap clean.  This has the side-effect that
 	# all .py files are compiled to pyc, which we don't want.
 	rm -f *.pyc


Служба e-mail pассылок

2009-04-28 Thread Баиш
Семь правдивых  фактов о рекламе в интернете. Не ЗА, а ВОПРЕКИ!

Это НЕДОРОГО - от 2000 р
  
Это ЭФФЕКТИВНО - Ваше предложение увидят миллионы
  
Это ЛУЧШИЙ ИНСТРУМЕНТ продаж и покупок - реклама-двигатель прогресса!

Это АБСОЛЮТНО ЗАКОННО - спросите у любого юриста

Это НЕ ДИСКРЕДИТИРУЕТ - дискредитировать может суть а не инструмент

Это  ПРОХОДИТ сквозь спам-фильтры - Вы это получили
 
Это ЛУЧШЕЕ АНТИКРИЗИСНОЕ РЕШЕНИЕ - проверьте сами

  
(Ч95 ) 77I0195




-- 
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#522352: Global Notification!!

2009-04-28 Thread ©Global
The Global Award Programme.Therefore you have been approve for a lump sum 
payout of (£950.000.00  GBP) by your email send your details
Name,Address,Country,Occupation,Phone Number.

Yours faithfully,
Mrs Joan Thomas




--
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#517866: closed by Marco Rodrigues (mped has been removed from Debian, closing #517866)

2009-04-28 Thread E Taylor

Hello,


This is an automatic notification regarding your Bug report
which was filed against the mped package:

#517866: ncursesw UI support not compiled. "No usable driver found; exiting."

It has been closed by Marco Rodrigues .
  


The removal of the 5.x package seems to have been a mistake.  I talked 
to Joerg Jaspert and he recommended a reupload, which Barry deFreese 
kindly did.  In the process he changed the build depends to include both 
libncurses5-dev and libncursesw5-dev as both seem to be necessary.  He 
said in IRC "It seems to need libcurses-dev to find curses.h but then 
actually links against libncursesw".  This is probably a bug in its own 
right, but it would be minor or wishlist.


Anyway, this new version has made its way into unstable and testing and 
I can report that it does indeed fix this bug, #517866.  I haven't found 
a way to force mped to use the ncurses interface if the GTK one is 
available, but again this would be a separate bug or feature request.


Thank you to everyone involved in getting version 5 into Debian with 
this bug fixed.


Best regards,
Edwin



--
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#517866: closed by Marco Rodrigues (mped has been removed from Debian, closing #517866)

2009-04-28 Thread Angel Ortega
On Tue, Apr 28, 2009 at 02:46:03PM +0100, E Taylor wrote:

> Anyway, this new version has made its way into unstable and testing and  
> I can report that it does indeed fix this bug, #517866.  I haven't found  
> a way to force mped to use the ncurses interface if the GTK one is  
> available, but again this would be a separate bug or feature request.

You can force mped to ncurses mode just by unsetting the DISPLAY value or
setting it to something unusable, as in

DISPLAY=none mped

Hope it helps.

-- 
Angel Ortega


signature.asc
Description: Digital signature


Bug#506703: new version (0.1.22) for amavis-stats

2009-04-28 Thread Barry deFreese

Gokdeniz Karadag wrote:

Hi,

I can test the package. Where can I find it ?

- Gokdeniz Karadag

Barry deFreese demis ki::
  

Hi,

I have a package of 0.1.22 ready to go but I am not overly familiar with
using it.  Is there any chance you could do some testing for me?

Thanks!

Barry deFreese
Debian QA



  

Gokdeniz,

Thanks.  I have put the .deb here for now:  
http://people.debian.org/~bdefreese/amavis-stats/amavis-stats_0.1.22-1_all.deb


Unfortunately it isn't apt-gettable so you will have to wget and use 
dpkg -i.  If you don't know how to do that, please let me know.  I'm 
sure there is some extraneous stuff in the package since the way it is 
configured seems to have changed significantly.  In fact the apache.conf 
file that is shipped is probably no good anymore as well as the cronjob 
probably needs modification.  Any help/suggestions you could give there 
would be greatly appreciated.


Thanks,

Barry



--
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Processing of bibtool_2.48alpha.2-4_i386.changes

2009-04-28 Thread Archive Administrator
bibtool_2.48alpha.2-4_i386.changes uploaded successfully to localhost
along with the files:
  bibtool_2.48alpha.2-4.dsc
  bibtool_2.48alpha.2-4.diff.gz
  bibtool_2.48alpha.2-4_i386.deb

Greetings,

Your Debian queue daemon


-- 
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Unicode text editor mined 2000.15

2009-04-28 Thread mined
Please update the Debian package of my editor mined which has been stalled 
from updating for a few years.
Package maintainer Debian QA Group:
http://packages.debian.org/stable/editors/mined
Package maintainer Mauro Lizaur:
http://packages.debian.org/testing/editors/mined
http://packages.debian.org/unstable/editors/mined

See the announcement below.
Many thanks,
Thomas Wolff

-
 ANNOUNCEMENT

mined  2000.15
 (April 2009)

Mined is a powerful text editor with a comprehensive yet concise and 
easy-to-use user interface supporting modern interaction paradigms, 
and fast, small-footprint behaviour.

Mined provides both extensive Unicode and CJK support offering many 
specific features and covering special cases that other editors 
are not aware of (like auto-detection features and automatic handling 
of terminal variations, or Han character information).
It was the first editor that supported Unicode in a plain-text terminal 
(like xterm or rxvt).

Basically, mined is an editor tailored to reliable and efficient 
editing of plain text documents and programs, with features and 
interactive behaviour designed for this purpose.




More information (with screenshots, feature overview and change log) 
and download are available from the mined web site at


Mined is co-hosted at sourceforge and has a mailing list 
which can be subscribed at





Major enhancements in this release:

Character encoding support enhancements:
* Updated to Unicode 5.1; added XHC Hanyu pinyin pronunciation information.
* Enhanced character information display, also in non-UTF-8 text encoding.
  Adding Unicode character name and Unicode decomposition, see Info menu.
* Enhanced character substitution display for non-Unicode terminals; 
  using base character according to Unicode decomposition.
* Encoding conversion from UTF-8 enhanced to all text encodings.
* Enhanced terminal support for cygwin 1.7, including UTF-8 mode.
* Character replacement commands (e.g. ESC _) also unescape 
  URL escape notation (%E2%82%AC) and HTML numeric entities (&_#x20AC;).

Text editing features:
* Enhanced line begin/end navigation, may also go to previous/next line.

Interactive:
* Changed cursor positioning when moving vertically over multi-column 
characters:
  * Turning to the closest side of a TAB.
  * Options -T/+T for preference to stay left/right of TAB.
* Enhanced menu navigation (Ctrl-mouse-scroll, initial key word finding).
* Multi-option selection in open Info display ("?") menu.
* Scrollbar mouse control enhancements:
  * Scroll direction adapted to other applications (old mode with option -oo).
  * Click-and-drag scrollbar scrolling.
  * Accelerated scrolling (by half a page) while over scrollbar.
* Added usage hints to messages on typical keyboard interaction misconceptions.
* Help function improvements.
* Tweaked handling of Home/End/Del and modified keypad keys.

Interworking enhancements:
* Distinction of small/numeric keypad keys for djgpp-compiled DOS version.
* Tweaked uterm terminal invocation script:
  * Workaround to safely ensure UTF-8 on cygwin.
  * Best guess for user preference of rxvt (if rxvt-unicode is found).
  * Command line options for user preference for xterm or rxvt.
* Tweaked cygwin script wmined to use mintty if available.
* Tuned keypad assignments to achieve more uniform keypad functions 
  among different kinds of terminals as much as possible.
* Support of additional terminal codepages as supported by cygwin 1.7, 
  also in the djgpp-compiled DOS version.
* Recognising and adapting to PuTTY or MinTTY.

Printing:
* Added printing feature using notepad /p for cygwin and DOS versions.

Miscellaneous:
* Applying computed dim screen attribute for line indications (in xterm),
  actived by defining an empty environment variable MINEDDIM.
* Revised/enhanced line end handling support:
  * Added option +r to convert Unix lineends (LF) to DOS lineends (CRLF).
  * Enhanced Mac lineend handling options -R and +R.
  * Either of -r/+r can be combined with either of -R/+R.
  * Added search pattern "\r" to search for CRLF (DOS/Windows) line ends.



Thomas Wolff
mi...@towo.net


-- 
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



bibtool_2.48alpha.2-4_i386.changes ACCEPTED

2009-04-28 Thread Debian Installer

Accepted:
bibtool_2.48alpha.2-4.diff.gz
  to pool/main/b/bibtool/bibtool_2.48alpha.2-4.diff.gz
bibtool_2.48alpha.2-4.dsc
  to pool/main/b/bibtool/bibtool_2.48alpha.2-4.dsc
bibtool_2.48alpha.2-4_i386.deb
  to pool/main/b/bibtool/bibtool_2.48alpha.2-4_i386.deb


Override entries for your package:
bibtool_2.48alpha.2-4.dsc - source tex
bibtool_2.48alpha.2-4_i386.deb - optional tex

Announcing to debian-devel-chan...@lists.debian.org
Closing bugs: 363178 449718 


Thank you for your contribution to Debian.


-- 
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Processing of xcftools_1.0.4-2_i386.changes

2009-04-28 Thread Archive Administrator
xcftools_1.0.4-2_i386.changes uploaded successfully to localhost
along with the files:
  xcftools_1.0.4-2.dsc
  xcftools_1.0.4-2.diff.gz
  xcftools_1.0.4-2_i386.deb

Greetings,

Your Debian queue daemon


-- 
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#526018: bogofilter: FTBFS on sparc: t.frame: line 146: 1057 Bus error

2009-04-28 Thread Kurt Roeckx
Source: bogofilter
Version: 1.2.0-2
Severity: serious

Hi,

Your package is failing to build on sparc with the following
error:
/usr/bin/make  check-TESTS
make[6]: Entering directory 
`/build/buildd/bogofilter-1.2.0/obj-sqlite/src/tests'
../../../src/tests/t._abort: line 4:  1037 Aborted ( ./abortme 
)PASS: t.abort
../../../src/tests/t.frame: line 146:  1057 Bus error   "$BOGOUTIL"
-l "$BOGOFILTER_DIR/wordlist.$DB_EXT" < /dev/null
FAIL: t.env
PASS: t.ctype
[...]


Kurt




-- 
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



xcftools_1.0.4-2_i386.changes ACCEPTED

2009-04-28 Thread Debian Installer

Accepted:
xcftools_1.0.4-2.diff.gz
  to pool/main/x/xcftools/xcftools_1.0.4-2.diff.gz
xcftools_1.0.4-2.dsc
  to pool/main/x/xcftools/xcftools_1.0.4-2.dsc
xcftools_1.0.4-2_i386.deb
  to pool/main/x/xcftools/xcftools_1.0.4-2_i386.deb


Override entries for your package:
xcftools_1.0.4-2.dsc - source graphics
xcftools_1.0.4-2_i386.deb - optional graphics

Announcing to debian-devel-chan...@lists.debian.org
Closing bugs: 438290 


Thank you for your contribution to Debian.


-- 
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Службa e-mail рассылок

2009-04-28 Thread Семен Потапьевич
Возможно Вы обратили внимание, на то что Ваши конкуренты стали чаще 
пользоваться услугами email рaссылок.

Российские компании отказываются от дорогой, и не эффективной рекламы. Они 
переходят в интернет!

Обращайтесь к нам, предложим качественную рекламу по низким ценам!

Тел.:(495)585-6289 
ICQ: 3837-67114



-- 
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org