Re: Status of systemtap in Debian

2010-02-16 Thread Eugeniy Meshcheryakov
Hello,

16 лютого 2010 о 20:35 + Philipp Kern написав(-ла):
 Is that supported on all architectures or is it architecture-specific?
Systemtap now supports only i386/amd64/ia64/armel/powerpc/s390.

 Would it be sufficient to provide that infrastructure on the fast
 arches?  I'm concerned how much it increases the build process on our
 slow architectures, especially considering that you need to write a lot
 more to disk than it used to and I/O is not that fast.
 
 I guess we can arrange it for i386, amd64, powerpc, s390 and ia64 buildd-
 wise.
 
 Kind regards
 Philipp Kern
 
 
 
 -- 
 To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
 with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
 Archive: http://lists.debian.org/slrnhnm0d7.nc7.tr...@kelgar.0x539.de
 


signature.asc
Description: Digital signature


Bug#568866: RFA: systemtap -- instrumentation system for Linux 2.6

2010-02-08 Thread Eugeniy Meshcheryakov
It seems that this bug was not forwarded to debian-devel automatically.
Let's try to do this now.

8 лютого 2010 о 14:06 +0100 Євгеній Мещеряков написав(-ла):
 Package: wnpp
 Severity: normal
 
 I request an adopter for the systemtap package.
 
 I have no time to properly support this package anymore. The package has
 two open security bugs. One of them should be fixed in version from
 experimental, but systemtap-server in this version does not work in
 Debian. Patch for the other bug is available.
 
 Otherwise package is bugs-clean (but it is ifluenced by some bugs in
 elfutils, new version should fix some of them).
 
 The package description is:
  SystemTap provides infrastructure to simplify the gathering of
  information about the running Linux system.
  This assists diagnosis of a performance or functional problem.
  SystemTap eliminates the need for the developer to go through the
  tedious and disruptive instrument, recompile, install, and reboot
  sequence that may be otherwise required to collect data.
  .
  SystemTap provides a simple command line interface and scripting
  language for writing instrumentation for a live running system.


signature.asc
Description: Digital signature


Re: Bug#554694: FTBFS with binutils-gold

2009-11-06 Thread Eugeniy Meshcheryakov
Hello,

6 листопада 2009 о 09:32 +0300 Dmitry E. Oboukhov написав(-ла):
 Goldendict are built by qt4-qmake. I think that You should report
 about such projects in qt4-qmake package, because just qt4-qmake
 generates linker call command. I think that it is the same as packages
 which are under automake/autoconf.
It looks like your package uses Xlib directly and does not links with
it. IMHO it is not qmakes fault, it cannot know what libraries your
package needs, its work is to link with Qt. Other libraries should be
specified additionaly.

 
 You buried me with the same bugs, but only one really touched my
 package. I think You should find out which specific a package has a bug
 before submit bugreports.
 
 For example: fluxbox is built with autotools. goldendict is built with
 qt4-qmake. Do You suggest me to patch all these packages?
IMHO that is the right thing to do.

Regards,
Eugeniy Meshcheryakov


signature.asc
Description: Digital signature


Bug#474191: ITP: iceweasel-downloadstatusbar -- Iceweasel addon that provides an improved download statusbar

2009-06-01 Thread Eugeniy Meshcheryakov
retitle 474191 ITP: iceweasel-downloadstatusbar -- Iceweasel addon that 
provides an improved download statusbar
owner 474191 !
thanks

I'll package it.

4 квітня 2008 о 02:08 +0200 Christoph Anton Mitterer написав(-ла):
 Package: wnpp
 Severity: wishlist
 
 * Package name: iceweasel-downloadstatusbar
   Version : 0.9.6.1
   Upstream Author : Devon Jensen velcros...@hotmail.com
 * URL : http://downloadstatusbar.mozdev.org/
 * License : MPL (as far as I cann see)
   Programming Lang: Iceweasel addon
   Description : Iceweasel addon that provides an improved download
 statusbar
 
 View and manage downloads from a tidy statusbar - without the download
 window getting in the way of your web browsing.
 
 -- System Information:
 Debian Release: lenny/sid
   APT prefers unstable
   APT policy: (500, 'unstable')
 Architecture: amd64 (x86_64)
 
 Kernel: Linux 2.6.23 (SMP w/4 CPU cores; PREEMPT)
 Locale: LANG=en_DE.UTF-8, LC_CTYPE=en_DE.UTF-8 (charmap=UTF-8)
 Shell: /bin/sh linked to /bin/dash
 




signature.asc
Description: Digital signature


locales-all on buildds brokes some package. What to do?

2008-09-24 Thread Eugeniy Meshcheryakov
Hello,

I uploaded new version of ispell-uk package and got this:

http://buildd.debian.org/fetch.cgi?pkg=ispell-uk;ver=1.5.5-1;arch=m68k;stamp=176435


localedef -i uk_UA -f KOI8-U 
/build/buildd/ispell-uk-1.5.5/debian/locale/uk_UA
character map file `KOI8-U' not found: No such file or directory
cannot read character map directory `/usr/share/i18n/charmaps': No such 
file or directory
make: *** [locale-stamp] Error 1

This is because this buildd had 'locales-all' package installed that provides 
'locales' but
does not contain files required to build ispell-uk. Here maybe I can fix this 
by checking
if system has uk_UA.{UTF-8,KOI8-U} and do not generate them, locales-all 
contains those
both locales.

But there are other package that build-depend on the 'locales' package 
(unversioned):
bash
choose-mirror
console-data
dbus-java
gcc-3.3
gcc-3.4
gcc-4.1
gcc-4.2
gcc-4.3
gcc-snapshot
gcj-4.2
gcj-4.3
gdc-4.1
gdc-4.2
gnat-4.1
gnat-4.3
gpc-4.1
ipolish
ispell-uk
m17n-db
manpages-tr
maxima
pennmush
python2.4
python2.5
sbcl
sympa
webcit
These packages have locales in Build-Depends-Indep:
cvs2svn
ispell-lt
localechooser
modconf

Some of those packages try to build locales, others try to grep SUPPORTED file 
that
is not available in locales-all package.

There are also some binary packages that depend/suggest locales package, i did 
not
check what for.

The question is: what to do with this?

I see two possibilities:
1. File RC bugs against packages that build-depend on 'locales' and FTBFS with 
locales-all.
   Then those packages can build-conflict with locales all or check if needed 
locales
   already exist. This may require patching of upstream code and may cause 
troubles when
   list of supported locales in locales-all package change.
   Also one may need to check binary packages that depend on locales package.
   And one will need to edit Developers Reference section 6.7.6:
   
http://www.us.debian.org/doc/developers-reference/best-pkging-practices.html#bpp-locale

2. File RC bug against locales-all package requesting removing of Provides 
field. Other
   packages can (Build-)Depend on locales | locales-all if it is enough for 
them. 

Any ideas?

Regards,
Eugeniy Meshcheryakov


signature.asc
Description: Digital signature


Re: Sorting out mail-transport-agent mess

2008-05-15 Thread Eugeniy Meshcheryakov
15 травня 2008 о 16:24 -0700 Steve Langasek написав(-ла):
  What concerns me about this approach is that it could easilly end up with 
  dist-upgrades swapping out users mail systems without warning. I would 
  consider such behaviour unacceptable as it could easilly cause mail loss 
 
 Er, no, that wouldn't happen.  As long as packages correctly depend on
 default-mta | mail-transport-agent, this will have no impact on upgrades.
 
This can happen if user has 'default-mta' package installed, and it
changes (if it is done like with 'gcc' package now).


signature.asc
Description: Digital signature


Accepted systemtap 0.0.20080126-1 (source amd64)

2008-01-28 Thread Eugeniy Meshcheryakov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 28 Jan 2008 10:57:01 +0100
Source: systemtap
Binary: systemtap
Architecture: source amd64
Version: 0.0.20080126-1
Distribution: unstable
Urgency: low
Maintainer: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Changed-By: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Description: 
 systemtap  - instrumentation system for Linux 2.6
Changes: 
 systemtap (0.0.20080126-1) unstable; urgency=low
 .
   * New upstream snapshot
   * Pass --enable-sqlite3 to configure in debian/rules
   * Update debian/copyright
   * Updated patches:
 - 06-static-libdw-fix
 - 22-disable-crashmod
   * Removed patches:
 - 23-gcc-4.3-workaround - applied upstream
   * New patches:
 - 26-sqlite3-fix - define HAVE_LIBSQLITE3 if compilation with sqlite3 was
   requested
Files: 
 893550c77aa960a2df8cbe8a006c379a 861 devel optional 
systemtap_0.0.20080126-1.dsc
 1637d3bdce6612da03cb08cc3c732f4c 787425 devel optional 
systemtap_0.0.20080126.orig.tar.gz
 858e3e502662c90d7a40aa20c94f8091 8798 devel optional 
systemtap_0.0.20080126-1.diff.gz
 ca557ea92604fc41fc430fe413e809e4 768488 devel optional 
systemtap_0.0.20080126-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFHnaokKaC6+zmozOIRApbjAJ0QRP+ByJOxv8T+LEwhJR1g8vPx5wCfUH9S
qMUMkBdk6CV3OwfmKQXJkvY=
=K9Pz
-END PGP SIGNATURE-


Accepted:
systemtap_0.0.20080126-1.diff.gz
  to pool/main/s/systemtap/systemtap_0.0.20080126-1.diff.gz
systemtap_0.0.20080126-1.dsc
  to pool/main/s/systemtap/systemtap_0.0.20080126-1.dsc
systemtap_0.0.20080126-1_amd64.deb
  to pool/main/s/systemtap/systemtap_0.0.20080126-1_amd64.deb
systemtap_0.0.20080126.orig.tar.gz
  to pool/main/s/systemtap/systemtap_0.0.20080126.orig.tar.gz


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



Accepted ispell-uk 1.5.0-1 (source all amd64)

2008-01-21 Thread Eugeniy Meshcheryakov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 21 Jan 2008 14:09:57 +0100
Source: ispell-uk
Binary: myspell-uk iukrainian aspell-uk wukrainian
Architecture: source amd64 all
Version: 1.5.0-1
Distribution: unstable
Urgency: low
Maintainer: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Changed-By: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Description: 
 aspell-uk  - Ukrainian dictionary for GNU Aspell
 iukrainian - Ukrainian dictionary for ispell
 myspell-uk - Ukrainian dictionary for myspell
 wukrainian - Ukrainian dictionary words for /usr/share/dict
Changes: 
 ispell-uk (1.5.0-1) unstable; urgency=low
 .
   * New upstream release
   * Use debhelper 6
Files: 
 69e9e8f262b74ce86c1b1aa23c65bad1 687 text optional ispell-uk_1.5.0-1.dsc
 88f9792dea740c27e6e745e6a2cf0e04 552254 text optional 
ispell-uk_1.5.0.orig.tar.gz
 d15806573cf5e0e8b01a7783432f9f62 3728 text optional ispell-uk_1.5.0-1.diff.gz
 b779cacc44cecdd946d42f7b9beff7ed 1042304 text optional 
iukrainian_1.5.0-1_amd64.deb
 dd5de2f941fb6e00eec8fc4808cfcfc9 3401900 text optional 
wukrainian_1.5.0-1_all.deb
 300a0576a97cd76ef708609808bf50b6 433764 text optional 
myspell-uk_1.5.0-1_all.deb
 20db798644d76b137dbd70e5659a15f8 317210 text optional aspell-uk_1.5.0-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFHlJ0QKaC6+zmozOIRAgMBAJwOrBvBbkORO6aqw/SI6FBt8q/brgCcDO5w
sYJxrZ7ioxlDjVp3etCBgFw=
=DL57
-END PGP SIGNATURE-


Accepted:
aspell-uk_1.5.0-1_all.deb
  to pool/main/i/ispell-uk/aspell-uk_1.5.0-1_all.deb
ispell-uk_1.5.0-1.diff.gz
  to pool/main/i/ispell-uk/ispell-uk_1.5.0-1.diff.gz
ispell-uk_1.5.0-1.dsc
  to pool/main/i/ispell-uk/ispell-uk_1.5.0-1.dsc
ispell-uk_1.5.0.orig.tar.gz
  to pool/main/i/ispell-uk/ispell-uk_1.5.0.orig.tar.gz
iukrainian_1.5.0-1_amd64.deb
  to pool/main/i/ispell-uk/iukrainian_1.5.0-1_amd64.deb
myspell-uk_1.5.0-1_all.deb
  to pool/main/i/ispell-uk/myspell-uk_1.5.0-1_all.deb
wukrainian_1.5.0-1_all.deb
  to pool/main/i/ispell-uk/wukrainian_1.5.0-1_all.deb


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



Accepted dog 1.7-9 (source amd64)

2008-01-20 Thread Eugeniy Meshcheryakov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 20 Jan 2008 19:31:16 +0100
Source: dog
Binary: dog
Architecture: source amd64
Version: 1.7-9
Distribution: unstable
Urgency: low
Maintainer: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Changed-By: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Description: 
 dog- Enhanced replacement for cat
Closes: 342005 412946 461241
Changes: 
 dog (1.7-9) unstable; urgency=low
 .
   * New maintainer (closes: #461241)
   * Pass CFLAGS to make in debian/rules
   * Do not ignore 'make clean' error in debian/rules
   * Cleanup debian/rules: remove dh_make comments and not needed debhelper
 commands invocations
   * Use debhelper compatibility level 6 and build-depend on debhelper (= 6)
   * Remove patch 01_makefile.diff, use make variables in debian/rules instead
   * Standards-Version 3.7.3 - no changes required
   * Add -W to CFLAGS to detect more possible problems
   * New patches:
 - 07_system_getopt.dpatch - use glibc getopt*(3), also add -D_GNU_SOURCE
   to CFLAGS
 - 08_manpage_-w.dpatch - remove space between -w and optional argument,
   this option does not seem to work correctly otherwise (closes: #412946)
 - 09_long_filename_crash.dpatch - fix buffer overflow with long
   filenames/hostnames (closes: #342005)
   * Add not to debian/copyright that upstream website does not exist anymore
 and package is not maintained upstream
Files: 
 a9af0f681d8449d6d381ffc9bb672b74 549 text optional dog_1.7-9.dsc
 e43ec28750aee7b866272f2d9ff25311 5974 text optional dog_1.7-9.diff.gz
 4a21650d3aed25e8b62c885a168f6689 17510 text optional dog_1.7-9_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFHk5ReKaC6+zmozOIRAkgNAJ9qw9HArAEyTM2b/wQxGL22iL20fwCgh0rh
oJ4aIl70NwftJ6jJNjKCFaU=
=cZcv
-END PGP SIGNATURE-


Accepted:
dog_1.7-9.diff.gz
  to pool/main/d/dog/dog_1.7-9.diff.gz
dog_1.7-9.dsc
  to pool/main/d/dog/dog_1.7-9.dsc
dog_1.7-9_amd64.deb
  to pool/main/d/dog/dog_1.7-9_amd64.deb


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



Accepted systemtap 0.0.20080112-1 (source amd64)

2008-01-12 Thread Eugeniy Meshcheryakov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 12 Jan 2008 22:18:42 +0100
Source: systemtap
Binary: systemtap
Architecture: source amd64
Version: 0.0.20080112-1
Distribution: unstable
Urgency: low
Maintainer: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Changed-By: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Description: 
 systemtap  - instrumentation system for Linux 2.6
Changes: 
 systemtap (0.0.20080112-1) unstable; urgency=low
 .
   * New upstream snapshot
   * Update debian/copyright for y2008
Files: 
 775f8d9241d233a6fa2b425299367790 861 devel optional 
systemtap_0.0.20080112-1.dsc
 3955126d921c3a7ffe40d849c37120c5 779934 devel optional 
systemtap_0.0.20080112.orig.tar.gz
 7d20024c82dc01a4c20a19856c81c3fa 8997 devel optional 
systemtap_0.0.20080112-1.diff.gz
 4fcbcc546a741c7bd6cbba0c043c4373 758712 devel optional 
systemtap_0.0.20080112-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFHiS9KKaC6+zmozOIRAiV6AJ0WIduzpNYeymn1KCiDLa8S8SGQKACfUBka
nW+f6UgBuHzzBchBMnie6s0=
=E/SR
-END PGP SIGNATURE-


Accepted:
systemtap_0.0.20080112-1.diff.gz
  to pool/main/s/systemtap/systemtap_0.0.20080112-1.diff.gz
systemtap_0.0.20080112-1.dsc
  to pool/main/s/systemtap/systemtap_0.0.20080112-1.dsc
systemtap_0.0.20080112-1_amd64.deb
  to pool/main/s/systemtap/systemtap_0.0.20080112-1_amd64.deb
systemtap_0.0.20080112.orig.tar.gz
  to pool/main/s/systemtap/systemtap_0.0.20080112.orig.tar.gz


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



Accepted ispell-uk 1.4.9-1 (source all amd64)

2008-01-06 Thread Eugeniy Meshcheryakov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 06 Jan 2008 18:12:26 +0100
Source: ispell-uk
Binary: myspell-uk iukrainian aspell-uk wukrainian
Architecture: source amd64 all
Version: 1.4.9-1
Distribution: unstable
Urgency: low
Maintainer: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Changed-By: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Description: 
 aspell-uk  - Ukrainian dictionary for GNU Aspell
 iukrainian - Ukrainian dictionary for ispell
 myspell-uk - Ukrainian dictionary for myspell
 wukrainian - Ukrainian dictionary words for /usr/share/dict
Changes: 
 ispell-uk (1.4.9-1) unstable; urgency=low
 .
   * New upstream release
   * Standards-Version 3.7.3 - no changes required
   * Remove build-dependency on perl - it was not really needed
   * Update debian/copyright
Files: 
 cbe810f223b05dfbd0b62074f9940f22 687 text optional ispell-uk_1.4.9-1.dsc
 edf6c50c846b5b7ea5a06738acd7d1f6 545348 text optional 
ispell-uk_1.4.9.orig.tar.gz
 b10a927374407efef1f2793c2fa8827d 3713 text optional ispell-uk_1.4.9-1.diff.gz
 b0313a6250ff67c2b006782ae947611e 1042546 text optional 
iukrainian_1.4.9-1_amd64.deb
 3dc9ba4009540309ed8edd0d143cf343 3398096 text optional 
wukrainian_1.4.9-1_all.deb
 dc3bc43363ddf951bbbe7093b9248b44 433062 text optional 
myspell-uk_1.4.9-1_all.deb
 605a9627f8f81b3193f5bd54a74c1ae8 316596 text optional aspell-uk_1.4.9-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFHgQ2fKaC6+zmozOIRArrzAJ42hnZZouJ+OIRY7XEXORxmwYhVnQCfdLYq
Tx2nz24ExU6kKrvX35qG6cY=
=ssuK
-END PGP SIGNATURE-


Accepted:
aspell-uk_1.4.9-1_all.deb
  to pool/main/i/ispell-uk/aspell-uk_1.4.9-1_all.deb
ispell-uk_1.4.9-1.diff.gz
  to pool/main/i/ispell-uk/ispell-uk_1.4.9-1.diff.gz
ispell-uk_1.4.9-1.dsc
  to pool/main/i/ispell-uk/ispell-uk_1.4.9-1.dsc
ispell-uk_1.4.9.orig.tar.gz
  to pool/main/i/ispell-uk/ispell-uk_1.4.9.orig.tar.gz
iukrainian_1.4.9-1_amd64.deb
  to pool/main/i/ispell-uk/iukrainian_1.4.9-1_amd64.deb
myspell-uk_1.4.9-1_all.deb
  to pool/main/i/ispell-uk/myspell-uk_1.4.9-1_all.deb
wukrainian_1.4.9-1_all.deb
  to pool/main/i/ispell-uk/wukrainian_1.4.9-1_all.deb


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



Accepted systemtap 0.0.20071229-1 (source amd64)

2007-12-29 Thread Eugeniy Meshcheryakov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 29 Dec 2007 21:40:54 +0100
Source: systemtap
Binary: systemtap
Architecture: source amd64
Version: 0.0.20071229-1
Distribution: unstable
Urgency: low
Maintainer: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Changed-By: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Description: 
 systemtap  - instrumentation system for Linux 2.6
Changes: 
 systemtap (0.0.20071229-1) unstable; urgency=low
 .
   * New upstream snapshot
Files: 
 463864ca9afe258df75e8f92d1438584 861 devel optional 
systemtap_0.0.20071229-1.dsc
 35cf87e2ceb3470a90bfa106c77e141f 779912 devel optional 
systemtap_0.0.20071229.orig.tar.gz
 e0f418c3cb09c68c1d51e57a6707c9de 8971 devel optional 
systemtap_0.0.20071229-1.diff.gz
 92bcbc2eaecd155d2d6a73fc2af0265e 758116 devel optional 
systemtap_0.0.20071229-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFHdrJjKaC6+zmozOIRAlE4AJ0alR1H/btMD6WQ7AsROHnS3JJtDwCfSU5T
kZUMe0VNNEcYo3i0XsXA94s=
=GTQ6
-END PGP SIGNATURE-


Accepted:
systemtap_0.0.20071229-1.diff.gz
  to pool/main/s/systemtap/systemtap_0.0.20071229-1.diff.gz
systemtap_0.0.20071229-1.dsc
  to pool/main/s/systemtap/systemtap_0.0.20071229-1.dsc
systemtap_0.0.20071229-1_amd64.deb
  to pool/main/s/systemtap/systemtap_0.0.20071229-1_amd64.deb
systemtap_0.0.20071229.orig.tar.gz
  to pool/main/s/systemtap/systemtap_0.0.20071229.orig.tar.gz


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



Accepted systemtap 0.0.20071215-1 (source amd64)

2007-12-17 Thread Eugeniy Meshcheryakov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 17 Dec 2007 19:13:00 +0100
Source: systemtap
Binary: systemtap
Architecture: source amd64
Version: 0.0.20071215-1
Distribution: unstable
Urgency: low
Maintainer: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Changed-By: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Description: 
 systemtap  - instrumentation system for Linux 2.6
Closes: 455663
Changes: 
 systemtap (0.0.20071215-1) unstable; urgency=low
 .
   * New upstream snapshot
   * Removed patches:
 - 26-more-gcc-4.3-fixes - applied upstream
 - 23-gcc-4.3-fixes (disabled) - replaced with workaround that works for
   both gcc-4.2 and gcc-4.3
   * New patches:
 - 23-gcc-4.3-workaround - fixes FTBFS with gcc-4.3; thanks Brian M. Carlson
   for suggestion (closes: #455663)
   * Build-depend on elfutils libraries (= 0.131-2) to use latest static
 libraries and correct shlibs file
   * Standards-Version 3.7.3 - no changes required
Files: 
 7cb053835007c293789a3cac260028b5 861 devel optional 
systemtap_0.0.20071215-1.dsc
 508535ac97007d8433bedb5df5956459 779255 devel optional 
systemtap_0.0.20071215.orig.tar.gz
 0929088354e154e74f5aac8343994452 8956 devel optional 
systemtap_0.0.20071215-1.diff.gz
 87e4008b7fd126f7592ec715959aa6f3 757166 devel optional 
systemtap_0.0.20071215-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFHZwaaKaC6+zmozOIRAmvCAJsGi2gNcLMle9y2y7MduqwHa7gdowCaAzyQ
LhWImJroG1Yt4KNv5vcC2zs=
=i3D2
-END PGP SIGNATURE-


Accepted:
systemtap_0.0.20071215-1.diff.gz
  to pool/main/s/systemtap/systemtap_0.0.20071215-1.diff.gz
systemtap_0.0.20071215-1.dsc
  to pool/main/s/systemtap/systemtap_0.0.20071215-1.dsc
systemtap_0.0.20071215-1_amd64.deb
  to pool/main/s/systemtap/systemtap_0.0.20071215-1_amd64.deb
systemtap_0.0.20071215.orig.tar.gz
  to pool/main/s/systemtap/systemtap_0.0.20071215.orig.tar.gz


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



Accepted ispell-uk 1.4.0-3 (source all amd64)

2007-12-04 Thread Eugeniy Meshcheryakov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 04 Dec 2007 15:59:00 +0100
Source: ispell-uk
Binary: myspell-uk iukrainian aspell-uk wukrainian
Architecture: source all amd64
Version: 1.4.0-3
Distribution: unstable
Urgency: low
Maintainer: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Changed-By: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Description: 
 aspell-uk  - Ukrainian dictionary for GNU Aspell
 iukrainian - Ukrainian dictionary for ispell
 myspell-uk - Ukrainian dictionary for myspell
 wukrainian - Ukrainian dictionary words for /usr/share/dict
Changes: 
 ispell-uk (1.4.0-3) unstable; urgency=low
 .
   * Build-depend on perl; this should fix FTBFS on m68k
Files: 
 76d43863bacbc84603bf687007c784df 693 text optional ispell-uk_1.4.0-3.dsc
 d94307995875ad72a0c70bb37327e636 3615 text optional ispell-uk_1.4.0-3.diff.gz
 27fbbf1d8104b6178882102f351302a0 1006680 text optional 
iukrainian_1.4.0-3_amd64.deb
 5c2c0f651a82a9e9e9a035841c014bb5 3280778 text optional 
wukrainian_1.4.0-3_all.deb
 b9188ac9081664998ab18090ead93fbd 360666 text optional 
myspell-uk_1.4.0-3_all.deb
 2d5ec894347afd2b728e8d630afc408b 304648 text optional aspell-uk_1.4.0-3_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFHVWuhKaC6+zmozOIRAq0VAJ9zrWzy2ZpXmV+cwEwW9lXWyIvLHgCfcmRk
AGalk9JKAuzPlwbWHcWOsr4=
=th/m
-END PGP SIGNATURE-


Accepted:
aspell-uk_1.4.0-3_all.deb
  to pool/main/i/ispell-uk/aspell-uk_1.4.0-3_all.deb
ispell-uk_1.4.0-3.diff.gz
  to pool/main/i/ispell-uk/ispell-uk_1.4.0-3.diff.gz
ispell-uk_1.4.0-3.dsc
  to pool/main/i/ispell-uk/ispell-uk_1.4.0-3.dsc
iukrainian_1.4.0-3_amd64.deb
  to pool/main/i/ispell-uk/iukrainian_1.4.0-3_amd64.deb
myspell-uk_1.4.0-3_all.deb
  to pool/main/i/ispell-uk/myspell-uk_1.4.0-3_all.deb
wukrainian_1.4.0-3_all.deb
  to pool/main/i/ispell-uk/wukrainian_1.4.0-3_all.deb


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



Accepted ispell-uk 1.4.0-2 (source all amd64)

2007-12-03 Thread Eugeniy Meshcheryakov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 03 Dec 2007 15:17:26 +0100
Source: ispell-uk
Binary: myspell-uk iukrainian aspell-uk wukrainian
Architecture: source all amd64
Version: 1.4.0-2
Distribution: unstable
Urgency: low
Maintainer: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Changed-By: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Description: 
 aspell-uk  - Ukrainian dictionary for GNU Aspell
 iukrainian - Ukrainian dictionary for ispell
 myspell-uk - Ukrainian dictionary for myspell
 wukrainian - Ukrainian dictionary words for /usr/share/dict
Changes: 
 ispell-uk (1.4.0-2) unstable; urgency=low
 .
   * Use $(MAKE) for calling make in the upstream Makefile
   * Fix dependencies in the upstream Makefile, this should fix parallel build.
 Thanks to Daniel Schepler for testing this
   * Do not ignore $(MAKE) clean error. Thanks to lintian
Files: 
 0760ddac5aeb9340a549a99786da6d9f 687 text optional ispell-uk_1.4.0-2.dsc
 632145b8d4cce0aa8c4610360db43a0c 3573 text optional ispell-uk_1.4.0-2.diff.gz
 1e9840ec3b7685bd1853375995e72b1c 1006628 text optional 
iukrainian_1.4.0-2_amd64.deb
 de629b419cc07f79626a849cc879e32b 3280694 text optional 
wukrainian_1.4.0-2_all.deb
 6baff1d14418602d0dea04311cda2e35 360642 text optional 
myspell-uk_1.4.0-2_all.deb
 5337fb4673157bb3d685be4886fc4c0f 304606 text optional aspell-uk_1.4.0-2_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFHVBBjKaC6+zmozOIRAl4oAJsEhX1EuyERw5/sRpl/SpmQfhMTPwCgg0DU
KlPAUwbQl3YBUY8kv5Y2o1w=
=+NOp
-END PGP SIGNATURE-


Accepted:
aspell-uk_1.4.0-2_all.deb
  to pool/main/i/ispell-uk/aspell-uk_1.4.0-2_all.deb
ispell-uk_1.4.0-2.diff.gz
  to pool/main/i/ispell-uk/ispell-uk_1.4.0-2.diff.gz
ispell-uk_1.4.0-2.dsc
  to pool/main/i/ispell-uk/ispell-uk_1.4.0-2.dsc
iukrainian_1.4.0-2_amd64.deb
  to pool/main/i/ispell-uk/iukrainian_1.4.0-2_amd64.deb
myspell-uk_1.4.0-2_all.deb
  to pool/main/i/ispell-uk/myspell-uk_1.4.0-2_all.deb
wukrainian_1.4.0-2_all.deb
  to pool/main/i/ispell-uk/wukrainian_1.4.0-2_all.deb


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



Accepted systemtap 0.0.20071201-1 (source amd64)

2007-12-03 Thread Eugeniy Meshcheryakov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 03 Dec 2007 22:41:07 +0100
Source: systemtap
Binary: systemtap
Architecture: source amd64
Version: 0.0.20071201-1
Distribution: unstable
Urgency: low
Maintainer: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Changed-By: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Description: 
 systemtap  - instrumentation system for Linux 2.6
Changes: 
 systemtap (0.0.20071201-1) unstable; urgency=low
 .
   * New upstream snapshot
Files: 
 c272b3e01063d5c79c898f72456d7e24 861 devel optional 
systemtap_0.0.20071201-1.dsc
 559b2c71c4067f506f87c558968a04a6 777884 devel optional 
systemtap_0.0.20071201.orig.tar.gz
 90fad908ca056aa589d70416d1cda52f 8614 devel optional 
systemtap_0.0.20071201-1.diff.gz
 76630f4d4a76557943a29b866b0afa27 750138 devel optional 
systemtap_0.0.20071201-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFHVHtfKaC6+zmozOIRAjT7AJ9YED66otaGFLXBpLZ5yg59vbDBYgCdHBHN
pyblCloikvaEHiQyl8wRDok=
=5rHc
-END PGP SIGNATURE-


Accepted:
systemtap_0.0.20071201-1.diff.gz
  to pool/main/s/systemtap/systemtap_0.0.20071201-1.diff.gz
systemtap_0.0.20071201-1.dsc
  to pool/main/s/systemtap/systemtap_0.0.20071201-1.dsc
systemtap_0.0.20071201-1_amd64.deb
  to pool/main/s/systemtap/systemtap_0.0.20071201-1_amd64.deb
systemtap_0.0.20071201.orig.tar.gz
  to pool/main/s/systemtap/systemtap_0.0.20071201.orig.tar.gz


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



Accepted systemtap 0.0.20071117-1 (source amd64)

2007-11-17 Thread Eugeniy Meshcheryakov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 17 Nov 2007 19:22:13 +0100
Source: systemtap
Binary: systemtap
Architecture: source amd64
Version: 0.0.20071117-1
Distribution: unstable
Urgency: low
Maintainer: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Changed-By: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Description: 
 systemtap  - instrumentation system for Linux 2.6
Changes: 
 systemtap (0.0.20071117-1) unstable; urgency=low
 .
   * New upstream snapshot
   * Do not install examples/{README,ChangeLog}
Files: 
 e9ad6801716b7af2ced8e03d44616ef7 861 devel optional 
systemtap_0.0.20071117-1.dsc
 00b1d8a9e8442203b490f5c4dcc5d49a 778422 devel optional 
systemtap_0.0.20071117.orig.tar.gz
 813aacbb55eadb0fe368696a28a1f1ee 8589 devel optional 
systemtap_0.0.20071117-1.diff.gz
 80f47894bac65a0c0504e20b2446a5d2 745648 devel optional 
systemtap_0.0.20071117-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFHPzXMKaC6+zmozOIRAhOZAJ0btyXxvH+/2+p8aey0RPtS+pCipACgk+pi
uVRRJN859T42aGeC0pP+H0o=
=GiRS
-END PGP SIGNATURE-


Accepted:
systemtap_0.0.20071117-1.diff.gz
  to pool/main/s/systemtap/systemtap_0.0.20071117-1.diff.gz
systemtap_0.0.20071117-1.dsc
  to pool/main/s/systemtap/systemtap_0.0.20071117-1.dsc
systemtap_0.0.20071117-1_amd64.deb
  to pool/main/s/systemtap/systemtap_0.0.20071117-1_amd64.deb
systemtap_0.0.20071117.orig.tar.gz
  to pool/main/s/systemtap/systemtap_0.0.20071117.orig.tar.gz


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



Accepted systemtap 0.0.20071103-1 (source amd64)

2007-11-04 Thread Eugeniy Meshcheryakov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 04 Nov 2007 16:56:00 +0100
Source: systemtap
Binary: systemtap
Architecture: source amd64
Version: 0.0.20071103-1
Distribution: unstable
Urgency: low
Maintainer: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Changed-By: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Description: 
 systemtap  - instrumentation system for Linux 2.6
Changes: 
 systemtap (0.0.20071103-1) unstable; urgency=low
 .
   * New upstream snapshot
Files: 
 56c49777bc3d1c1c3e5ea5b71946814e 861 devel optional 
systemtap_0.0.20071103-1.dsc
 5e81e0dc5db10790d0cefae8691bb48d 778502 devel optional 
systemtap_0.0.20071103.orig.tar.gz
 7105341beae263bc549afd51f645208d 8546 devel optional 
systemtap_0.0.20071103-1.diff.gz
 aba1ab6c06f52ee872f0a856ab51a18b 748598 devel optional 
systemtap_0.0.20071103-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFHLfBWKaC6+zmozOIRArPaAJsEsQ36V4XRet+RQA5S6UX855NwFQCdG9vW
4EeJ9EXdBI6VjWFxXkg0OV0=
=li5c
-END PGP SIGNATURE-


Accepted:
systemtap_0.0.20071103-1.diff.gz
  to pool/main/s/systemtap/systemtap_0.0.20071103-1.diff.gz
systemtap_0.0.20071103-1.dsc
  to pool/main/s/systemtap/systemtap_0.0.20071103-1.dsc
systemtap_0.0.20071103-1_amd64.deb
  to pool/main/s/systemtap/systemtap_0.0.20071103-1_amd64.deb
systemtap_0.0.20071103.orig.tar.gz
  to pool/main/s/systemtap/systemtap_0.0.20071103.orig.tar.gz


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



Accepted systemtap 0.0.20071020-1 (source amd64)

2007-10-20 Thread Eugeniy Meshcheryakov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 20 Oct 2007 18:15:44 +0200
Source: systemtap
Binary: systemtap
Architecture: source amd64
Version: 0.0.20071020-1
Distribution: unstable
Urgency: low
Maintainer: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Changed-By: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Description: 
 systemtap  - instrumentation system for Linux 2.6
Changes: 
 systemtap (0.0.20071020-1) unstable; urgency=low
 .
   * New upstream snapshot
   * Remove spurious file from source (u, /me wonders where did it come from)
   * Do not compress new 'syscalltimes' example
Files: 
 3bed258eef2b96e070f568bc74a8607a 861 devel optional 
systemtap_0.0.20071020-1.dsc
 b92b58968c68412646d4116c7c1418ff 773359 devel optional 
systemtap_0.0.20071020.orig.tar.gz
 52fe74136848e1c5c3c619d900341790 8521 devel optional 
systemtap_0.0.20071020-1.diff.gz
 b1d285a634ffa385bcd3bf6fc55823e8 743118 devel optional 
systemtap_0.0.20071020-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFHGi7JKaC6+zmozOIRApKcAJ434XJO8lwCtRXmDt5kKUQGwH1B2QCfTddC
EeUJtkMPqjyDNGjQTEzET2I=
=uPBD
-END PGP SIGNATURE-


Accepted:
systemtap_0.0.20071020-1.diff.gz
  to pool/main/s/systemtap/systemtap_0.0.20071020-1.diff.gz
systemtap_0.0.20071020-1.dsc
  to pool/main/s/systemtap/systemtap_0.0.20071020-1.dsc
systemtap_0.0.20071020-1_amd64.deb
  to pool/main/s/systemtap/systemtap_0.0.20071020-1_amd64.deb
systemtap_0.0.20071020.orig.tar.gz
  to pool/main/s/systemtap/systemtap_0.0.20071020.orig.tar.gz


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



Accepted systemtap 0.0.20071006-1 (source amd64)

2007-10-06 Thread Eugeniy Meshcheryakov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 06 Oct 2007 22:14:07 +0200
Source: systemtap
Binary: systemtap
Architecture: source amd64
Version: 0.0.20071006-1
Distribution: unstable
Urgency: low
Maintainer: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Changed-By: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Description: 
 systemtap  - instrumentation system for Linux 2.6
Changes: 
 systemtap (0.0.20071006-1) unstable; urgency=low
 .
   * New upstream snapshot
   * Add Homepage field into debian/control
   * Update debian/copyright
Files: 
 0a27ba71c27a4e80bcf9231087c96473 862 devel optional 
systemtap_0.0.20071006-1.dsc
 99f6cc7e8a4c66718dc82b756e354f7e 764595 devel optional 
systemtap_0.0.20071006.orig.tar.gz
 e130fcbd28ac211142ae008ab8a57480 10903 devel optional 
systemtap_0.0.20071006-1.diff.gz
 d3a0e384aa52400c0a7e92d4e1b0654e 728478 devel optional 
systemtap_0.0.20071006-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFHB/L+KaC6+zmozOIRArIxAJ9jYmHA+3LzyxSIk+Ki8VQhM6XhVACdEmW3
bvXH9P8IqFENQihoAxbkU58=
=iB48
-END PGP SIGNATURE-


Accepted:
systemtap_0.0.20071006-1.diff.gz
  to pool/main/s/systemtap/systemtap_0.0.20071006-1.diff.gz
systemtap_0.0.20071006-1.dsc
  to pool/main/s/systemtap/systemtap_0.0.20071006-1.dsc
systemtap_0.0.20071006-1_amd64.deb
  to pool/main/s/systemtap/systemtap_0.0.20071006-1_amd64.deb
systemtap_0.0.20071006.orig.tar.gz
  to pool/main/s/systemtap/systemtap_0.0.20071006.orig.tar.gz


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



Accepted systemtap 0.0.20070922-1 (source amd64)

2007-09-23 Thread Eugeniy Meshcheryakov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 23 Sep 2007 20:29:49 +0200
Source: systemtap
Binary: systemtap
Architecture: source amd64
Version: 0.0.20070922-1
Distribution: unstable
Urgency: low
Maintainer: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Changed-By: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Description: 
 systemtap  - instrumentation system for Linux 2.6
Changes: 
 systemtap (0.0.20070922-1) unstable; urgency=low
 .
   * New upstream snapshot
   * Removed patches:
 - 17-cond-syscalls - fixed upstream
Files: 
 fad8ab3be44393f8f125ab591e9a89e2 818 devel optional 
systemtap_0.0.20070922-1.dsc
 c98986b4f1941b69591cb08fe98a6abb 730972 devel optional 
systemtap_0.0.20070922.orig.tar.gz
 f381855fce9553a68c8a43302fd8c776 8253 devel optional 
systemtap_0.0.20070922-1.diff.gz
 dca95971a191d9ed06928b86663be8ba 700758 devel optional 
systemtap_0.0.20070922-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFG9rX3KaC6+zmozOIRAgdsAJ46ze8ggs366Z6QbhjcZJXouTeHRQCeKJWc
xFAkgiO6AVmm75j45vW5Ol0=
=uUf9
-END PGP SIGNATURE-


Accepted:
systemtap_0.0.20070922-1.diff.gz
  to pool/main/s/systemtap/systemtap_0.0.20070922-1.diff.gz
systemtap_0.0.20070922-1.dsc
  to pool/main/s/systemtap/systemtap_0.0.20070922-1.dsc
systemtap_0.0.20070922-1_amd64.deb
  to pool/main/s/systemtap/systemtap_0.0.20070922-1_amd64.deb
systemtap_0.0.20070922.orig.tar.gz
  to pool/main/s/systemtap/systemtap_0.0.20070922.orig.tar.gz


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



Accepted systemtap 0.0.20070908-1 (source amd64)

2007-09-10 Thread Eugeniy Meshcheryakov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 10 Sep 2007 20:54:23 +0200
Source: systemtap
Binary: systemtap
Architecture: source amd64
Version: 0.0.20070908-1
Distribution: unstable
Urgency: low
Maintainer: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Changed-By: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Description: 
 systemtap  - instrumentation system for Linux 2.6
Changes: 
 systemtap (0.0.20070908-1) unstable; urgency=low
 .
   * New upstream snapshot
   * Do not build-depend on libglib2.0-dev and libmysqlclient15-dev, they were
 needed for LKET, and it is not included in systemtap now
   * Updated patch:
 - 17-cond-syscalls
   * New patch:
 - 26-more-gcc-4.3-fixes - adds missing #include
Files: 
 c5232547596aaae4ec9294d055b920ea 818 devel optional 
systemtap_0.0.20070908-1.dsc
 ac38fd13f542cfed3e0f8a130fc5c71a 720460 devel optional 
systemtap_0.0.20070908.orig.tar.gz
 efdd29ef6c9d84e695dcc24b18831af8 9379 devel optional 
systemtap_0.0.20070908-1.diff.gz
 666956d23603bda85321352de61383c5 689276 devel optional 
systemtap_0.0.20070908-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFG5ZfTKaC6+zmozOIRAqYHAKCM00u9dM8r0AdBo/BhT+tdksUbhACgh/lm
55oWKX7D/tohVlmqDedl6IU=
=TYY5
-END PGP SIGNATURE-


Accepted:
systemtap_0.0.20070908-1.diff.gz
  to pool/main/s/systemtap/systemtap_0.0.20070908-1.diff.gz
systemtap_0.0.20070908-1.dsc
  to pool/main/s/systemtap/systemtap_0.0.20070908-1.dsc
systemtap_0.0.20070908-1_amd64.deb
  to pool/main/s/systemtap/systemtap_0.0.20070908-1_amd64.deb
systemtap_0.0.20070908.orig.tar.gz
  to pool/main/s/systemtap/systemtap_0.0.20070908.orig.tar.gz


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



Accepted doc-debian-uk 0.0.20061017-3 (source all)

2007-09-01 Thread Eugeniy Meshcheryakov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 01 Sep 2007 17:53:08 +0200
Source: doc-debian-uk
Binary: doc-debian-uk
Architecture: source all
Version: 0.0.20061017-3
Distribution: unstable
Urgency: low
Maintainer: Borys Yanovych [EMAIL PROTECTED]
Changed-By: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Description: 
 doc-debian-uk - Debian Manuals and other documents in Ukrainian
Closes: 439480
Changes: 
 doc-debian-uk (0.0.20061017-3) unstable; urgency=low
 .
   * Build depend on texlive-fonts-recommended and texlive-latex-recommended,
 this fixes FTBFS. Thanks to Kumar Appaiah for the patch (closes: #439480).
Files: 
 be82323d23faedf3e610790414662b01 900 doc optional 
doc-debian-uk_0.0.20061017-3.dsc
 8622da0ab02a56cdf989c39a2242f2ec 2953 doc optional 
doc-debian-uk_0.0.20061017-3.diff.gz
 7aae3a86d6a7482a829f2477708c7016 674528 doc optional 
doc-debian-uk_0.0.20061017-3_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFG2ZCWKaC6+zmozOIRAr+NAJ4xhapmkrIn2xoLdfwId6LvVZVZCACeJpLM
ggeeg83ZGVWaTuj0xRDbhtI=
=U7EG
-END PGP SIGNATURE-


Accepted:
doc-debian-uk_0.0.20061017-3.diff.gz
  to pool/main/d/doc-debian-uk/doc-debian-uk_0.0.20061017-3.diff.gz
doc-debian-uk_0.0.20061017-3.dsc
  to pool/main/d/doc-debian-uk/doc-debian-uk_0.0.20061017-3.dsc
doc-debian-uk_0.0.20061017-3_all.deb
  to pool/main/d/doc-debian-uk/doc-debian-uk_0.0.20061017-3_all.deb


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



Accepted fntsample 2.7-1 (source amd64)

2007-08-28 Thread Eugeniy Meshcheryakov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 28 Aug 2007 13:40:56 +0200
Source: fntsample
Binary: fntsample
Architecture: source amd64
Version: 2.7-1
Distribution: unstable
Urgency: low
Maintainer: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Changed-By: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Description: 
 fntsample  - program for making font samples
Changes: 
 fntsample (2.7-1) unstable; urgency=low
 .
   * New upstream release
   * Build-depend on libpango1.0-dev (= 1.16)
Files: 
 9227d16486b8817f23f0f276baadbb25 673 text optional fntsample_2.7-1.dsc
 e5aaff4107c67516e844f8786c6812d3 89921 text optional fntsample_2.7.orig.tar.gz
 bf143418f953aff73cc76774814a87d5 2167 text optional fntsample_2.7-1.diff.gz
 95d920b3da8f2877b1fbaf903c411d3c 16896 text optional fntsample_2.7-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFG1AqzKaC6+zmozOIRAnxfAJ9iwzeq39zZrsRuCuae1RAoL+dGVgCfYNd8
9Q/7ngJYIFU+xm18QP1kGBA=
=Qghh
-END PGP SIGNATURE-


Accepted:
fntsample_2.7-1.diff.gz
  to pool/main/f/fntsample/fntsample_2.7-1.diff.gz
fntsample_2.7-1.dsc
  to pool/main/f/fntsample/fntsample_2.7-1.dsc
fntsample_2.7-1_amd64.deb
  to pool/main/f/fntsample/fntsample_2.7-1_amd64.deb
fntsample_2.7.orig.tar.gz
  to pool/main/f/fntsample/fntsample_2.7.orig.tar.gz


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



Accepted systemtap 0.0.20070825-1 (source amd64)

2007-08-28 Thread Eugeniy Meshcheryakov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 28 Aug 2007 16:14:51 +0200
Source: systemtap
Binary: systemtap
Architecture: source amd64
Version: 0.0.20070825-1
Distribution: unstable
Urgency: low
Maintainer: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Changed-By: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Description: 
 systemtap  - instrumentation system for Linux 2.6
Changes: 
 systemtap (0.0.20070825-1) unstable; urgency=low
 .
   * New upstream snapshot
   * Do not depend on sudo, it is not used by systemtap anymore
   * Build-depend on libcap-dev
   * Do not build-depend on libpfm3-3.2-dev and do not pass --enable-perfmon to
 configure, perfmon support was disabled upstream
   * Add README.security to debian/docs
   * Add postinst script that creates 'stapdev' and 'stapusr' system groups if
 they do not exist
   * Install /usr/bin/staprun setuid-root, new security model requires this.
 See README.security for details. Information about this change added to
 NEWS file
   * Install lintian override for suid-root binary warning
   * Mention 'stapdev' and 'stapusr' groups in README.Debian
   * Updated patches:
 - 17-cond-syscalls
   * Removed patches:
 - 18-insmod-path - systemtap does not use insmod anymore
 - 10-perfmon-autoconf, 13-perfmon-link, 15-perfmon-api-change - perfmon
   is disabled
   * New patches:
 - 24-stapex-docdir-path - fixes path to examples in stapex(5) manpage
 - 25-manpages-minus-sign - fixes use of hyphen as minus sign in manpages
Files: 
 8a4b79262dd72efffd32eab77275b761 856 devel optional 
systemtap_0.0.20070825-1.dsc
 b96ccd6c5e5d50254fe438db9ba2c327 757265 devel optional 
systemtap_0.0.20070825.orig.tar.gz
 ae330344e91ef45e89fea4ae17e1a806 9158 devel optional 
systemtap_0.0.20070825-1.diff.gz
 2ec784e5da74a2bc8b9d907e9000e8eb 748892 devel optional 
systemtap_0.0.20070825-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFG1C6oKaC6+zmozOIRAm++AKCAiARvxkn4oEcJ8JIhU5dOnSa0vACghOt3
oG0sACNm2BcYADFJ21NV6c0=
=+cI4
-END PGP SIGNATURE-


Accepted:
systemtap_0.0.20070825-1.diff.gz
  to pool/main/s/systemtap/systemtap_0.0.20070825-1.diff.gz
systemtap_0.0.20070825-1.dsc
  to pool/main/s/systemtap/systemtap_0.0.20070825-1.dsc
systemtap_0.0.20070825-1_amd64.deb
  to pool/main/s/systemtap/systemtap_0.0.20070825-1_amd64.deb
systemtap_0.0.20070825.orig.tar.gz
  to pool/main/s/systemtap/systemtap_0.0.20070825.orig.tar.gz


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



Accepted systemtap 0.0.20070811-1 (source amd64)

2007-08-14 Thread Eugeniy Meshcheryakov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 14 Aug 2007 23:41:50 +0200
Source: systemtap
Binary: systemtap
Architecture: source amd64
Version: 0.0.20070811-1
Distribution: unstable
Urgency: low
Maintainer: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Changed-By: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Description: 
 systemtap  - instrumentation system for Linux 2.6
Changes: 
 systemtap (0.0.20070811-1) unstable; urgency=low
 .
   * New upstream snapshot
   * Updated patches:
 - 17-cond-syscalls
   * Removed patches:
 - 20-stap-path - fixed upstream
   * Added patch (disabled):
 - 23-gcc-4.3-fixes - fixes compilation with gcc-snapshot for one file,
   but brokes compilation with current g++, more work needed
Files: 
 841393b27027c5fe83071719e3349fa3 880 devel optional 
systemtap_0.0.20070811-1.dsc
 c9c30b9b1360b0992f68f43b6e65a228 739330 devel optional 
systemtap_0.0.20070811.orig.tar.gz
 7e521473e5681960fe0150596080946e 12406 devel optional 
systemtap_0.0.20070811-1.diff.gz
 59b4a5c88db54684ae57cf1726663875 726016 devel optional 
systemtap_0.0.20070811-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD4DBQFGwiJNKaC6+zmozOIRAmcrAJY1LWtlBwgMt1DpJ/Bzyrn+r3UHAJ0eyONj
4tf2FpsuWHNOdi/fsICnQw==
=arwk
-END PGP SIGNATURE-


Accepted:
systemtap_0.0.20070811-1.diff.gz
  to pool/main/s/systemtap/systemtap_0.0.20070811-1.diff.gz
systemtap_0.0.20070811-1.dsc
  to pool/main/s/systemtap/systemtap_0.0.20070811-1.dsc
systemtap_0.0.20070811-1_amd64.deb
  to pool/main/s/systemtap/systemtap_0.0.20070811-1_amd64.deb
systemtap_0.0.20070811.orig.tar.gz
  to pool/main/s/systemtap/systemtap_0.0.20070811.orig.tar.gz


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



Accepted systemtap 0.0.20070728-1 (source amd64)

2007-07-28 Thread Eugeniy Meshcheryakov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 28 Jul 2007 18:51:01 +0200
Source: systemtap
Binary: systemtap
Architecture: source amd64
Version: 0.0.20070728-1
Distribution: unstable
Urgency: low
Maintainer: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Changed-By: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Description: 
 systemtap  - instrumentation system for Linux 2.6
Changes: 
 systemtap (0.0.20070728-1) unstable; urgency=low
 .
   * New upstream snapshot
   * Updated patches:
 - 17-cond-syscalls
Files: 
 3a630e6d88c98832d4c925f527df8cec 880 devel optional 
systemtap_0.0.20070728-1.dsc
 a8948071fdbbf1515af7b5376072f889 736427 devel optional 
systemtap_0.0.20070728.orig.tar.gz
 45baeec8fbb300e1fdfbd1be615942a3 15104 devel optional 
systemtap_0.0.20070728-1.diff.gz
 bd5f9cc97a3e48132d8ea737f15a6f75 723232 devel optional 
systemtap_0.0.20070728-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGq6EXKaC6+zmozOIRArBhAJ9PlbTTl3VCNh+2sfNAILTyqt5LEgCfa859
JmKgXs0NLqu5/pFXL0AhygQ=
=PH0y
-END PGP SIGNATURE-


Accepted:
systemtap_0.0.20070728-1.diff.gz
  to pool/main/s/systemtap/systemtap_0.0.20070728-1.diff.gz
systemtap_0.0.20070728-1.dsc
  to pool/main/s/systemtap/systemtap_0.0.20070728-1.dsc
systemtap_0.0.20070728-1_amd64.deb
  to pool/main/s/systemtap/systemtap_0.0.20070728-1_amd64.deb
systemtap_0.0.20070728.orig.tar.gz
  to pool/main/s/systemtap/systemtap_0.0.20070728.orig.tar.gz


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



Accepted systemtap 0.0.20070714-1 (source amd64)

2007-07-15 Thread Eugeniy Meshcheryakov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 15 Jul 2007 17:43:32 +0200
Source: systemtap
Binary: systemtap
Architecture: source amd64
Version: 0.0.20070714-1
Distribution: unstable
Urgency: low
Maintainer: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Changed-By: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Description: 
 systemtap  - instrumentation system for Linux 2.6
Changes: 
 systemtap (0.0.20070714-1) unstable; urgency=low
 .
   * New upstream snapshot
   * Removed patches:
 - 19-gcc4.3-fixes - applied upstream
   * Add armeb and armel to Architectures
   * New patches:
 - 22-disable-crashmod - disable crashmod extension even if headers are
   installed
   * Updated patches:
 - 17-cond-syscalls
   * Update debian/copyright
Files: 
 8ae25633cce9b2c1a1ae3cf2e3431e99 880 devel optional 
systemtap_0.0.20070714-1.dsc
 0fccf0a784e62202a46c9108b3cdde75 735145 devel optional 
systemtap_0.0.20070714.orig.tar.gz
 64de09b0c6f934a8561673df72258391 15241 devel optional 
systemtap_0.0.20070714-1.diff.gz
 579dbe215310578c41e105873e91309a 723872 devel optional 
systemtap_0.0.20070714-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGmkJeKaC6+zmozOIRAv2uAJ9EtKlsLNQgVFeLfOzxwQ+jWqGiyQCdF52v
ryBPWjzfLByD99bNCIhV9lE=
=B9nO
-END PGP SIGNATURE-


Accepted:
systemtap_0.0.20070714-1.diff.gz
  to pool/main/s/systemtap/systemtap_0.0.20070714-1.diff.gz
systemtap_0.0.20070714-1.dsc
  to pool/main/s/systemtap/systemtap_0.0.20070714-1.dsc
systemtap_0.0.20070714-1_amd64.deb
  to pool/main/s/systemtap/systemtap_0.0.20070714-1_amd64.deb
systemtap_0.0.20070714.orig.tar.gz
  to pool/main/s/systemtap/systemtap_0.0.20070714.orig.tar.gz


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



Accepted obexpushd 0.5-3 (source amd64)

2007-07-10 Thread Eugeniy Meshcheryakov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 11 Jul 2007 01:49:42 +0200
Source: obexpushd
Binary: obexpushd
Architecture: source amd64
Version: 0.5-3
Distribution: unstable
Urgency: low
Maintainer: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Changed-By: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Description: 
 obexpushd  - program for receiving files via Bluetooth or IRDA
Closes: 432577
Changes: 
 obexpushd (0.5-3) unstable; urgency=low
 .
   * Fix crash with SE phones (closes: #432577)
   * Do not ignore error from $(MAKE) in clean target, fixes lintian warning
Files: 
 e9e94404129ba7979e901e3dd10d3dbb 620 comm optional obexpushd_0.5-3.dsc
 741e3d6aa3044514bcfc6489c4a53463 3142 comm optional obexpushd_0.5-3.diff.gz
 c95e3752174d8c93f4ba389867e48ac3 23198 comm optional obexpushd_0.5-3_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGlBvIKaC6+zmozOIRAiE0AJ9rxxKVqoGh2TY5GvqmLCesvQ5ybwCeLQl/
k3lZ/dys80GJAmJPT5M49L0=
=yloy
-END PGP SIGNATURE-


Accepted:
obexpushd_0.5-3.diff.gz
  to pool/main/o/obexpushd/obexpushd_0.5-3.diff.gz
obexpushd_0.5-3.dsc
  to pool/main/o/obexpushd/obexpushd_0.5-3.dsc
obexpushd_0.5-3_amd64.deb
  to pool/main/o/obexpushd/obexpushd_0.5-3_amd64.deb


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



Accepted systemtap 0.0.20070630-1 (source amd64)

2007-06-30 Thread Eugeniy Meshcheryakov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 30 Jun 2007 23:34:56 +0200
Source: systemtap
Binary: systemtap
Architecture: source amd64
Version: 0.0.20070630-1
Distribution: unstable
Urgency: low
Maintainer: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Changed-By: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Description: 
 systemtap  - instrumentation system for Linux 2.6
Changes: 
 systemtap (0.0.20070630-1) unstable; urgency=low
 .
   * New upstream snapshot
   * Build-depend on libsqlite3-dev, systemtap now requires it
   * Updated patches:
 - 13-perfmon-link
 - 17-cond-syscalls
   * Removed patches:
 - 19-gcc4.3-fixes - applied upstream
   * New patches:
 - 19-gcc4.3-fixes - fixes ftbfs with gcc-snapshot
 - 20-stap-path - fixes path to interpreter in examples
Files: 
 6e73f266b8ccf20ebd4810a9a50b8344 868 devel optional 
systemtap_0.0.20070630-1.dsc
 6bf3ad5833de41f659c5db991487279a 711866 devel optional 
systemtap_0.0.20070630.orig.tar.gz
 97b220a05f6284b4ea66db2cda15a13a 15827 devel optional 
systemtap_0.0.20070630-1.diff.gz
 ee41ddcff4035083b769f7552dd66973 722754 devel optional 
systemtap_0.0.20070630-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGhs6cKaC6+zmozOIRAgcVAKCDQKWkH+WLrBsh0Md4w0bE1rchawCgh5EA
bJjGblr/9b06Fh6Akv/ptHw=
=pAom
-END PGP SIGNATURE-


Accepted:
systemtap_0.0.20070630-1.diff.gz
  to pool/main/s/systemtap/systemtap_0.0.20070630-1.diff.gz
systemtap_0.0.20070630-1.dsc
  to pool/main/s/systemtap/systemtap_0.0.20070630-1.dsc
systemtap_0.0.20070630-1_amd64.deb
  to pool/main/s/systemtap/systemtap_0.0.20070630-1_amd64.deb
systemtap_0.0.20070630.orig.tar.gz
  to pool/main/s/systemtap/systemtap_0.0.20070630.orig.tar.gz


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



Accepted fntsample 2.6-1 (source amd64)

2007-06-28 Thread Eugeniy Meshcheryakov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 29 Jun 2007 00:08:01 +0200
Source: fntsample
Binary: fntsample
Architecture: source amd64
Version: 2.6-1
Distribution: unstable
Urgency: low
Maintainer: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Changed-By: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Description: 
 fntsample  - program for making font samples
Changes: 
 fntsample (2.6-1) unstable; urgency=low
 .
   * New upstream release
   * Build-depend on libpango1.0-dev
   * Do not ignore make clean error, thanks lintian
Files: 
 9818f6c6ad86eb7743dcf0bd89e3ec0e 663 text optional fntsample_2.6-1.dsc
 9693232f6ecf5588ad563248f1ac3214 88011 text optional fntsample_2.6.orig.tar.gz
 385079eddbdc9ad212be65f5e5df04a4 2132 text optional fntsample_2.6-1.diff.gz
 eb768f57b3a233a8e369a44c6a3ee943 16748 text optional fntsample_2.6-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGhDG+KaC6+zmozOIRAhguAKCFYt8EgvRqXt6tzmPAwzWmHUBk2gCgjf0O
FJ4qludxgYqHuZ9e514Fe/c=
=R0qX
-END PGP SIGNATURE-


Accepted:
fntsample_2.6-1.diff.gz
  to pool/main/f/fntsample/fntsample_2.6-1.diff.gz
fntsample_2.6-1.dsc
  to pool/main/f/fntsample/fntsample_2.6-1.dsc
fntsample_2.6-1_amd64.deb
  to pool/main/f/fntsample/fntsample_2.6-1_amd64.deb
fntsample_2.6.orig.tar.gz
  to pool/main/f/fntsample/fntsample_2.6.orig.tar.gz


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



Accepted systemtap 0.0.20070609-1 (source amd64)

2007-06-09 Thread Eugeniy Meshcheryakov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 09 Jun 2007 22:55:38 +0200
Source: systemtap
Binary: systemtap
Architecture: source amd64
Version: 0.0.20070609-1
Distribution: unstable
Urgency: low
Maintainer: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Changed-By: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Description: 
 systemtap  - instrumentation system for Linux 2.6
Changes: 
 systemtap (0.0.20070609-1) unstable; urgency=low
 .
   * New upstream release
 - arm is now supported architecture, added to Architectures list
   * Remove patch:
 - 19-gcc-3.3-fixes - fixed upstream
   * Add patch:
 - 19-gcc4.3-fixes - fixes FTBFS with gcc-snapshot
   * Update debian/copyright
Files: 
 d56921af1899fea252aa956db1db8de0 852 devel optional 
systemtap_0.0.20070609-1.dsc
 16600e5f6e8cbc11ac22e2ba71c5fa7e 701673 devel optional 
systemtap_0.0.20070609.orig.tar.gz
 609e6cc03fb38bca20d61d3783a1a178 15401 devel optional 
systemtap_0.0.20070609-1.diff.gz
 faedbac1e4056355063f0866de1a73ca 713298 devel optional 
systemtap_0.0.20070609-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGaxRYKaC6+zmozOIRAg+QAJ9dmiAWD1jRw2oVpUgLNFQQ9iZLMgCcCqLj
W0IV5OAqQhD40deq/igo4QM=
=ndlP
-END PGP SIGNATURE-


Accepted:
systemtap_0.0.20070609-1.diff.gz
  to pool/main/s/systemtap/systemtap_0.0.20070609-1.diff.gz
systemtap_0.0.20070609-1.dsc
  to pool/main/s/systemtap/systemtap_0.0.20070609-1.dsc
systemtap_0.0.20070609-1_amd64.deb
  to pool/main/s/systemtap/systemtap_0.0.20070609-1_amd64.deb
systemtap_0.0.20070609.orig.tar.gz
  to pool/main/s/systemtap/systemtap_0.0.20070609.orig.tar.gz


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



Accepted ispell-uk 1.4.0-1 (source all amd64)

2007-06-02 Thread Eugeniy Meshcheryakov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 01 Jun 2007 00:34:13 +0200
Source: ispell-uk
Binary: myspell-uk iukrainian aspell-uk wukrainian
Architecture: source all amd64
Version: 1.4.0-1
Distribution: unstable
Urgency: low
Maintainer: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Changed-By: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Description: 
 aspell-uk  - Ukrainian dictionary for GNU Aspell
 iukrainian - Ukrainian dictionary for ispell
 myspell-uk - Ukrainian dictionary for myspell
 wukrainian - Ukrainian dictionary words for /usr/share/dict
Changes: 
 ispell-uk (1.4.0-1) unstable; urgency=low
 .
   * New upstream release
Files: 
 264bddc8d6ecd61c870bf62198d685b0 687 text optional ispell-uk_1.4.0-1.dsc
 28ec0179a63a77c20dc05c51830c23c6 522573 text optional 
ispell-uk_1.4.0.orig.tar.gz
 1aebe90e486d231e49c9b15c6ffb3510 3049 text optional ispell-uk_1.4.0-1.diff.gz
 38bff092ee16e51f8d06a82054de9e04 1006548 text optional 
iukrainian_1.4.0-1_amd64.deb
 6cd8a87c6c787995ce8bfe2e383fef7b 3279912 text optional 
wukrainian_1.4.0-1_all.deb
 bf25875d62e54eb52bea6cc69995d5d2 360788 text optional 
myspell-uk_1.4.0-1_all.deb
 67464974e07b2164c8eff5d483f3a5f7 304336 text optional aspell-uk_1.4.0-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGYaMVKaC6+zmozOIRAnEWAJ4tUh/eWgWisC1APCY9xLX0UfurlACfXCvd
R/nDUoAU1+W9Z27byHZqoNY=
=KihC
-END PGP SIGNATURE-


Accepted:
aspell-uk_1.4.0-1_all.deb
  to pool/main/i/ispell-uk/aspell-uk_1.4.0-1_all.deb
ispell-uk_1.4.0-1.diff.gz
  to pool/main/i/ispell-uk/ispell-uk_1.4.0-1.diff.gz
ispell-uk_1.4.0-1.dsc
  to pool/main/i/ispell-uk/ispell-uk_1.4.0-1.dsc
ispell-uk_1.4.0.orig.tar.gz
  to pool/main/i/ispell-uk/ispell-uk_1.4.0.orig.tar.gz
iukrainian_1.4.0-1_amd64.deb
  to pool/main/i/ispell-uk/iukrainian_1.4.0-1_amd64.deb
myspell-uk_1.4.0-1_all.deb
  to pool/main/i/ispell-uk/myspell-uk_1.4.0-1_all.deb
wukrainian_1.4.0-1_all.deb
  to pool/main/i/ispell-uk/wukrainian_1.4.0-1_all.deb


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



Accepted systemtap 0.0.20070526-1 (source amd64)

2007-05-31 Thread Eugeniy Meshcheryakov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 31 May 2007 23:17:30 +0200
Source: systemtap
Binary: systemtap
Architecture: source amd64
Version: 0.0.20070526-1
Distribution: unstable
Urgency: low
Maintainer: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Changed-By: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Description: 
 systemtap  - instrumentation system for Linux 2.6
Changes: 
 systemtap (0.0.20070526-1) unstable; urgency=low
 .
   * New upstream snapshot
   * New patches:
 - 18-insmod-path - pass full path to execvp(3) to work around bugs #425458
   and #425562
 - 19-gcc-3.3-fixes - fix FTBFS with GCC 3.3 due to missing #includes
Files: 
 f68ee7a097752c9ac9d16542d739c787 848 devel optional 
systemtap_0.0.20070526-1.dsc
 b1c854e9803e36b75e94ae438dd84d49 694619 devel optional 
systemtap_0.0.20070526.orig.tar.gz
 5d0641e467520e9582312048247cabed 15384 devel optional 
systemtap_0.0.20070526-1.diff.gz
 6a49e6b72cf0bc8caba4a2b3bf749e62 708028 devel optional 
systemtap_0.0.20070526-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGXzwGKaC6+zmozOIRAthFAJ9BZeVTMIEdn0w1DOMo6FcDQdJvSwCdHDjX
ChKgMeoGTOTOBU1DewDeXKk=
=qYJl
-END PGP SIGNATURE-


Accepted:
systemtap_0.0.20070526-1.diff.gz
  to pool/main/s/systemtap/systemtap_0.0.20070526-1.diff.gz
systemtap_0.0.20070526-1.dsc
  to pool/main/s/systemtap/systemtap_0.0.20070526-1.dsc
systemtap_0.0.20070526-1_amd64.deb
  to pool/main/s/systemtap/systemtap_0.0.20070526-1_amd64.deb
systemtap_0.0.20070526.orig.tar.gz
  to pool/main/s/systemtap/systemtap_0.0.20070526.orig.tar.gz


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



Accepted obexpushd 0.5-2 (source amd64)

2007-05-31 Thread Eugeniy Meshcheryakov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 01 Jun 2007 00:26:37 +0200
Source: obexpushd
Binary: obexpushd
Architecture: source amd64
Version: 0.5-2
Distribution: unstable
Urgency: low
Maintainer: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Changed-By: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Description: 
 obexpushd  - program for receiving files via Bluetooth or IRDA
Changes: 
 obexpushd (0.5-2) unstable; urgency=low
 .
   * debian/control: s/libbluetooth2-dev/libbluetooth-dev/
Files: 
 3829cba9d08535f3c58756ebd3ad8c77 620 comm optional obexpushd_0.5-2.dsc
 8f576ec6593153f79e4c5b48b1b5de56 2654 comm optional obexpushd_0.5-2.diff.gz
 60dc784fcdf76489c77d9c641850eea8 23082 comm optional obexpushd_0.5-2_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGX0vpKaC6+zmozOIRAh3QAJ92vfwekdzvYxw8Uehvlq4ofD7PWQCfXypL
yb/Jow6IYzKY4KlxTvVkFbo=
=LHoN
-END PGP SIGNATURE-


Accepted:
obexpushd_0.5-2.diff.gz
  to pool/main/o/obexpushd/obexpushd_0.5-2.diff.gz
obexpushd_0.5-2.dsc
  to pool/main/o/obexpushd/obexpushd_0.5-2.dsc
obexpushd_0.5-2_amd64.deb
  to pool/main/o/obexpushd/obexpushd_0.5-2_amd64.deb


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



Accepted obexpushd 0.5-1 (source amd64)

2007-05-31 Thread Eugeniy Meshcheryakov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 01 Jun 2007 00:00:28 +0200
Source: obexpushd
Binary: obexpushd
Architecture: source amd64
Version: 0.5-1
Distribution: unstable
Urgency: low
Maintainer: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Changed-By: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Description: 
 obexpushd  - program for receiving files via Bluetooth or IRDA
Changes: 
 obexpushd (0.5-1) unstable; urgency=low
 .
   * New upstream release
   * Fix gcc warning on 64-bit machines
Files: 
 aa2545e064d2c3f07bb964586deb8cf1 621 comm optional obexpushd_0.5-1.dsc
 9d1becbec9ab578e68b89d6b4ab15af9 32708 comm optional obexpushd_0.5.orig.tar.gz
 35d7a06c696b3f847a7ca61f572b77b0 2628 comm optional obexpushd_0.5-1.diff.gz
 334da554b0cdea1537fa7125d6f2768f 23050 comm optional obexpushd_0.5-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGX0lWKaC6+zmozOIRAiidAJ9XsoZSnoEzSebD/3mdUWjdDxaqnQCfb/hy
4wGIbn5r1xzudhJE8rLhEYQ=
=86Vz
-END PGP SIGNATURE-


Accepted:
obexpushd_0.5-1.diff.gz
  to pool/main/o/obexpushd/obexpushd_0.5-1.diff.gz
obexpushd_0.5-1.dsc
  to pool/main/o/obexpushd/obexpushd_0.5-1.dsc
obexpushd_0.5-1_amd64.deb
  to pool/main/o/obexpushd/obexpushd_0.5-1_amd64.deb
obexpushd_0.5.orig.tar.gz
  to pool/main/o/obexpushd/obexpushd_0.5.orig.tar.gz


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



Accepted systemtap 0.0.20070512-1 (source amd64)

2007-05-14 Thread Eugeniy Meshcheryakov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 14 May 2007 19:06:41 +0200
Source: systemtap
Binary: systemtap
Architecture: source amd64
Version: 0.0.20070512-1
Distribution: unstable
Urgency: low
Maintainer: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Changed-By: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Description: 
 systemtap  - instrumentation system for Linux 2.6
Changes: 
 systemtap (0.0.20070512-1) unstable; urgency=low
 .
   * New upstream snapshot
   * Build-depend on elfutils libs (= 0.127-3) to get new static parts
   * Add patch to handle all conditional syscalls (17-cond-syscalls)
Files: 
 3c8a502232d28f89fdbacf2ba3cf2c47 848 devel optional 
systemtap_0.0.20070512-1.dsc
 288986cd5ac83498b4119b91b16bc44e 690240 devel optional 
systemtap_0.0.20070512.orig.tar.gz
 723111e186b0e9cd8e36d274ce4d6caf 14908 devel optional 
systemtap_0.0.20070512-1.diff.gz
 f75f7492b2f59c30a183d1d81e599c16 701516 devel optional 
systemtap_0.0.20070512-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGSJgAKaC6+zmozOIRArM8AJ9R6nX7phai3j5esZPp+C4RPzDNNQCdHte9
o1jlRppRLX3lU8Smv6vNjM4=
=TDx2
-END PGP SIGNATURE-


Accepted:
systemtap_0.0.20070512-1.diff.gz
  to pool/main/s/systemtap/systemtap_0.0.20070512-1.diff.gz
systemtap_0.0.20070512-1.dsc
  to pool/main/s/systemtap/systemtap_0.0.20070512-1.dsc
systemtap_0.0.20070512-1_amd64.deb
  to pool/main/s/systemtap/systemtap_0.0.20070512-1_amd64.deb
systemtap_0.0.20070512.orig.tar.gz
  to pool/main/s/systemtap/systemtap_0.0.20070512.orig.tar.gz


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



Accepted doc-debian-uk 0.0.20061017-2 (source all)

2007-05-08 Thread Eugeniy Meshcheryakov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 08 May 2007 16:47:08 +0200
Source: doc-debian-uk
Binary: doc-debian-uk
Architecture: source all
Version: 0.0.20061017-2
Distribution: unstable
Urgency: low
Maintainer: Borys Yanovych [EMAIL PROTECTED]
Changed-By: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Description: 
 doc-debian-uk - Debian Manuals and other documents in Ukrainian
Changes: 
 doc-debian-uk (0.0.20061017-2) unstable; urgency=low
 .
   * Do not compress installed pdfs
   * Add texlive-latex-extra, texlive-lang-cyrillic, texlive-extra-utils as
 first alternative for tetex-extra to Build-Depends-Indep
   * Add gs-gpl | gs-esp to Build-Depends-Indep
Files: 
 083f4d2fa437627c73031cb7c37f7924 818 doc optional 
doc-debian-uk_0.0.20061017-2.dsc
 789f07606cae0102c4bff24093690e6d 2847 doc optional 
doc-debian-uk_0.0.20061017-2.diff.gz
 047c2843af9e94b6935a343e63a8b4e1 673630 doc optional 
doc-debian-uk_0.0.20061017-2_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGQJDUKaC6+zmozOIRAntRAJ0WEdOju1rP7NP2DIm5Y8BuhlRZ3wCcC6cC
mwiPfd8aSbyhdTfE7WGGSIg=
=9ClV
-END PGP SIGNATURE-


Accepted:
doc-debian-uk_0.0.20061017-2.diff.gz
  to pool/main/d/doc-debian-uk/doc-debian-uk_0.0.20061017-2.diff.gz
doc-debian-uk_0.0.20061017-2.dsc
  to pool/main/d/doc-debian-uk/doc-debian-uk_0.0.20061017-2.dsc
doc-debian-uk_0.0.20061017-2_all.deb
  to pool/main/d/doc-debian-uk/doc-debian-uk_0.0.20061017-2_all.deb


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



Accepted systemtap 0.0.20070505-1 (source amd64)

2007-05-05 Thread Eugeniy Meshcheryakov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 05 May 2007 20:56:58 +0200
Source: systemtap
Binary: systemtap
Architecture: source amd64
Version: 0.0.20070505-1
Distribution: unstable
Urgency: low
Maintainer: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Changed-By: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Description: 
 systemtap  - instrumentation system for Linux 2.6
Changes: 
 systemtap (0.0.20070505-1) unstable; urgency=low
 .
   * New upstream snapshot
   * Mention CONFIG_DEBUG_FS and CONFIG_RELAY options in README.Debian
Files: 
 dd084cfd7aa5a0819c1bf59ca1fd1906 841 devel optional 
systemtap_0.0.20070505-1.dsc
 108601c0f8cc9eab4508eaa9f7fb120e 689132 devel optional 
systemtap_0.0.20070505.orig.tar.gz
 7cb4b3145128e2ab850230aaca512823 6972 devel optional 
systemtap_0.0.20070505-1.diff.gz
 6091c4ae80d380f73724aa595d53387f 698492 devel optional 
systemtap_0.0.20070505-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGPNZUKaC6+zmozOIRAtzYAJ9x19OK38tdYnvIiZxpzfHSHzvi2wCfS4C5
OnDKUwew0HyyqGcSDMditY0=
=JdCE
-END PGP SIGNATURE-


Accepted:
systemtap_0.0.20070505-1.diff.gz
  to pool/main/s/systemtap/systemtap_0.0.20070505-1.diff.gz
systemtap_0.0.20070505-1.dsc
  to pool/main/s/systemtap/systemtap_0.0.20070505-1.dsc
systemtap_0.0.20070505-1_amd64.deb
  to pool/main/s/systemtap/systemtap_0.0.20070505-1_amd64.deb
systemtap_0.0.20070505.orig.tar.gz
  to pool/main/s/systemtap/systemtap_0.0.20070505.orig.tar.gz


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



Accepted systemtap 0.0.20070421-1 (source i386)

2007-04-24 Thread Eugeniy Meshcheryakov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 24 Apr 2007 20:38:03 +0200
Source: systemtap
Binary: systemtap
Architecture: source i386
Version: 0.0.20070421-1
Distribution: unstable
Urgency: low
Maintainer: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Changed-By: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Description: 
 systemtap  - instrumentation system for Linux 2.6
Closes: 419823
Changes: 
 systemtap (0.0.20070421-1) unstable; urgency=low
 .
   * New upstream snapshot
 - this version does not contain code with ambiguous 'else' (closes: 
#419823)
Files: 
 91b212129a5b0566fabe428b22237d13 841 devel optional 
systemtap_0.0.20070421-1.dsc
 06690f11eb7baec9cc18426fad5289f6 686406 devel optional 
systemtap_0.0.20070421.orig.tar.gz
 5074fd0465bbbdcbeac6c30978e38468 6854 devel optional 
systemtap_0.0.20070421-1.diff.gz
 fe75c72276275e44c57a3f1336196c68 702366 devel optional 
systemtap_0.0.20070421-1_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGLlHTKaC6+zmozOIRArzqAJ9ts66rK4XTpmnUmWCrSAhhnKAzCACdFVSH
ohbrAVumv5WUrsb8xT1lIok=
=he9n
-END PGP SIGNATURE-


Accepted:
systemtap_0.0.20070421-1.diff.gz
  to pool/main/s/systemtap/systemtap_0.0.20070421-1.diff.gz
systemtap_0.0.20070421-1.dsc
  to pool/main/s/systemtap/systemtap_0.0.20070421-1.dsc
systemtap_0.0.20070421-1_i386.deb
  to pool/main/s/systemtap/systemtap_0.0.20070421-1_i386.deb
systemtap_0.0.20070421.orig.tar.gz
  to pool/main/s/systemtap/systemtap_0.0.20070421.orig.tar.gz


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



Accepted belocs-locales-bin 2.4-2.2 (source i386)

2007-04-18 Thread Eugeniy Meshcheryakov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 18 Apr 2007 22:44:43 +0200
Source: belocs-locales-bin
Binary: belocs-locales-bin
Architecture: source i386
Version: 2.4-2.2
Distribution: unstable
Urgency: low
Maintainer: Denis Barbier [EMAIL PROTECTED]
Changed-By: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Description: 
 belocs-locales-bin - tools for compiling locale data files
Closes: 418840
Changes: 
 belocs-locales-bin (2.4-2.2) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Fix locales magic number detection with glibc 2.5,
 thanks to Denis Barbier (Closes: #418840)
Files: 
 ca75540541db4f91fb17d80d885299c5 624 misc extra belocs-locales-bin_2.4-2.2.dsc
 f856dd80b6dab54f5adf9eab6617c6d5 150041 misc extra 
belocs-locales-bin_2.4-2.2.diff.gz
 562b3287a6da696609dfd0e027683e31 189566 misc extra 
belocs-locales-bin_2.4-2.2_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGJojAKaC6+zmozOIRAlxxAJ9g0EGW+YH8W7qXgtt1uEM6ss6mNwCfZBqR
gZtqgqHeI3V7ScnksG+hnr4=
=bizs
-END PGP SIGNATURE-


Accepted:
belocs-locales-bin_2.4-2.2.diff.gz
  to pool/main/b/belocs-locales-bin/belocs-locales-bin_2.4-2.2.diff.gz
belocs-locales-bin_2.4-2.2.dsc
  to pool/main/b/belocs-locales-bin/belocs-locales-bin_2.4-2.2.dsc
belocs-locales-bin_2.4-2.2_i386.deb
  to pool/main/b/belocs-locales-bin/belocs-locales-bin_2.4-2.2_i386.deb


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



Accepted systemtap 0.0.20070414-1 (source i386)

2007-04-15 Thread Eugeniy Meshcheryakov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 15 Apr 2007 22:18:00 +0200
Source: systemtap
Binary: systemtap
Architecture: source i386
Version: 0.0.20070414-1
Distribution: unstable
Urgency: low
Maintainer: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Changed-By: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Description: 
 systemtap  - instrumentation system for Linux 2.6
Changes: 
 systemtap (0.0.20070414-1) unstable; urgency=low
 .
   * New upstream snapshot
   * Removed patches:
 - 17-gcc-4.3-ftbfs-fix - applied upstream
   * Install Tapset Developer's Guide
Files: 
 7d55ffec64b3f335425de3c6eb906376 841 devel optional 
systemtap_0.0.20070414-1.dsc
 945d0ddb97aabc54246b731114fc213d 686168 devel optional 
systemtap_0.0.20070414.orig.tar.gz
 c412ef24cefb08219a0930981e33d326 6797 devel optional 
systemtap_0.0.20070414-1.diff.gz
 6688fb2bbf1f65d9d65661ced2cb1815 702630 devel optional 
systemtap_0.0.20070414-1_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGIon3KaC6+zmozOIRArOiAJ9W63u+ujhSFlTONEoqV/WYYpcqdwCdFhpq
49cdm4tKhWKg7IW9mPggHug=
=lx2o
-END PGP SIGNATURE-


Accepted:
systemtap_0.0.20070414-1.diff.gz
  to pool/main/s/systemtap/systemtap_0.0.20070414-1.diff.gz
systemtap_0.0.20070414-1.dsc
  to pool/main/s/systemtap/systemtap_0.0.20070414-1.dsc
systemtap_0.0.20070414-1_i386.deb
  to pool/main/s/systemtap/systemtap_0.0.20070414-1_i386.deb
systemtap_0.0.20070414.orig.tar.gz
  to pool/main/s/systemtap/systemtap_0.0.20070414.orig.tar.gz


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



Accepted fntsample 2.5-1 (source i386)

2007-04-14 Thread Eugeniy Meshcheryakov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 15 Apr 2007 00:55:25 +0200
Source: fntsample
Binary: fntsample
Architecture: source i386
Version: 2.5-1
Distribution: unstable
Urgency: low
Maintainer: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Changed-By: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Description: 
 fntsample  - program for making font samples
Changes: 
 fntsample (2.5-1) unstable; urgency=low
 .
   * New upstream release
Files: 
 12185acd266ee504ef91a18fe7d91bd5 646 text optional fntsample_2.5-1.dsc
 fd276ddc373f050ad3c92257556040ef 85588 text optional fntsample_2.5.orig.tar.gz
 1c8428a4e7c47b73fac2da94851d2cb3 2034 text optional fntsample_2.5-1.diff.gz
 38a9273ec0e0572c089178bfc90878ea 14708 text optional fntsample_2.5-1_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGIV1UKaC6+zmozOIRAmrcAJsH2fBSh0RQksqHlKlDgzFgJy7mqwCffzrM
LQ5ulGYXAVWFmeYJVWbDZOk=
=oR5F
-END PGP SIGNATURE-


Accepted:
fntsample_2.5-1.diff.gz
  to pool/main/f/fntsample/fntsample_2.5-1.diff.gz
fntsample_2.5-1.dsc
  to pool/main/f/fntsample/fntsample_2.5-1.dsc
fntsample_2.5-1_i386.deb
  to pool/main/f/fntsample/fntsample_2.5-1_i386.deb
fntsample_2.5.orig.tar.gz
  to pool/main/f/fntsample/fntsample_2.5.orig.tar.gz


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



Accepted ispell-uk 1.3.3-1 (source all i386)

2007-04-12 Thread Eugeniy Meshcheryakov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 12 Apr 2007 22:31:52 +0200
Source: ispell-uk
Binary: myspell-uk iukrainian aspell-uk wukrainian
Architecture: source all i386
Version: 1.3.3-1
Distribution: unstable
Urgency: low
Maintainer: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Changed-By: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Description: 
 aspell-uk  - Ukrainian dictionary for GNU Aspell
 iukrainian - Ukrainian dictionary for ispell
 myspell-uk - Ukrainian dictionary for myspell
 wukrainian - Ukrainian dictionary words for /usr/share/dict
Changes: 
 ispell-uk (1.3.3-1) unstable; urgency=low
 .
   * New upstream release
   * Do not build transitional package aspell-ukr anymore
   * Use UTF-8 for wordlist and aspell dictionary
Files: 
 51be9ecb9f3550db444a0fb3edd5a56c 687 text optional ispell-uk_1.3.3-1.dsc
 f8ad2abe34c4b78af2b1d57154e96566 481381 text optional 
ispell-uk_1.3.3.orig.tar.gz
 ae8f55977e87ff626d8bc61f446e1690 3006 text optional ispell-uk_1.3.3-1.diff.gz
 f7914d572e3c8b320e5e42d8e4797950 871216 text optional 
iukrainian_1.3.3-1_i386.deb
 6dd722df4f47ed1140316736d792af89 2992844 text optional 
wukrainian_1.3.3-1_all.deb
 e03f7321378fb3e0eaecd79b13106b47 325876 text optional 
myspell-uk_1.3.3-1_all.deb
 2d10d63965188d62fb9500cb60749445 283500 text optional aspell-uk_1.3.3-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGHpkwKaC6+zmozOIRAhxgAKCGJvH+tgr+w7kQS8Hcxt7C7tcX0wCdEZCf
Ei5foHM0VBsuiUTIbr4VnLo=
=YFb9
-END PGP SIGNATURE-


Accepted:
aspell-uk_1.3.3-1_all.deb
  to pool/main/i/ispell-uk/aspell-uk_1.3.3-1_all.deb
ispell-uk_1.3.3-1.diff.gz
  to pool/main/i/ispell-uk/ispell-uk_1.3.3-1.diff.gz
ispell-uk_1.3.3-1.dsc
  to pool/main/i/ispell-uk/ispell-uk_1.3.3-1.dsc
ispell-uk_1.3.3.orig.tar.gz
  to pool/main/i/ispell-uk/ispell-uk_1.3.3.orig.tar.gz
iukrainian_1.3.3-1_i386.deb
  to pool/main/i/ispell-uk/iukrainian_1.3.3-1_i386.deb
myspell-uk_1.3.3-1_all.deb
  to pool/main/i/ispell-uk/myspell-uk_1.3.3-1_all.deb
wukrainian_1.3.3-1_all.deb
  to pool/main/i/ispell-uk/wukrainian_1.3.3-1_all.deb


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



Accepted systemtap 0.0.20070331-1 (source i386)

2007-04-04 Thread Eugeniy Meshcheryakov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 04 Apr 2007 15:31:10 +0200
Source: systemtap
Binary: systemtap
Architecture: source i386
Version: 0.0.20070331-1
Distribution: unstable
Urgency: low
Maintainer: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Changed-By: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Description: 
 systemtap  - instrumentation system for Linux 2.6
Closes: 417721
Changes: 
 systemtap (0.0.20070331-1) unstable; urgency=low
 .
   * New upstream snapshot
   * Added patch from Martin Michlmayr to fix FTBFS with GCC 4.3 (closes: 
#417721)
Files: 
 5db0bac4bf7c733d3176cf00fa19b6db 841 devel optional 
systemtap_0.0.20070331-1.dsc
 ce470c6a8742898457c4944ce4337011 671478 devel optional 
systemtap_0.0.20070331.orig.tar.gz
 20ee2ecd696396360ac406ec2a3e6009 6990 devel optional 
systemtap_0.0.20070331-1.diff.gz
 e7ede8ec7f3c0e9a8fc4fb1f7d71484d 693004 devel optional 
systemtap_0.0.20070331-1_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGE6yFKaC6+zmozOIRAnUvAJ93pLrHVqhc3W5ag8+Y+3TYNRfLhACeIULc
kePBgJe+NK+uyk4bajnMWtg=
=rugY
-END PGP SIGNATURE-


Accepted:
systemtap_0.0.20070331-1.diff.gz
  to pool/main/s/systemtap/systemtap_0.0.20070331-1.diff.gz
systemtap_0.0.20070331-1.dsc
  to pool/main/s/systemtap/systemtap_0.0.20070331-1.dsc
systemtap_0.0.20070331-1_i386.deb
  to pool/main/s/systemtap/systemtap_0.0.20070331-1_i386.deb
systemtap_0.0.20070331.orig.tar.gz
  to pool/main/s/systemtap/systemtap_0.0.20070331.orig.tar.gz


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



Accepted systemtap 0.0.20070324-1 (source i386)

2007-03-27 Thread Eugeniy Meshcheryakov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 27 Mar 2007 18:15:48 +0200
Source: systemtap
Binary: systemtap
Architecture: source i386
Version: 0.0.20070324-1
Distribution: unstable
Urgency: low
Maintainer: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Changed-By: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Description: 
 systemtap  - instrumentation system for Linux 2.6
Changes: 
 systemtap (0.0.20070324-1) unstable; urgency=low
 .
   * New upstream snapshot
   * Updated patches:
 - 06-static-libdw-fix
   * Update debian/copyright
Files: 
 26fd5062fb985c674ff0984f1b149ee8 841 devel optional 
systemtap_0.0.20070324-1.dsc
 f1395d94fbf0e422f6104d2665f24bca 668749 devel optional 
systemtap_0.0.20070324.orig.tar.gz
 16906a057ffefeb33bcbd910ba240f94 6686 devel optional 
systemtap_0.0.20070324-1.diff.gz
 aafecbc599f8576e45192c61c81d4a66 693250 devel optional 
systemtap_0.0.20070324-1_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGCXAwKaC6+zmozOIRAiXCAJ4kRw9As8GHEiSv/EUmjwUR4eoyigCfcyHm
y5z2ed6cvbozsx/CGU+R1+8=
=n5iw
-END PGP SIGNATURE-


Accepted:
systemtap_0.0.20070324-1.diff.gz
  to pool/main/s/systemtap/systemtap_0.0.20070324-1.diff.gz
systemtap_0.0.20070324-1.dsc
  to pool/main/s/systemtap/systemtap_0.0.20070324-1.dsc
systemtap_0.0.20070324-1_i386.deb
  to pool/main/s/systemtap/systemtap_0.0.20070324-1_i386.deb
systemtap_0.0.20070324.orig.tar.gz
  to pool/main/s/systemtap/systemtap_0.0.20070324.orig.tar.gz


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



Accepted fntsample 2.4-1 (source i386)

2007-03-14 Thread Eugeniy Meshcheryakov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 14 Mar 2007 20:11:55 +0100
Source: fntsample
Binary: fntsample
Architecture: source i386
Version: 2.4-1
Distribution: unstable
Urgency: low
Maintainer: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Changed-By: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Description: 
 fntsample  - program for making font samples
Changes: 
 fntsample (2.4-1) unstable; urgency=low
 .
   * New upstream release
   * Add libpdf-api2-perl and ${perl:Depends} to dependencies for 'pdfoutline'
 script
   * Add dh_perl to debian/rules
   * Add information about pdfoutline to package description
Files: 
 1001d7561b983df194c17f9f1265593e 646 text optional fntsample_2.4-1.dsc
 013e5f5d6f4035437e67d0ee665de1bd 84348 text optional fntsample_2.4.orig.tar.gz
 14dcc33e4e08aa33b8234bdb8c7d51ee 2010 text optional fntsample_2.4-1.diff.gz
 46dc5d78e6b805fc8d3139cb8eb41db4 13534 text optional fntsample_2.4-1_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFF+Ek8KaC6+zmozOIRAvOYAJ9BypQKMlWEGH+rDwHHgix+/4AWvgCdFzXP
0S1h7ni5lS/lUZ45WZXjX54=
=pyxj
-END PGP SIGNATURE-


Accepted:
fntsample_2.4-1.diff.gz
  to pool/main/f/fntsample/fntsample_2.4-1.diff.gz
fntsample_2.4-1.dsc
  to pool/main/f/fntsample/fntsample_2.4-1.dsc
fntsample_2.4-1_i386.deb
  to pool/main/f/fntsample/fntsample_2.4-1_i386.deb
fntsample_2.4.orig.tar.gz
  to pool/main/f/fntsample/fntsample_2.4.orig.tar.gz


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



Accepted systemtap 0.0.20070303-1 (source i386)

2007-03-04 Thread Eugeniy Meshcheryakov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun,  4 Mar 2007 20:36:54 +0100
Source: systemtap
Binary: systemtap
Architecture: source i386
Version: 0.0.20070303-1
Distribution: unstable
Urgency: low
Maintainer: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Changed-By: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Description: 
 systemtap  - instrumentation system for Linux 2.6
Changes: 
 systemtap (0.0.20070303-1) unstable; urgency=low
 .
   * New upstream snapshot
   * Patches:
 - 13-perfmon-link - updated
 - 18-examples-stap-path - removed, fixed upstream
 - 19-no-string-const-to-charp - removed, applied upstream
   * Remove debian/patches.disabled - not needed
   * Update debian/copyright
Files: 
 24d65e6e4ed1836efede395a9af9dd3d 841 devel optional 
systemtap_0.0.20070303-1.dsc
 1b7d61c1dc92b0a1a28edfdc5e35eaa0 639562 devel optional 
systemtap_0.0.20070303.orig.tar.gz
 9c0e7491bd995ef1ce6b9434e5893b47 6634 devel optional 
systemtap_0.0.20070303-1.diff.gz
 db43a3d69e9b573501971d2490656f6b 689182 devel optional 
systemtap_0.0.20070303-1_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFF6yH/KaC6+zmozOIRAnfzAJ4jlRv/bmZzvF7yqCxU5Bqsbfs8MQCfW0JB
36Iulkxd96hb0SFTx2r2WPk=
=NMMe
-END PGP SIGNATURE-


Accepted:
systemtap_0.0.20070303-1.diff.gz
  to pool/main/s/systemtap/systemtap_0.0.20070303-1.diff.gz
systemtap_0.0.20070303-1.dsc
  to pool/main/s/systemtap/systemtap_0.0.20070303-1.dsc
systemtap_0.0.20070303-1_i386.deb
  to pool/main/s/systemtap/systemtap_0.0.20070303-1_i386.deb
systemtap_0.0.20070303.orig.tar.gz
  to pool/main/s/systemtap/systemtap_0.0.20070303.orig.tar.gz


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



Accepted fntsample 2.3-1 (source i386)

2007-03-04 Thread Eugeniy Meshcheryakov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun,  4 Mar 2007 20:56:02 +0100
Source: fntsample
Binary: fntsample
Architecture: source i386
Version: 2.3-1
Distribution: unstable
Urgency: low
Maintainer: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Changed-By: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Description: 
 fntsample  - program for making font samples
Changes: 
 fntsample (2.3-1) unstable; urgency=low
 .
   * New upstream release
   * Install upstream changelog too
Files: 
 81be4d54e5f4b9eb9ff898f44bd9b736 646 text optional fntsample_2.3-1.dsc
 b0028ecc1b222c86c1b0f69e32524ec3 82181 text optional fntsample_2.3.orig.tar.gz
 58f0b01311863cab6bb1339193d57570 1838 text optional fntsample_2.3-1.diff.gz
 6efad2f095a5b883a439defb548760c4 10952 text optional fntsample_2.3-1_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFF6yYuKaC6+zmozOIRAgCZAJ96BYBZKl8zOwSYASnXW44V7SdAxQCfaZcm
esQM3mdcgCxO8r7Rj6Rx8+g=
=D7O4
-END PGP SIGNATURE-


Accepted:
fntsample_2.3-1.diff.gz
  to pool/main/f/fntsample/fntsample_2.3-1.diff.gz
fntsample_2.3-1.dsc
  to pool/main/f/fntsample/fntsample_2.3-1.dsc
fntsample_2.3-1_i386.deb
  to pool/main/f/fntsample/fntsample_2.3-1_i386.deb
fntsample_2.3.orig.tar.gz
  to pool/main/f/fntsample/fntsample_2.3.orig.tar.gz


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



Accepted fntsample 2-1 (source i386)

2007-02-19 Thread Eugeniy Meshcheryakov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 20 Jan 2007 21:53:27 +0100
Source: fntsample
Binary: fntsample
Architecture: source i386
Version: 2-1
Distribution: unstable
Urgency: low
Maintainer: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Changed-By: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Description: 
 fntsample  - program for making font samples
Closes: 407592
Changes: 
 fntsample (2-1) unstable; urgency=low
 .
   * Initial release (Closes: #407592)
Files: 
 cc72a8ce5bc30c550eb1f8cd3f357bd4 640 text optional fntsample_2-1.dsc
 1ca260b42f353ab8b448ba088d12d1f1 81606 text optional fntsample_2.orig.tar.gz
 1e7505a788ea673e32cd32a0bea469eb 1784 text optional fntsample_2-1.diff.gz
 9542666854392e8c3eb0b91299ecf36b 10390 text optional fntsample_2-1_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFFsoTNKaC6+zmozOIRAnr+AJ0XvPd8g3DR40m7rtcb+NbOdo2WsgCeK3qf
SiUL+N7uKpccp5Hr93RCjGs=
=dGDC
-END PGP SIGNATURE-


Accepted:
fntsample_2-1.diff.gz
  to pool/main/f/fntsample/fntsample_2-1.diff.gz
fntsample_2-1.dsc
  to pool/main/f/fntsample/fntsample_2-1.dsc
fntsample_2-1_i386.deb
  to pool/main/f/fntsample/fntsample_2-1_i386.deb
fntsample_2.orig.tar.gz
  to pool/main/f/fntsample/fntsample_2.orig.tar.gz


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



Accepted systemtap 0.0.20070217-1 (source i386)

2007-02-19 Thread Eugeniy Meshcheryakov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 19 Feb 2007 17:26:47 +0100
Source: systemtap
Binary: systemtap
Architecture: source i386
Version: 0.0.20070217-1
Distribution: unstable
Urgency: low
Maintainer: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Changed-By: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Description: 
 systemtap  - instrumentation system for Linux 2.6
Changes: 
 systemtap (0.0.20070217-1) unstable; urgency=low
 .
   * New upstream snapshot
   * Remove usr/share/systemtap/tapset/test in from binary package debian/rules
   * Remove patch 17-include-pgtable_h - it is not needed anymore
   * Update debian/copyright
   * 18-examples-stap-path - new patch, fixes (removes) path to stap executable
 in socktop example
   * 19-no-string-const-to-charp - new patch, fixes build failure with gcc 4.3
 due to deprecated conversion from string constant to 'char*' in
 tapsets.cxx
Files: 
 d22afb4dbac8e65809578d8aaf721e58 841 devel optional 
systemtap_0.0.20070217-1.dsc
 6b7fe0cf2ba1572714b89f479ed768a4 635519 devel optional 
systemtap_0.0.20070217.orig.tar.gz
 e342b998b3a7b445c8882a191126 7122 devel optional 
systemtap_0.0.20070217-1.diff.gz
 10c4601aa11b89bebf27f6dabf9db968 685330 devel optional 
systemtap_0.0.20070217-1_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFF2dC+KaC6+zmozOIRApXbAJ99oIpDqtjUXYa//Fi8A4fjrABXPwCfa2VD
RzeervQeNMS49whW2RI1xII=
=SV0F
-END PGP SIGNATURE-


Accepted:
systemtap_0.0.20070217-1.diff.gz
  to pool/main/s/systemtap/systemtap_0.0.20070217-1.diff.gz
systemtap_0.0.20070217-1.dsc
  to pool/main/s/systemtap/systemtap_0.0.20070217-1.dsc
systemtap_0.0.20070217-1_i386.deb
  to pool/main/s/systemtap/systemtap_0.0.20070217-1_i386.deb
systemtap_0.0.20070217.orig.tar.gz
  to pool/main/s/systemtap/systemtap_0.0.20070217.orig.tar.gz


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



Accepted ispell-uk 1.3.1-1 (source all i386)

2007-02-12 Thread Eugeniy Meshcheryakov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 12 Feb 2007 11:23:07 +0100
Source: ispell-uk
Binary: aspell-ukr myspell-uk iukrainian aspell-uk wukrainian
Architecture: source all i386
Version: 1.3.1-1
Distribution: unstable
Urgency: low
Maintainer: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Changed-By: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Description: 
 aspell-uk  - Ukrainian dictionary for GNU Aspell
 aspell-ukr - Ukrainian dictionary for GNU Aspell (transitional package)
 iukrainian - Ukrainian dictionary for ispell
 myspell-uk - Ukrainian dictionary for myspell
 wukrainian - Ukrainian dictionary words for /usr/share/dict
Changes: 
 ispell-uk (1.3.1-1) unstable; urgency=low
 .
   * New upstream release
   * Update debian/copyright
   * Standards-Version 3.7.2, no additional changes required
Files: 
 685bca02412a58cdd005b2ecfb280e0c 700 text optional ispell-uk_1.3.1-1.dsc
 f4cc33960c8516c328982932d46863c0 5297681 text optional 
ispell-uk_1.3.1.orig.tar.gz
 bb9f0b02855206678062e853f750f1da 2968 text optional ispell-uk_1.3.1-1.diff.gz
 c0faad24138ebd492b329c09f2fbf3bd 863832 text optional 
iukrainian_1.3.1-1_i386.deb
 9eaf85de98c4ebb9b5cd3fa2d1d27210 2443376 text optional 
wukrainian_1.3.1-1_all.deb
 0f4308c701f3f552c9df7ce491c4aee4 322694 text optional 
myspell-uk_1.3.1-1_all.deb
 9e4b94d9234687d52d1cb3784be16a82 250170 text optional aspell-uk_1.3.1-1_all.deb
 c948497144dc35069059cb52f5278f49 2056 text optional aspell-ukr_1.3.1-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFF0EDnKaC6+zmozOIRAufBAJ9HTh2igsa8Q9nVs8LqGgmJvIXmXQCfUHIG
tk0E5wwxzY7taXzq0BmTGBo=
=LAJ5
-END PGP SIGNATURE-


Accepted:
aspell-uk_1.3.1-1_all.deb
  to pool/main/i/ispell-uk/aspell-uk_1.3.1-1_all.deb
aspell-ukr_1.3.1-1_all.deb
  to pool/main/i/ispell-uk/aspell-ukr_1.3.1-1_all.deb
ispell-uk_1.3.1-1.diff.gz
  to pool/main/i/ispell-uk/ispell-uk_1.3.1-1.diff.gz
ispell-uk_1.3.1-1.dsc
  to pool/main/i/ispell-uk/ispell-uk_1.3.1-1.dsc
ispell-uk_1.3.1.orig.tar.gz
  to pool/main/i/ispell-uk/ispell-uk_1.3.1.orig.tar.gz
iukrainian_1.3.1-1_i386.deb
  to pool/main/i/ispell-uk/iukrainian_1.3.1-1_i386.deb
myspell-uk_1.3.1-1_all.deb
  to pool/main/i/ispell-uk/myspell-uk_1.3.1-1_all.deb
wukrainian_1.3.1-1_all.deb
  to pool/main/i/ispell-uk/wukrainian_1.3.1-1_all.deb


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



Bug#407592: ITP: fntsample -- program for making font samples

2007-01-19 Thread Eugeniy Meshcheryakov
Package: wnpp
Severity: wishlist
Owner: Eugeniy Meshcheryakov [EMAIL PROTECTED]

* Package name: fntsample
  Version : = 2
  Upstream Author : Eugeniy Meshcheryakov [EMAIL PROTECTED]
* URL : http://sourceforge.net/projects/fntsample
* License : GPL
  Programming Lang: C
  Description : program for making font samples

A program for making font samples that show Unicode coverage of the font
and are similar in appearance to Unicode charts. Samples can be saved as
PDF or PostScript files.

-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.20-rc5-me
Locale: LANG=uk_UA.UTF-8, LC_CTYPE=uk_UA.UTF-8 (charmap=UTF-8)


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



Accepted systemtap 0.0.20070113-1 (source i386)

2007-01-19 Thread Eugeniy Meshcheryakov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 19 Jan 2007 11:23:59 +0100
Source: systemtap
Binary: systemtap
Architecture: source i386
Version: 0.0.20070113-1
Distribution: unstable
Urgency: low
Maintainer: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Changed-By: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Description: 
 systemtap  - instrumentation system for Linux 2.6
Closes: 407389 407390
Changes: 
 systemtap (0.0.20070113-1) unstable; urgency=low
 .
   * New upstream snapshot
 - should now work with kernels = 2.6.19 too (closes: #407389)
   * Add '#include asm/pgtable.h' in src/runtime/alloc.c to fix undeclared
 PAGE_KERNEL (closes: #407390)
   * Updated debian/copyright
Files: 
 70b12927c7f2f61c291359a1029eba30 841 devel optional 
systemtap_0.0.20070113-1.dsc
 7b63727d9c7128d49fa273027d7256c2 621924 devel optional 
systemtap_0.0.20070113.orig.tar.gz
 76e1066a330ba0ca76cb8d8347b51836 6558 devel optional 
systemtap_0.0.20070113-1.diff.gz
 3c96614e0cf6d4ff032c06d158d76650 665462 devel optional 
systemtap_0.0.20070113-1_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFFsKGzKaC6+zmozOIRAszvAJwMUsaqZVkXIqJnRKTY+igv/G4BuACfamty
2J9HY0/63C+2kxmQUX6pci4=
=lkRY
-END PGP SIGNATURE-


Accepted:
systemtap_0.0.20070113-1.diff.gz
  to pool/main/s/systemtap/systemtap_0.0.20070113-1.diff.gz
systemtap_0.0.20070113-1.dsc
  to pool/main/s/systemtap/systemtap_0.0.20070113-1.dsc
systemtap_0.0.20070113-1_i386.deb
  to pool/main/s/systemtap/systemtap_0.0.20070113-1_i386.deb
systemtap_0.0.20070113.orig.tar.gz
  to pool/main/s/systemtap/systemtap_0.0.20070113.orig.tar.gz


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



Accepted systemtap 0.0.20061202-1 (source i386)

2006-12-03 Thread Eugeniy Meshcheryakov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 28 Nov 2006 16:09:28 +0100
Source: systemtap
Binary: systemtap
Architecture: source i386
Version: 0.0.20061202-1
Distribution: unstable
Urgency: low
Maintainer: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Changed-By: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Description: 
 systemtap  - instrumentation system for Linux 2.6
Changes: 
 systemtap (0.0.20061202-1) unstable; urgency=low
 .
   * New upstream snapshot
   * Restrict list of architectures to i386, amd64, ia64, s390, and powerpc;
 systemtap can be built on more architectures, but it cannot be used there
   * Drop patches:
 - 03-systemtap-manpages - applied upstream
 - 07-MAP_POPULATE-sparc - sparc is not supported
Files: 
 856f94161a2ee064129654b7481505b3 841 devel optional 
systemtap_0.0.20061202-1.dsc
 9a122cc217504e3744c149761b3ac72f 609610 devel optional 
systemtap_0.0.20061202.orig.tar.gz
 064518c769363dd8a6a4ef6eca6a0875 6253 devel optional 
systemtap_0.0.20061202-1.diff.gz
 3807fc4ef56fb4cd028287b211a8bb1e 653470 devel optional 
systemtap_0.0.20061202-1_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)

iD8DBQFFc0UQKaC6+zmozOIRAh5rAKCWQiEG3ktl4t3iUW3yeMRwh/2b3QCdG4f9
NrpQTnmXHTzMNa7QwgJsOHA=
=tyot
-END PGP SIGNATURE-


Accepted:
systemtap_0.0.20061202-1.diff.gz
  to pool/main/s/systemtap/systemtap_0.0.20061202-1.diff.gz
systemtap_0.0.20061202-1.dsc
  to pool/main/s/systemtap/systemtap_0.0.20061202-1.dsc
systemtap_0.0.20061202-1_i386.deb
  to pool/main/s/systemtap/systemtap_0.0.20061202-1_i386.deb
systemtap_0.0.20061202.orig.tar.gz
  to pool/main/s/systemtap/systemtap_0.0.20061202.orig.tar.gz


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



Accepted obexpushd 0.4+svn10-2 (source i386)

2006-12-02 Thread Eugeniy Meshcheryakov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat,  2 Dec 2006 20:37:00 +0100
Source: obexpushd
Binary: obexpushd
Architecture: source i386
Version: 0.4+svn10-2
Distribution: unstable
Urgency: low
Maintainer: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Changed-By: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Description: 
 obexpushd  - program for receiving files via Bluetooth or IRDA
Closes: 401203
Changes: 
 obexpushd (0.4+svn10-2) unstable; urgency=low
 .
   * Apply patch from Hendrik Sattler to fix failure to receive files from
 SE K700i phones (closes: #401203)
Files: 
 19b2dbaf19477e7ff8ad37c5012cf79e 639 comm optional obexpushd_0.4+svn10-2.dsc
 01403103c1ab97b47a3687aff09b160a 2750 comm optional 
obexpushd_0.4+svn10-2.diff.gz
 35c2ab46d03fdb5e4155cdd6d4ccb2d5 17750 comm optional 
obexpushd_0.4+svn10-2_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)

iD8DBQFFcdZwKaC6+zmozOIRAnS5AJ0bXbvGhwEDicQViS0l81AQVGMYUACgkdhi
lLe7pngdy6MN4wPEhwAy0ds=
=VvsQ
-END PGP SIGNATURE-


Accepted:
obexpushd_0.4+svn10-2.diff.gz
  to pool/main/o/obexpushd/obexpushd_0.4+svn10-2.diff.gz
obexpushd_0.4+svn10-2.dsc
  to pool/main/o/obexpushd/obexpushd_0.4+svn10-2.dsc
obexpushd_0.4+svn10-2_i386.deb
  to pool/main/o/obexpushd/obexpushd_0.4+svn10-2_i386.deb


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



Accepted iceweasel-locale-uk 2.0-1 (source all)

2006-11-23 Thread Eugeniy Meshcheryakov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 21 Nov 2006 16:10:18 +0100
Source: iceweasel-locale-uk
Binary: mozilla-firefox-locale-uk iceweasel-locale-uk
Architecture: source all
Version: 2.0-1
Distribution: unstable
Urgency: low
Maintainer: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Changed-By: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Description: 
 iceweasel-locale-uk - Iceweasel Ukrainian language/region package
 mozilla-firefox-locale-uk - Iceweasel Ukrainian language/region property 
package (transitiona
Closes: 399689
Changes: 
 iceweasel-locale-uk (2.0-1) unstable; urgency=low
 .
   * New upstream release (closes: #399689)
   * Rename source package to iceweasel-locale-uk to follow firefox-iceweasel
 renaming
   * Add binary package iceweasel-locale-uk
   * Do not provide firefox-locale-uk binary package anymore (it is not in
 stable anyway), but keep mozilla-firefox-locale-uk transitional package
   * Apply rebranding patch to upstream source
   * Suggest myspell-uk for spellchecking support
Files: 
 b9691bacff7a8589020785d68724427e 670 web optional iceweasel-locale-uk_2.0-1.dsc
 30d473ad2eb7134e4f74b91160d1df2a 215711 web optional 
iceweasel-locale-uk_2.0.orig.tar.gz
 a30a871a79ebe5e8e0883e683523b8c2 14159 web optional 
iceweasel-locale-uk_2.0-1.diff.gz
 8d406d6739fdd90155014d50a147334f 231002 web optional 
iceweasel-locale-uk_2.0-1_all.deb
 7d7315a00f187607a50708e2d0e84ede 11912 web optional 
mozilla-firefox-locale-uk_2.0-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)

iD8DBQFFYx0hKaC6+zmozOIRAmZHAJ0fe+rne/lUT9tkRL4x5m6S79WscACaAzYT
ldVMdZDCnrzYRD/JUXQz2wg=
=inPl
-END PGP SIGNATURE-


Accepted:
iceweasel-locale-uk_2.0-1.diff.gz
  to pool/main/i/iceweasel-locale-uk/iceweasel-locale-uk_2.0-1.diff.gz
iceweasel-locale-uk_2.0-1.dsc
  to pool/main/i/iceweasel-locale-uk/iceweasel-locale-uk_2.0-1.dsc
iceweasel-locale-uk_2.0-1_all.deb
  to pool/main/i/iceweasel-locale-uk/iceweasel-locale-uk_2.0-1_all.deb
iceweasel-locale-uk_2.0.orig.tar.gz
  to pool/main/i/iceweasel-locale-uk/iceweasel-locale-uk_2.0.orig.tar.gz
mozilla-firefox-locale-uk_2.0-1_all.deb
  to pool/main/i/iceweasel-locale-uk/mozilla-firefox-locale-uk_2.0-1_all.deb


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



Accepted systemtap 0.0.20061111-1 (source i386)

2006-11-11 Thread Eugeniy Meshcheryakov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 11 Nov 2006 18:24:24 +0100
Source: systemtap
Binary: systemtap
Architecture: source i386
Version: 0.0.2006-1
Distribution: unstable
Urgency: low
Maintainer: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Changed-By: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Description: 
 systemtap  - instrumentation system for Linux 2.6
Changes: 
 systemtap (0.0.2006-1) unstable; urgency=low
 .
   * New upstream snapshot
   * Compile systemtap with perfmon support again:
 - move patches from debian/patches.disabled to debian/patches
 - Build-depend on libpfm3-3.2-dev on ia64, i386, amd64, and mips
Files: 
 5a18d6725405f8f737d9b733a51ebf09 821 devel optional 
systemtap_0.0.2006-1.dsc
 c1a2960a5e96cce498526094f1a2f6c8 606003 devel optional 
systemtap_0.0.2006.orig.tar.gz
 b231e6c6c5c30e1bad7f641a014dd60e 8709 devel optional 
systemtap_0.0.2006-1.diff.gz
 62c1cd6c4ba5dbeaebed349b74e5b458 644700 devel optional 
systemtap_0.0.2006-1_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)

iD8DBQFFVggUKaC6+zmozOIRAiqnAJ9VJ/eQ53FnrCTn1rOTeDT6XVB6BgCggHhP
eynWhPAR6GXk7T/DF/lnlY4=
=sFy5
-END PGP SIGNATURE-


Accepted:
systemtap_0.0.2006-1.diff.gz
  to pool/main/s/systemtap/systemtap_0.0.2006-1.diff.gz
systemtap_0.0.2006-1.dsc
  to pool/main/s/systemtap/systemtap_0.0.2006-1.dsc
systemtap_0.0.2006-1_i386.deb
  to pool/main/s/systemtap/systemtap_0.0.2006-1_i386.deb
systemtap_0.0.2006.orig.tar.gz
  to pool/main/s/systemtap/systemtap_0.0.2006.orig.tar.gz


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



Accepted obexpushd 0.4+svn10-1 (source i386)

2006-11-07 Thread Eugeniy Meshcheryakov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue,  7 Nov 2006 23:12:15 +0100
Source: obexpushd
Binary: obexpushd
Architecture: source i386
Version: 0.4+svn10-1
Distribution: unstable
Urgency: low
Maintainer: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Changed-By: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Description: 
 obexpushd  - program for receiving files via Bluetooth or IRDA
Closes: 397297
Changes: 
 obexpushd (0.4+svn10-1) unstable; urgency=low
 .
   * New upstream SVN snapshot
 - Fixed arbitrary command execution vulnerability (closes: #397297)
Files: 
 b2acf6083a7f154bb5fbe5bb04b112a7 639 comm optional obexpushd_0.4+svn10-1.dsc
 0811e1ef852e40a8b9061ce880241878 21822 comm optional 
obexpushd_0.4+svn10.orig.tar.gz
 d250982d6c30c617018619ee6e5384db 2400 comm optional 
obexpushd_0.4+svn10-1.diff.gz
 d6b19eef26a4a95ce6b50e6328876353 17646 comm optional 
obexpushd_0.4+svn10-1_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)

iD8DBQFFUQZxKaC6+zmozOIRAqgXAJ4nGzCDkSLZM1sSlwVjdV2ZRfxpaACgkaqr
WnEpHYWu+LEQ7QzL4cSteNU=
=y+1n
-END PGP SIGNATURE-


Accepted:
obexpushd_0.4+svn10-1.diff.gz
  to pool/main/o/obexpushd/obexpushd_0.4+svn10-1.diff.gz
obexpushd_0.4+svn10-1.dsc
  to pool/main/o/obexpushd/obexpushd_0.4+svn10-1.dsc
obexpushd_0.4+svn10-1_i386.deb
  to pool/main/o/obexpushd/obexpushd_0.4+svn10-1_i386.deb
obexpushd_0.4+svn10.orig.tar.gz
  to pool/main/o/obexpushd/obexpushd_0.4+svn10.orig.tar.gz


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



Accepted obexpushd 0.4-2 (source i386)

2006-11-04 Thread Eugeniy Meshcheryakov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat,  4 Nov 2006 22:05:42 +0100
Source: obexpushd
Binary: obexpushd
Architecture: source i386
Version: 0.4-2
Distribution: unstable
Urgency: low
Maintainer: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Changed-By: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Description: 
 obexpushd  - program for receiving files via Bluetooth or IRDA
Closes: 397015
Changes: 
 obexpushd (0.4-2) unstable; urgency=low
 .
   * Applied patch from upstream SVN to fix FTBFS on 64-bit architectures
 (closes: #397015)
Files: 
 978f92af2e2c23f91deae37edd5534da 621 comm optional obexpushd_0.4-2.dsc
 8535cf83ad77952f970ea4db1421121f 2486 comm optional obexpushd_0.4-2.diff.gz
 476a3f27e346520d409c135fe25717f3 17302 comm optional obexpushd_0.4-2_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)

iD8DBQFFTQJuKaC6+zmozOIRAtlFAJsFbToNqAkCjUMDdmGlN6uUtqQhcQCfUvI1
k4XahUaOm1KyxbcLrpTvU2g=
=24Mk
-END PGP SIGNATURE-


Accepted:
obexpushd_0.4-2.diff.gz
  to pool/main/o/obexpushd/obexpushd_0.4-2.diff.gz
obexpushd_0.4-2.dsc
  to pool/main/o/obexpushd/obexpushd_0.4-2.dsc
obexpushd_0.4-2_i386.deb
  to pool/main/o/obexpushd/obexpushd_0.4-2_i386.deb


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



Accepted obexpushd 0.4-3 (source i386)

2006-11-04 Thread Eugeniy Meshcheryakov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat,  4 Nov 2006 22:27:30 +0100
Source: obexpushd
Binary: obexpushd
Architecture: source i386
Version: 0.4-3
Distribution: unstable
Urgency: low
Maintainer: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Changed-By: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Description: 
 obexpushd  - program for receiving files via Bluetooth or IRDA
Changes: 
 obexpushd (0.4-3) unstable; urgency=low
 .
   * Fixed calls to function obex_auth_unpack_response(), that was changed in
 version 0.4-2
Files: 
 bcf10e22371b2d2295f0df0c0332fcf0 621 comm optional obexpushd_0.4-3.dsc
 b70f7ec249b012b7678e0b6836b8c181 2616 comm optional obexpushd_0.4-3.diff.gz
 89926ce3ee30c0f69b0269b8b4eab7ca 17372 comm optional obexpushd_0.4-3_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)

iD8DBQFFTQZ2KaC6+zmozOIRAjnXAJ9H6WHHVMAVYkFktt/6IamZZLayaACdHNob
buQgL56DJ/f8A2U8u545UoI=
=4em9
-END PGP SIGNATURE-


Accepted:
obexpushd_0.4-3.diff.gz
  to pool/main/o/obexpushd/obexpushd_0.4-3.diff.gz
obexpushd_0.4-3.dsc
  to pool/main/o/obexpushd/obexpushd_0.4-3.dsc
obexpushd_0.4-3_i386.deb
  to pool/main/o/obexpushd/obexpushd_0.4-3_i386.deb


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



Accepted obexpushd 0.4-1 (source i386)

2006-11-03 Thread Eugeniy Meshcheryakov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri,  3 Nov 2006 20:43:15 +0100
Source: obexpushd
Binary: obexpushd
Architecture: source i386
Version: 0.4-1
Distribution: unstable
Urgency: low
Maintainer: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Changed-By: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Description: 
 obexpushd  - program for receiving files via Bluetooth or IRDA
Changes: 
 obexpushd (0.4-1) unstable; urgency=low
 .
   * New upstream release
   * Build-depend on xmlto instead of xsltproc and docbook-x{xl,ml}
   * debian/copyright: updated with new source location
 (http://sf.net/projects/obexpushd)
Files: 
 6b55777aaaefd1eb8a28ad945b955827 621 comm optional obexpushd_0.4-1.dsc
 781b28dc1c76d416379e9f80561b9bab 21245 comm optional obexpushd_0.4.orig.tar.gz
 ed1c1c99e9e222e170834c7babbaf6c2 2218 comm optional obexpushd_0.4-1.diff.gz
 ef88e206e07071287276214f9efd1592 17242 comm optional obexpushd_0.4-1_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)

iD8DBQFFS57uKaC6+zmozOIRAnxxAJ46gPsXMVw4CKtDhkgBOKAB95PvAwCeMHij
PSJ72tIB/YHOqPztDneAhYY=
=o1Ki
-END PGP SIGNATURE-


Accepted:
obexpushd_0.4-1.diff.gz
  to pool/main/o/obexpushd/obexpushd_0.4-1.diff.gz
obexpushd_0.4-1.dsc
  to pool/main/o/obexpushd/obexpushd_0.4-1.dsc
obexpushd_0.4-1_i386.deb
  to pool/main/o/obexpushd/obexpushd_0.4-1_i386.deb
obexpushd_0.4.orig.tar.gz
  to pool/main/o/obexpushd/obexpushd_0.4.orig.tar.gz


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



Accepted systemtap 0.0.20061028-1 (source i386)

2006-10-28 Thread Eugeniy Meshcheryakov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 28 Oct 2006 19:02:24 +0200
Source: systemtap
Binary: systemtap
Architecture: source i386
Version: 0.0.20061028-1
Distribution: unstable
Urgency: medium
Maintainer: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Changed-By: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Description: 
 systemtap  - instrumentation system for Linux 2.6
Closes: 395484
Changes: 
 systemtap (0.0.20061028-1) unstable; urgency=medium
 .
   * New upstream snapshot
   * Remove patches (fixed/applied upstream):
 - 12-missing-manpages
 - 14-mysql-enable
   * Remove patch (not needed with current version of libpfm3-dev)
 - 11-perfmon-includes (closes: #395484)
   * Do not compile systemtap with perfmon support until it becames less
 RC-buggy
 - comment out part of debian/rules that enables perfmon support
 - move patches needed for perfmon support to debian/patches.disabled
   * 10-perfmon-autoconf
   * 13-perfmon-link
   * 15-perfmon-api-change
 - do not build-depend on libpfm3-dev
   * Do not compress examples
   * Urgency medium because of fix for RC bug 395484
Files: 
 61a1fc24b3d1c7b1be32b0db08fc0f52 781 devel optional 
systemtap_0.0.20061028-1.dsc
 d09c1392bdeed54cf9377c1fb5c0e704 591890 devel optional 
systemtap_0.0.20061028.orig.tar.gz
 3d2ca12d0fb249ab4a402a72b9b24905 7703 devel optional 
systemtap_0.0.20061028-1.diff.gz
 e77c7ce38f574c1bdb531d34342a2d70 651352 devel optional 
systemtap_0.0.20061028-1_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)

iD8DBQFFQ44RKaC6+zmozOIRAs6BAJ0UDZh89mxQZO7xE4Rm7Hu76FEVbACfd4WZ
9ui+yyDbfW341I7UuDeGFAs=
=MYNr
-END PGP SIGNATURE-


Accepted:
systemtap_0.0.20061028-1.diff.gz
  to pool/main/s/systemtap/systemtap_0.0.20061028-1.diff.gz
systemtap_0.0.20061028-1.dsc
  to pool/main/s/systemtap/systemtap_0.0.20061028-1.dsc
systemtap_0.0.20061028-1_i386.deb
  to pool/main/s/systemtap/systemtap_0.0.20061028-1_i386.deb
systemtap_0.0.20061028.orig.tar.gz
  to pool/main/s/systemtap/systemtap_0.0.20061028.orig.tar.gz


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



Accepted systemtap 0.0.20061028-2 (source i386)

2006-10-28 Thread Eugeniy Meshcheryakov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 28 Oct 2006 19:46:57 +0200
Source: systemtap
Binary: systemtap
Architecture: source i386
Version: 0.0.20061028-2
Distribution: unstable
Urgency: medium
Maintainer: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Changed-By: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Description: 
 systemtap  - instrumentation system for Linux 2.6
Changes: 
 systemtap (0.0.20061028-2) unstable; urgency=medium
 .
   * Update debian/copyright
Files: 
 188e3949aa6f75cbf2fd2cafb7df3a0b 781 devel optional 
systemtap_0.0.20061028-2.dsc
 3276bf88d114a9ef136cf95d38d95708 7742 devel optional 
systemtap_0.0.20061028-2.diff.gz
 d03fe26abc34b6ea4220e693c7b7b32b 651416 devel optional 
systemtap_0.0.20061028-2_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)

iD8DBQFFQ5iBKaC6+zmozOIRAvT2AJ4vGX5k+zBFFo52wHR5hV+VzFA3lACcCcHz
3acQDJzM+LQD/5e9ROPvd6k=
=zu3z
-END PGP SIGNATURE-


Accepted:
systemtap_0.0.20061028-2.diff.gz
  to pool/main/s/systemtap/systemtap_0.0.20061028-2.diff.gz
systemtap_0.0.20061028-2.dsc
  to pool/main/s/systemtap/systemtap_0.0.20061028-2.dsc
systemtap_0.0.20061028-2_i386.deb
  to pool/main/s/systemtap/systemtap_0.0.20061028-2_i386.deb


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



Accepted doc-debian-uk 0.0.20061017-1 (source all)

2006-10-20 Thread Eugeniy Meshcheryakov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 19 Oct 2006 22:06:29 +0200
Source: doc-debian-uk
Binary: doc-debian-uk
Architecture: source all
Version: 0.0.20061017-1
Distribution: unstable
Urgency: low
Maintainer: Borys Yanovych [EMAIL PROTECTED]
Changed-By: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Description: 
 doc-debian-uk - Debian Manuals and other documents in Ukrainian
Changes: 
 doc-debian-uk (0.0.20061017-1) unstable; urgency=low
 .
   [ Borys Yanovych ]
   * Removed apt-howto (apt-howto-uk exists)
   * doc-base is used now
 .
   [ Eugeniy Meshcheryakov ]
   * Add Suggests: apt-howto-uk
   * Add information about location of GPL text on Debian systems to
 debian/copyright
   * Cleanup debian/rules
   * Fix long description
Files: 
 f638f75ff6a457cf13a2ffc55a01dd32 707 doc optional 
doc-debian-uk_0.0.20061017-1.dsc
 e1106cacd244778317c0381d86ba7e81 69864 doc optional 
doc-debian-uk_0.0.20061017.orig.tar.gz
 93257f693c68a2012cef41130f21b145 9044 doc optional 
doc-debian-uk_0.0.20061017-1.diff.gz
 7a325b9eb2defa35aaa2e803ce7a2020 695992 doc optional 
doc-debian-uk_0.0.20061017-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)

iD8DBQFFN9uTKaC6+zmozOIRAiOPAJ9VyXZosQMqA3oxS35ONloA+44eJgCeJOnw
8St582vE0ClyZLZdqApAT6g=
=W7UJ
-END PGP SIGNATURE-


Accepted:
doc-debian-uk_0.0.20061017-1.diff.gz
  to pool/main/d/doc-debian-uk/doc-debian-uk_0.0.20061017-1.diff.gz
doc-debian-uk_0.0.20061017-1.dsc
  to pool/main/d/doc-debian-uk/doc-debian-uk_0.0.20061017-1.dsc
doc-debian-uk_0.0.20061017-1_all.deb
  to pool/main/d/doc-debian-uk/doc-debian-uk_0.0.20061017-1_all.deb
doc-debian-uk_0.0.20061017.orig.tar.gz
  to pool/main/d/doc-debian-uk/doc-debian-uk_0.0.20061017.orig.tar.gz


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



Accepted obexpushd 0.3-3 (source i386)

2006-10-20 Thread Eugeniy Meshcheryakov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 20 Oct 2006 17:32:42 +0200
Source: obexpushd
Binary: obexpushd
Architecture: source i386
Version: 0.3-3
Distribution: unstable
Urgency: low
Maintainer: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Changed-By: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Description: 
 obexpushd  - program for receiving files via Bluetooth or IRDA
Closes: 394113
Changes: 
 obexpushd (0.3-3) unstable; urgency=low
 .
   * Fix daemonizes to root dir (closes: #394113)
   * Improved error handling (obexpushd does not segfault anymore if it is
 allready run)
   * Run exit() in child processes after receiving a file
Files: 
 1ce16e8f079191f434066cff2009cdcd 650 comm optional obexpushd_0.3-3.dsc
 55c4872d5e068fdfe5d66776fccd9f38 2799 comm optional obexpushd_0.3-3.diff.gz
 3b092536f29c20c6a22f1e5ccc488645 10474 comm optional obexpushd_0.3-3_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)

iD8DBQFFOO37KaC6+zmozOIRAsFBAJ9bZlZKVujVYfkdloT6HBIKjjrOIwCfa+4W
3Ykrz0waktz13EOlqTlqzv8=
=KIPU
-END PGP SIGNATURE-


Accepted:
obexpushd_0.3-3.diff.gz
  to pool/main/o/obexpushd/obexpushd_0.3-3.diff.gz
obexpushd_0.3-3.dsc
  to pool/main/o/obexpushd/obexpushd_0.3-3.dsc
obexpushd_0.3-3_i386.deb
  to pool/main/o/obexpushd/obexpushd_0.3-3_i386.deb


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



Accepted systemtap 0.0.20061014-1 (source i386)

2006-10-14 Thread Eugeniy Meshcheryakov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 14 Oct 2006 19:21:08 +0200
Source: systemtap
Binary: systemtap
Architecture: source i386
Version: 0.0.20061014-1
Distribution: unstable
Urgency: low
Maintainer: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Changed-By: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Description: 
 systemtap  - instrumentation system for Linux 2.6
Changes: 
 systemtap (0.0.20061014-1) unstable; urgency=low
 .
   * New upstream shapshot
   * Build-depend on libmysqlclient15-dev to enable mysql support for lket-b2a
   * Update lket-b2a (1) manpage
Files: 
 24f685d5c610ed1c6d443fafa928cf72 806 devel optional 
systemtap_0.0.20061014-1.dsc
 ad1f01d3f48d3bb7119baa1ad29ae4d3 577575 devel optional 
systemtap_0.0.20061014.orig.tar.gz
 9ab52688dcff6d4738441ad87bd08652 7187 devel optional 
systemtap_0.0.20061014-1.diff.gz
 c4340a8133c72ed5c1d4f1b87ca2ef4a 638890 devel optional 
systemtap_0.0.20061014-1_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)

iD8DBQFFMSiZKaC6+zmozOIRAvx8AJ4oOb+c5fXGchJpWgihxny1nUktcwCeNp3+
Sb3LsDtuvQ52Q+v3fv2Nuy4=
=BFGp
-END PGP SIGNATURE-


Accepted:
systemtap_0.0.20061014-1.diff.gz
  to pool/main/s/systemtap/systemtap_0.0.20061014-1.diff.gz
systemtap_0.0.20061014-1.dsc
  to pool/main/s/systemtap/systemtap_0.0.20061014-1.dsc
systemtap_0.0.20061014-1_i386.deb
  to pool/main/s/systemtap/systemtap_0.0.20061014-1_i386.deb
systemtap_0.0.20061014.orig.tar.gz
  to pool/main/s/systemtap/systemtap_0.0.20061014.orig.tar.gz


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



Accepted obexpushd 0.3-2 (source i386)

2006-10-08 Thread Eugeniy Meshcheryakov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun,  8 Oct 2006 17:29:05 +0200
Source: obexpushd
Binary: obexpushd
Architecture: source i386
Version: 0.3-2
Distribution: unstable
Urgency: low
Maintainer: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Changed-By: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Description: 
 obexpushd  - program for receiving files via Bluetooth or IRDA
Closes: 391701
Changes: 
 obexpushd (0.3-2) unstable; urgency=low
 .
   * Fix typo in short description, thanks to David Liontooth (closes: #391701)
   * Build-depend on docbook-xml to fix warning from xsltproc
Files: 
 ddfe1ac03384eb3e30a1cca269d67273 650 comm optional obexpushd_0.3-2.dsc
 2c4f417331429d76045edf7181611eac 2192 comm optional obexpushd_0.3-2.diff.gz
 3980786c1f7d756c7179596750267579 10274 comm optional obexpushd_0.3-2_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)

iD8DBQFFKRlqKaC6+zmozOIRAlXJAJoDU2ANM7h7L7SmffsPfQmn/BRi6ACeLlv/
nTsdVAGaS4uDVERG/K7n1K0=
=2z8p
-END PGP SIGNATURE-


Accepted:
obexpushd_0.3-2.diff.gz
  to pool/main/o/obexpushd/obexpushd_0.3-2.diff.gz
obexpushd_0.3-2.dsc
  to pool/main/o/obexpushd/obexpushd_0.3-2.dsc
obexpushd_0.3-2_i386.deb
  to pool/main/o/obexpushd/obexpushd_0.3-2_i386.deb


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



Accepted obexpushd 0.2-1 (source i386)

2006-10-06 Thread Eugeniy Meshcheryakov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 23 Sep 2006 23:06:44 +0200
Source: obexpushd
Binary: obexpushd
Architecture: source i386
Version: 0.2-1
Distribution: unstable
Urgency: low
Maintainer: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Changed-By: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Description: 
 obexpushd  - program for receiving files via Buetooth or IRDA
Closes: 389091
Changes: 
 obexpushd (0.2-1) unstable; urgency=low
 .
   * Initial release (Closes: #389091)
Files: 
 21cefa7c2592f2f4e02812d8d473f685 614 comm optional obexpushd_0.2-1.dsc
 ef8025b0b2e348c2b4d045334b7d92db 11926 comm optional obexpushd_0.2.orig.tar.gz
 f359ce4c9cf262074d8eb12afb365e81 2400 comm optional obexpushd_0.2-1.diff.gz
 28d726086674639eb7414cd85a1d36c9 9248 comm optional obexpushd_0.2-1_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)

iD8DBQFFFpZ8KaC6+zmozOIRAmAPAJ4kiRIf3pnjWWBopTuXFS/+y0oYLACeL3I9
9rjUcS7CnYjLsHle5ParkvY=
=SSqJ
-END PGP SIGNATURE-


Accepted:
obexpushd_0.2-1.diff.gz
  to pool/main/o/obexpushd/obexpushd_0.2-1.diff.gz
obexpushd_0.2-1.dsc
  to pool/main/o/obexpushd/obexpushd_0.2-1.dsc
obexpushd_0.2-1_i386.deb
  to pool/main/o/obexpushd/obexpushd_0.2-1_i386.deb
obexpushd_0.2.orig.tar.gz
  to pool/main/o/obexpushd/obexpushd_0.2.orig.tar.gz


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



Accepted obexpushd 0.3-1 (source i386)

2006-10-06 Thread Eugeniy Meshcheryakov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri,  6 Oct 2006 13:21:49 +0200
Source: obexpushd
Binary: obexpushd
Architecture: source i386
Version: 0.3-1
Distribution: unstable
Urgency: low
Maintainer: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Changed-By: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Description: 
 obexpushd  - program for receiving files via Buetooth or IRDA
Changes: 
 obexpushd (0.3-1) unstable; urgency=low
 .
   * New upstream release
   * Fix format string for printf (%d - %zd) to fix warning on 64-bit
 architectures
   * Install upstream README
   * Build-depend on xsltproc and docbook-xls for building manpage; do not ship
 manapage in debian/
Files: 
 8b96dc5a4056c3931cff25f46a17e4f9 637 comm optional obexpushd_0.3-1.dsc
 d842e5320c86a9cf41e781460ff6cdbd 13792 comm optional obexpushd_0.3.orig.tar.gz
 23316d294a9826521b33bdcd572aa234 2128 comm optional obexpushd_0.3-1.diff.gz
 15413731c24bffb34da5eff83402c236 10180 comm optional obexpushd_0.3-1_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)

iD8DBQFFJmcDKaC6+zmozOIRAqKSAJsHJagsLCPt57BfwUpGMeAXauRAdwCdG16D
uoc2mZzH0QXHjSClhjOT7XI=
=IJeP
-END PGP SIGNATURE-


Accepted:
obexpushd_0.3-1.diff.gz
  to pool/main/o/obexpushd/obexpushd_0.3-1.diff.gz
obexpushd_0.3-1.dsc
  to pool/main/o/obexpushd/obexpushd_0.3-1.dsc
obexpushd_0.3-1_i386.deb
  to pool/main/o/obexpushd/obexpushd_0.3-1_i386.deb
obexpushd_0.3.orig.tar.gz
  to pool/main/o/obexpushd/obexpushd_0.3.orig.tar.gz


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



Accepted systemtap 0.0.20060930-1 (source i386)

2006-10-01 Thread Eugeniy Meshcheryakov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun,  1 Oct 2006 20:21:11 +0200
Source: systemtap
Binary: systemtap
Architecture: source i386
Version: 0.0.20060930-1
Distribution: unstable
Urgency: low
Maintainer: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Changed-By: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Description: 
 systemtap  - instrumentation system for Linux 2.6
Changes: 
 systemtap (0.0.20060930-1) unstable; urgency=low
 .
   * New upstream snapshot
 - stapd binary do not exist anymore, it was replaced with staprun program
   * Added NEWS.Debian with instructions how to adjust /etc/sudoers for this
 version
   * s/stapd/staprun/ in README.Debian
   * Removed debian/TODO, README.Debian now contains information from it
   * Added lket-b2a (1) manual page
Files: 
 5809772b9bf0abe332fa67bc99e25abf 784 devel optional 
systemtap_0.0.20060930-1.dsc
 2c1d3916d9ca9a7b7b127974d3bc311f 583535 devel optional 
systemtap_0.0.20060930.orig.tar.gz
 a6d5bf8735d94a8401b592f9e0622686 6799 devel optional 
systemtap_0.0.20060930-1.diff.gz
 a202d4e17a7bf1c038a2b419a5205863 635402 devel optional 
systemtap_0.0.20060930-1_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)

iD8DBQFFIBD6KaC6+zmozOIRAkCOAJ9OD8NLHQHufyetQ1wjTr/rLw7WZgCeIb/M
5/RhF+uLGW/7y+hkoEPveXo=
=l/2K
-END PGP SIGNATURE-


Accepted:
systemtap_0.0.20060930-1.diff.gz
  to pool/main/s/systemtap/systemtap_0.0.20060930-1.diff.gz
systemtap_0.0.20060930-1.dsc
  to pool/main/s/systemtap/systemtap_0.0.20060930-1.dsc
systemtap_0.0.20060930-1_i386.deb
  to pool/main/s/systemtap/systemtap_0.0.20060930-1_i386.deb
systemtap_0.0.20060930.orig.tar.gz
  to pool/main/s/systemtap/systemtap_0.0.20060930.orig.tar.gz


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



Re: Bug#388278: ITP: doc-debian-uk -- Debian Manuals and other documents in Ukrainian

2006-09-24 Thread Eugeniy Meshcheryakov
24 вересня 2006 о 20:10 +0200 Hilko Bengen написав(-ла):
 doc-debian-ua might be a better choice of name.
No, that package contains documments in Ukrainian language, not
documments to be used in Ukraine. And it is not first time, search
archives for ispell-uk or mozilla-firefox-locale-uk (or thunderbird-, I do
not remember now).

 
 Without the description, I would have guessed that -uk refers to the
 United Kingdom.

% apt-cache search -- -uk
aspell-uk - Ukrainian dictionary for GNU Aspell
aspell-ukr - Ukrainian dictionary for GNU Aspell (transitional package)
firefox-locale-uk - Firefox Ukrainian language/region package
kde-i18n-uk - Ukrainian (uk) internationalized (i18n) files for KDE
koffice-i18n-uk - Ukrainian (uk) translations for KOffice
mozilla-firefox-locale-uk - Firefox Ukrainian language/region property package 
(transitional package)
mozilla-thunderbird-locale-uk - Mozilla Thunderbird Ukrainian Language/Region 
Package
myspell-uk - Ukrainian dictionary for myspell
texlive-doc-uk - TeX Live: Ukrainian documentation
texlive-lang-cyrillic - TeX Live: Cyrillic
texlive-lang-ukenglish - TeX Live: UK English
ttf-arphic-ukai - AR PL ZenKai Uni Chinese Unicode TrueType font Kaiti style
doc-debian-uk - Debian Manuals and other documents in Ukrainian

-- 
Eugeniy Meshcheryakov


signature.asc
Description: Digital signature


Re: Bug#388278: ITP: doc-debian-uk -- Debian Manuals and other documents in Ukrainian

2006-09-24 Thread Eugeniy Meshcheryakov
24 вересня 2006 о 14:00 -0500 Ron Johnson написав(-ла):
 Based on ISO_3166, it appears that Ukranian i18n files should either
 be -ua or -ukr, but not -uk.
Did you read ISO 3166-1? ISO 3166-1, as part of the ISO 3166 standard, provides
codes for the names of countries and dependent areas. 

Countries and dependent areas not languages!

Better read this: http://en.wikipedia.org/wiki/ISO_639-1

-- 
Eugeniy Meshcheryakov


signature.asc
Description: Digital signature


Bug#389091: ITP: obexpushd -- program for receiving files via Buetooth or IRDA

2006-09-23 Thread Eugeniy Meshcheryakov
Package: wnpp
Severity: wishlist
Owner: Eugeniy Meshcheryakov [EMAIL PROTECTED]

* Package name: obexpushd
  Version : 0.2
  Upstream Author : Hendrik Sattler [EMAIL PROTECTED]
* URL : http://www.hendrik-sattler.de/self/
* License : GPL
  Programming Lang: C
  Description : program for receiving files via Buetooth or IRDA

 This program can be used to receive files with OBEX protocol
 over Bluetooth or IrDA (infrared) connection. This program
 should work with many mobile devices like PDA's and mobile
 phones.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.18-me
Locale: LANG=uk_UA.UTF-8, LC_CTYPE=uk_UA.UTF-8 (charmap=UTF-8)


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



Accepted systemtap 0.0.20060916-1 (source i386)

2006-09-17 Thread Eugeniy Meshcheryakov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 17 Sep 2006 18:45:15 +0200
Source: systemtap
Binary: systemtap
Architecture: source i386
Version: 0.0.20060916-1
Distribution: unstable
Urgency: low
Maintainer: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Changed-By: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Description: 
 systemtap  - instrumentation system for Linux 2.6
Changes: 
 systemtap (0.0.20060916-1) unstable; urgency=low
 .
   * New upstream snapshot
   * Enabled perfmon2 support for ia64 and i386
Files: 
 cbf1a3646864bb0308cd9f298bc8f806 784 devel optional 
systemtap_0.0.20060916-1.dsc
 09d8d174b7d14082b4bcee946c241cb0 569946 devel optional 
systemtap_0.0.20060916.orig.tar.gz
 7cfa6b14b9824c5bf30989ddd1ab826c 5585 devel optional 
systemtap_0.0.20060916-1.diff.gz
 482a83aea86bb3ac4b81a7fdef7de282 613884 devel optional 
systemtap_0.0.20060916-1_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)

iD8DBQFFDX95KaC6+zmozOIRAtKqAJ98WQskV5JxPlLWMN3gkZi2bjB9iACglMuK
CHivN6rIuDBfmb8AOMl98cE=
=4isk
-END PGP SIGNATURE-


Accepted:
systemtap_0.0.20060916-1.diff.gz
  to pool/main/s/systemtap/systemtap_0.0.20060916-1.diff.gz
systemtap_0.0.20060916-1.dsc
  to pool/main/s/systemtap/systemtap_0.0.20060916-1.dsc
systemtap_0.0.20060916-1_i386.deb
  to pool/main/s/systemtap/systemtap_0.0.20060916-1_i386.deb
systemtap_0.0.20060916.orig.tar.gz
  to pool/main/s/systemtap/systemtap_0.0.20060916.orig.tar.gz


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



Accepted systemtap 0.0.20060909-1 (source i386)

2006-09-09 Thread Eugeniy Meshcheryakov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat,  9 Sep 2006 23:42:30 +0200
Source: systemtap
Binary: systemtap
Architecture: source i386
Version: 0.0.20060909-1
Distribution: unstable
Urgency: low
Maintainer: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Changed-By: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Description: 
 systemtap  - instrumentation system for Linux 2.6
Changes: 
 systemtap (0.0.20060909-1) unstable; urgency=low
 .
   * New upstream snapshot
   * Added script for creating packages for new upstream versions (to be used
 with uscan)
   * Fixed path to stpd in stap(1) manpage
Files: 
 33fbb634bff09e16ce501c03c8a85aaf 759 devel optional 
systemtap_0.0.20060909-1.dsc
 10dd9bdc5c7373bbc4c2fc56a9dc27f1 556099 devel optional 
systemtap_0.0.20060909.orig.tar.gz
 08406de7c5862d60a491a47595c6ecdd 4900 devel optional 
systemtap_0.0.20060909-1.diff.gz
 1cd2fea90b826996b96076091858e97c 584240 devel optional 
systemtap_0.0.20060909-1_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)

iD8DBQFFAzX6KaC6+zmozOIRAvfhAJ95h8AzIBgxVJdalRd53l48tRuk1QCgiYKE
BcLDhbKFCNogqq9xWs76TWM=
=eyNn
-END PGP SIGNATURE-


Accepted:
systemtap_0.0.20060909-1.diff.gz
  to pool/main/s/systemtap/systemtap_0.0.20060909-1.diff.gz
systemtap_0.0.20060909-1.dsc
  to pool/main/s/systemtap/systemtap_0.0.20060909-1.dsc
systemtap_0.0.20060909-1_i386.deb
  to pool/main/s/systemtap/systemtap_0.0.20060909-1_i386.deb
systemtap_0.0.20060909.orig.tar.gz
  to pool/main/s/systemtap/systemtap_0.0.20060909.orig.tar.gz


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



Accepted firefox-locale-uk 1.5-3 (source all)

2006-09-05 Thread Eugeniy Meshcheryakov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue,  5 Sep 2006 14:20:15 +0200
Source: firefox-locale-uk
Binary: mozilla-firefox-locale-uk firefox-locale-uk
Architecture: source all
Version: 1.5-3
Distribution: unstable
Urgency: low
Maintainer: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Changed-By: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Description: 
 firefox-locale-uk - Firefox Ukrainian language/region package
 mozilla-firefox-locale-uk - Firefox Ukrainian language/region property package 
(transitional 
Changes: 
 firefox-locale-uk (1.5-3) unstable; urgency=low
 .
   * Fixed some typos (reported by Borys Yanovych)
Files: 
 ac331d5e1c03cab67781f80ef7396ea8 662 web optional firefox-locale-uk_1.5-3.dsc
 5f547922f83405e6884f322bb1f5e526 11974 web optional 
firefox-locale-uk_1.5-3.diff.gz
 038a8150226603a276ef03fe1b4d82ae 200986 web optional 
firefox-locale-uk_1.5-3_all.deb
 c31e738b5db9f1cff3ae2d2007b2ed3e 11658 web optional 
mozilla-firefox-locale-uk_1.5-3_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)

iD8DBQFE/W/WKaC6+zmozOIRAsgkAJ4k1HBSY02rz5sQ4w1b6e7A2qY2pwCfekRq
74iswXUzlmg8sBQravWTbxI=
=U5zj
-END PGP SIGNATURE-


Accepted:
firefox-locale-uk_1.5-3.diff.gz
  to pool/main/f/firefox-locale-uk/firefox-locale-uk_1.5-3.diff.gz
firefox-locale-uk_1.5-3.dsc
  to pool/main/f/firefox-locale-uk/firefox-locale-uk_1.5-3.dsc
firefox-locale-uk_1.5-3_all.deb
  to pool/main/f/firefox-locale-uk/firefox-locale-uk_1.5-3_all.deb
mozilla-firefox-locale-uk_1.5-3_all.deb
  to pool/main/f/firefox-locale-uk/mozilla-firefox-locale-uk_1.5-3_all.deb


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



Accepted systemtap 0.0.20060902-1 (source i386)

2006-09-02 Thread Eugeniy Meshcheryakov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat,  2 Sep 2006 17:20:03 +0200
Source: systemtap
Binary: systemtap
Architecture: source i386
Version: 0.0.20060902-1
Distribution: unstable
Urgency: low
Maintainer: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Changed-By: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Description: 
 systemtap  - instrumentation system for Linux 2.6
Changes: 
 systemtap (0.0.20060902-1) unstable; urgency=low
 .
   * New upstream snapshot
Files: 
 14419c99d5928b6b248c139d32853d12 759 devel optional 
systemtap_0.0.20060902-1.dsc
 c06d00fb301b46494fe7f08934eafbcc 554845 devel optional 
systemtap_0.0.20060902.orig.tar.gz
 de80f9d2acf6159bd60c4d754ceef9cd 4514 devel optional 
systemtap_0.0.20060902-1.diff.gz
 ca48c9bfdd5e096df90d0c1202ad361e 574184 devel optional 
systemtap_0.0.20060902-1_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)

iD8DBQFE+cu1KaC6+zmozOIRAqCWAJ45AfN1cDljRWBvtQptm7sXFDHyJACfW6oV
WE+9BfRWpoPeoO0s0IgfKxo=
=sOjq
-END PGP SIGNATURE-


Accepted:
systemtap_0.0.20060902-1.diff.gz
  to pool/main/s/systemtap/systemtap_0.0.20060902-1.diff.gz
systemtap_0.0.20060902-1.dsc
  to pool/main/s/systemtap/systemtap_0.0.20060902-1.dsc
systemtap_0.0.20060902-1_i386.deb
  to pool/main/s/systemtap/systemtap_0.0.20060902-1_i386.deb
systemtap_0.0.20060902.orig.tar.gz
  to pool/main/s/systemtap/systemtap_0.0.20060902.orig.tar.gz


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



Accepted systemtap 0.0.20060826-1 (source i386)

2006-08-30 Thread Eugeniy Meshcheryakov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 30 Aug 2006 11:20:39 +0200
Source: systemtap
Binary: systemtap
Architecture: source i386
Version: 0.0.20060826-1
Distribution: unstable
Urgency: low
Maintainer: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Changed-By: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Description: 
 systemtap  - instrumentation system for Linux 2.6
Changes: 
 systemtap (0.0.20060826-1) unstable; urgency=low
 .
   * New upstream snapshot
   * Removed patches (applied upstream):
 - 03-systemtap-manpages
 - 08-string-const-to-charp-fix
Files: 
 60f4fa5d459bbb6031f47b1364597295 759 devel optional 
systemtap_0.0.20060826-1.dsc
 4fd58116f5cd4afe0a8303d4cf283f6e 548161 devel optional 
systemtap_0.0.20060826.orig.tar.gz
 556cfc3772159fa625cae45e5d99e387 4222 devel optional 
systemtap_0.0.20060826-1.diff.gz
 994ffb6eda8572d731a0c8746c304c70 563310 devel optional 
systemtap_0.0.20060826-1_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)

iD8DBQFE9VjpKaC6+zmozOIRAuPYAJ9h9/peH7NM5/xYzaaq2xswvKWiFQCePqKG
+xat7jM9iVtbVxpsK6vojyg=
=qo2e
-END PGP SIGNATURE-


Accepted:
systemtap_0.0.20060826-1.diff.gz
  to pool/main/s/systemtap/systemtap_0.0.20060826-1.diff.gz
systemtap_0.0.20060826-1.dsc
  to pool/main/s/systemtap/systemtap_0.0.20060826-1.dsc
systemtap_0.0.20060826-1_i386.deb
  to pool/main/s/systemtap/systemtap_0.0.20060826-1_i386.deb
systemtap_0.0.20060826.orig.tar.gz
  to pool/main/s/systemtap/systemtap_0.0.20060826.orig.tar.gz


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



Accepted systemtap 0.0.20060819-1 (source i386)

2006-08-19 Thread Eugeniy Meshcheryakov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 19 Aug 2006 18:17:58 +0200
Source: systemtap
Binary: systemtap
Architecture: source i386
Version: 0.0.20060819-1
Distribution: unstable
Urgency: low
Maintainer: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Changed-By: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Description: 
 systemtap  - instrumentation system for Linux 2.6
Closes: 383780
Changes: 
 systemtap (0.0.20060819-1) unstable; urgency=low
 .
   * New upstream snapshot
   * Added watch file
   * Fixed FTBFS with gcc-4.2, thanks to Martin Michlmayr for reporting
 (closes:#383780)
   * Updated README.Debian
   * Build-depend on elfutils libraries with version = 0.123 as upstream does
Files: 
 b8436458a1d77d17a516a6d176d2e608 759 devel optional 
systemtap_0.0.20060819-1.dsc
 aba5e21c5b139c360f88058131c07f1b 529244 devel optional 
systemtap_0.0.20060819.orig.tar.gz
 8a7fefc29747efa6cd913dbdb4c475fe 7941 devel optional 
systemtap_0.0.20060819-1.diff.gz
 dd96494903302cf744144b1ea9d6d370 545760 devel optional 
systemtap_0.0.20060819-1_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)

iD8DBQFE5z4bKaC6+zmozOIRAgAkAJ0T07Bghf4oAuxHEJJEwc/MvPjNcACghuP3
7/y8AjIqqDm08y/KPcyXsQg=
=ZIYL
-END PGP SIGNATURE-


Accepted:
systemtap_0.0.20060819-1.diff.gz
  to pool/main/s/systemtap/systemtap_0.0.20060819-1.diff.gz
systemtap_0.0.20060819-1.dsc
  to pool/main/s/systemtap/systemtap_0.0.20060819-1.dsc
systemtap_0.0.20060819-1_i386.deb
  to pool/main/s/systemtap/systemtap_0.0.20060819-1_i386.deb
systemtap_0.0.20060819.orig.tar.gz
  to pool/main/s/systemtap/systemtap_0.0.20060819.orig.tar.gz


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



Accepted systemtap 0.0.20060812-1 (source i386)

2006-08-12 Thread Eugeniy Meshcheryakov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 12 Aug 2006 18:27:20 +0200
Source: systemtap
Binary: systemtap
Architecture: source i386
Version: 0.0.20060812-1
Distribution: unstable
Urgency: low
Maintainer: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Changed-By: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Description: 
 systemtap  - instrumentation system for Linux 2.6
Changes: 
 systemtap (0.0.20060812-1) unstable; urgency=low
 .
   * New upstream snapshot
   * debian/copyright - updated
   * defined MAP_POPULATE for sparc in librelay.c to fix FTBFS
Files: 
 cb77ba008a3b3e6ed884f7cf059557e7 759 devel optional 
systemtap_0.0.20060812-1.dsc
 953d7ee32affc69d68cc46ad0e4b5188 527055 devel optional 
systemtap_0.0.20060812.orig.tar.gz
 aec6f6c6d8c3ff82da7d4ee52de59391 7076 devel optional 
systemtap_0.0.20060812-1.diff.gz
 e49e908d42ee0ff67286dfc7687ba838 542458 devel optional 
systemtap_0.0.20060812-1_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)

iD8DBQFE3gJjKaC6+zmozOIRAm/1AJ96SQJJTd0nEtTbXXVEb8tfTlP37QCfe2MH
X94LysWFM7WSuqbQmaWAhdE=
=TVfH
-END PGP SIGNATURE-


Accepted:
systemtap_0.0.20060812-1.diff.gz
  to pool/main/s/systemtap/systemtap_0.0.20060812-1.diff.gz
systemtap_0.0.20060812-1.dsc
  to pool/main/s/systemtap/systemtap_0.0.20060812-1.dsc
systemtap_0.0.20060812-1_i386.deb
  to pool/main/s/systemtap/systemtap_0.0.20060812-1_i386.deb
systemtap_0.0.20060812.orig.tar.gz
  to pool/main/s/systemtap/systemtap_0.0.20060812.orig.tar.gz


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



Accepted systemtap 0.0.20060805-1 (source i386)

2006-08-08 Thread Eugeniy Meshcheryakov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  7 Aug 2006 19:39:16 +0200
Source: systemtap
Binary: systemtap
Architecture: source i386
Version: 0.0.20060805-1
Distribution: unstable
Urgency: low
Maintainer: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Changed-By: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Description: 
 systemtap  - instrumentation system for Linux 2.6
Changes: 
 systemtap (0.0.20060805-1) unstable; urgency=low
 .
   * New upstream shapshot
   * Removed elfutils sources from the package, there are now separate packages
 in the archive; build system adjusted
Files: 
 17b46d1cf2868de3d88e5ce687cf9fd7 759 devel optional 
systemtap_0.0.20060805-1.dsc
 5cbe85cd3940114812bf4fd83fe4161b 484896 devel optional 
systemtap_0.0.20060805.orig.tar.gz
 28c5f73ab7d5f0e61f82c90d302ee7fe 6768 devel optional 
systemtap_0.0.20060805-1.diff.gz
 437a6593429d8c3283f1be07862ed45c 531308 devel optional 
systemtap_0.0.20060805-1_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)

iD8DBQFE2HW/KaC6+zmozOIRAlYlAJsG9tv2i6DuwmExugMVci4oE9tcOgCfXjId
7uyhlNbJV97sCHpp1y1Dp54=
=BjfY
-END PGP SIGNATURE-


Accepted:
systemtap_0.0.20060805-1.diff.gz
  to pool/main/s/systemtap/systemtap_0.0.20060805-1.diff.gz
systemtap_0.0.20060805-1.dsc
  to pool/main/s/systemtap/systemtap_0.0.20060805-1.dsc
systemtap_0.0.20060805-1_i386.deb
  to pool/main/s/systemtap/systemtap_0.0.20060805-1_i386.deb
systemtap_0.0.20060805.orig.tar.gz
  to pool/main/s/systemtap/systemtap_0.0.20060805.orig.tar.gz


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



Accepted systemtap 0.0.20060722-2 (source i386)

2006-07-26 Thread Eugeniy Meshcheryakov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 26 Jul 2006 13:59:17 +0200
Source: systemtap
Binary: systemtap
Architecture: source i386
Version: 0.0.20060722-2
Distribution: unstable
Urgency: low
Maintainer: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Changed-By: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Description: 
 systemtap  - instrumentation system for Linux 2.6
Changes: 
 systemtap (0.0.20060722-2) unstable; urgency=low
 .
   * Fixed incorrect usage of bswap_32 macro that caused FTBFS on m68k
Files: 
 1ed16829dc262a182b157f0e3cd44a02 692 devel optional 
systemtap_0.0.20060722-2.dsc
 4aeed2a907f7db2b0261a5d67b9bd5ad 7640 devel optional 
systemtap_0.0.20060722-2.diff.gz
 e4f9afc31381d05aca2980f282cbca39 600756 devel optional 
systemtap_0.0.20060722-2_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.3 (GNU/Linux)

iD8DBQFEx13XKaC6+zmozOIRAoCBAJ9Ty5R95yxC+PPzL0/3qpWQQqvjSACeNcYh
bfDni/UOFtejuniepkf7fWk=
=I13T
-END PGP SIGNATURE-


Accepted:
systemtap_0.0.20060722-2.diff.gz
  to pool/main/s/systemtap/systemtap_0.0.20060722-2.diff.gz
systemtap_0.0.20060722-2.dsc
  to pool/main/s/systemtap/systemtap_0.0.20060722-2.dsc
systemtap_0.0.20060722-2_i386.deb
  to pool/main/s/systemtap/systemtap_0.0.20060722-2_i386.deb


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



Accepted systemtap 0.0.20060722-1 (source i386)

2006-07-24 Thread Eugeniy Meshcheryakov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 24 Jul 2006 01:50:51 +0200
Source: systemtap
Binary: systemtap
Architecture: source i386
Version: 0.0.20060722-1
Distribution: unstable
Urgency: low
Maintainer: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Changed-By: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Description: 
 systemtap  - instrumentation system for Linux 2.6
Closes: 378621
Changes: 
 systemtap (0.0.20060722-1) unstable; urgency=low
 .
   * New upstream snapshot
   * New upstream version of elfutils (0.122)
   * Added README.Debian with usage instructions
 - added note that systemtap cannot be used with kernels compiled by
   gcc-4.0 due to bug 378628 (closes: #378621)
Files: 
 7f7b1c1e7e54b48e13ccaeae380c65cb 692 devel optional 
systemtap_0.0.20060722-1.dsc
 14f9fe103a55440693ba51c8e246580c 1617332 devel optional 
systemtap_0.0.20060722.orig.tar.gz
 cc6bf700430eac4655db0f89f3ce299d 7416 devel optional 
systemtap_0.0.20060722-1.diff.gz
 129bbb28ab16aaf1236d291e6187a367 600708 devel optional 
systemtap_0.0.20060722-1_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.3 (GNU/Linux)

iD8DBQFExA7AKaC6+zmozOIRAts7AKCLtmyhGDkgVxEFOd09/hdkHGSVFwCfYjI2
7tkjyVIMcAcNJnZGLg1e0Jc=
=1koB
-END PGP SIGNATURE-


Accepted:
systemtap_0.0.20060722-1.diff.gz
  to pool/main/s/systemtap/systemtap_0.0.20060722-1.diff.gz
systemtap_0.0.20060722-1.dsc
  to pool/main/s/systemtap/systemtap_0.0.20060722-1.dsc
systemtap_0.0.20060722-1_i386.deb
  to pool/main/s/systemtap/systemtap_0.0.20060722-1_i386.deb
systemtap_0.0.20060722.orig.tar.gz
  to pool/main/s/systemtap/systemtap_0.0.20060722.orig.tar.gz


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



Accepted systemtap 0.0.20060701-1 (source i386)

2006-07-06 Thread Eugeniy Meshcheryakov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu,  6 Jul 2006 11:43:41 +0200
Source: systemtap
Binary: systemtap
Architecture: source i386
Version: 0.0.20060701-1
Distribution: unstable
Urgency: low
Maintainer: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Changed-By: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Description: 
 systemtap  - instrumentation system for Linux 2.6
Changes: 
 systemtap (0.0.20060701-1) unstable; urgency=low
 .
   * New upstream snapshot
Files: 
 4a9d4d8e58d5ab9a4eeb257f865b13d8 692 devel optional 
systemtap_0.0.20060701-1.dsc
 7a569dea1f075b1cc4950460efe19543 1612935 devel optional 
systemtap_0.0.20060701.orig.tar.gz
 005dfd2bbb2954c3860fc5ea50e2401e 6988 devel optional 
systemtap_0.0.20060701-1.diff.gz
 71ef02fe53510983208d51350124aa48 597178 devel optional 
systemtap_0.0.20060701-1_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.3 (GNU/Linux)

iD8DBQFErN6qKaC6+zmozOIRArKmAJ0RcuERN0mS2GAnWpvoxBEnrl5uegCdGb/4
IKt3bmLC/89m3hiYlZCsvpc=
=wsiA
-END PGP SIGNATURE-


Accepted:
systemtap_0.0.20060701-1.diff.gz
  to pool/main/s/systemtap/systemtap_0.0.20060701-1.diff.gz
systemtap_0.0.20060701-1.dsc
  to pool/main/s/systemtap/systemtap_0.0.20060701-1.dsc
systemtap_0.0.20060701-1_i386.deb
  to pool/main/s/systemtap/systemtap_0.0.20060701-1_i386.deb
systemtap_0.0.20060701.orig.tar.gz
  to pool/main/s/systemtap/systemtap_0.0.20060701.orig.tar.gz


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



Accepted systemtap 0.0.20060610-1 (source i386)

2006-06-17 Thread Eugeniy Meshcheryakov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 17 Jun 2006 01:00:53 +0300
Source: systemtap
Binary: systemtap
Architecture: source i386
Version: 0.0.20060610-1
Distribution: unstable
Urgency: low
Maintainer: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Changed-By: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Description: 
 systemtap  - instrumentation system for Linux 2.6
Changes: 
 systemtap (0.0.20060610-1) unstable; urgency=low
 .
   * New upstream snapshot
   * New upstream version of elfutils (0.121)
   * Fixed (hopefully) FTBFS on most architectures
Files: 
 18ae283303c61f58bc62c2e8feeb535e 692 devel optional 
systemtap_0.0.20060610-1.dsc
 dc602eaa922e717a5f58af02be8d40f3 1601108 devel optional 
systemtap_0.0.20060610.orig.tar.gz
 b28bdf7f4c2c1219b3a86dcb0e40025c 6703 devel optional 
systemtap_0.0.20060610-1.diff.gz
 afe91bc7a68677c3ed8295f5a97f91ff 583590 devel optional 
systemtap_0.0.20060610-1_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.3 (GNU/Linux)

iD8DBQFElHe1KaC6+zmozOIRAvxaAJ9Ppyk42QcjYXDQYu5+mvQc9bPFAgCfX725
fo+0AiEifQX6fbjCH8KKVxU=
=m/iE
-END PGP SIGNATURE-


Accepted:
systemtap_0.0.20060610-1.diff.gz
  to pool/main/s/systemtap/systemtap_0.0.20060610-1.diff.gz
systemtap_0.0.20060610-1.dsc
  to pool/main/s/systemtap/systemtap_0.0.20060610-1.dsc
systemtap_0.0.20060610-1_i386.deb
  to pool/main/s/systemtap/systemtap_0.0.20060610-1_i386.deb
systemtap_0.0.20060610.orig.tar.gz
  to pool/main/s/systemtap/systemtap_0.0.20060610.orig.tar.gz


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



Accepted firefox-locale-uk 1.5-2 (source all)

2006-06-17 Thread Eugeniy Meshcheryakov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 18 Jun 2006 00:51:09 +0300
Source: firefox-locale-uk
Binary: mozilla-firefox-locale-uk firefox-locale-uk
Architecture: source all
Version: 1.5-2
Distribution: unstable
Urgency: low
Maintainer: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Changed-By: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Description: 
 firefox-locale-uk - Firefox Ukrainian language/region package
 mozilla-firefox-locale-uk - Firefox Ukrainian language/region property package 
(transitional 
Changes: 
 firefox-locale-uk (1.5-2) unstable; urgency=low
 .
   * Moved debhelper to Build-Depends (it is required to run the 'clean' target)
   * Added missing 'build' target as required by the Policy
   * Standards-Version 3.7.2 (no changes required)
Files: 
 2702f076c13db31e717ab1a403bb1de4 630 web optional firefox-locale-uk_1.5-2.dsc
 658f785fd1448bc119a850c83cf9c9a5 11142 web optional 
firefox-locale-uk_1.5-2.diff.gz
 e61b8a9bf0e1a0afb2414fdee9fbbcd9 201038 web optional 
firefox-locale-uk_1.5-2_all.deb
 69b0c598ee2800de0ca936c6f37b9c9c 11594 web optional 
mozilla-firefox-locale-uk_1.5-2_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.3 (GNU/Linux)

iD8DBQFElHohKaC6+zmozOIRAqVnAJ0Znh6KBDcNBqtioj2BA9mJt5dvCwCfblB2
bnI5lw12apawGiyVgDjHttc=
=8P/l
-END PGP SIGNATURE-


Accepted:
firefox-locale-uk_1.5-2.diff.gz
  to pool/main/f/firefox-locale-uk/firefox-locale-uk_1.5-2.diff.gz
firefox-locale-uk_1.5-2.dsc
  to pool/main/f/firefox-locale-uk/firefox-locale-uk_1.5-2.dsc
firefox-locale-uk_1.5-2_all.deb
  to pool/main/f/firefox-locale-uk/firefox-locale-uk_1.5-2_all.deb
mozilla-firefox-locale-uk_1.5-2_all.deb
  to pool/main/f/firefox-locale-uk/mozilla-firefox-locale-uk_1.5-2_all.deb


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



Accepted systemtap 0.0.20060513-1 (source i386)

2006-06-15 Thread Eugeniy Meshcheryakov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 16 May 2006 21:29:25 +0300
Source: systemtap
Binary: systemtap
Architecture: source i386
Version: 0.0.20060513-1
Distribution: unstable
Urgency: low
Maintainer: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Changed-By: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Description: 
 systemtap  - instrumentation system for Linux 2.6
Closes: 338174
Changes: 
 systemtap (0.0.20060513-1) unstable; urgency=low
 .
   * Initial release Closes: #338174
Files: 
 069c3b595d8267f02e5674cef841619a 676 devel optional 
systemtap_0.0.20060513-1.dsc
 4331b4d257ee4974f4c28bbdcf56b4b3 1558710 devel optional 
systemtap_0.0.20060513.orig.tar.gz
 c9cbb0de911666a97679a79a0ea7b297 5447 devel optional 
systemtap_0.0.20060513-1.diff.gz
 4f669070b60f081a10eaf5a93b51dd36 533810 devel optional 
systemtap_0.0.20060513-1_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.3 (GNU/Linux)

iD8DBQFEamOLKaC6+zmozOIRAso7AJ9BHXbLxFNLkVN9duEe0Mhom4o54gCfVlf+
oSfb0eUu3ADPAaULNYYTSEg=
=GlrB
-END PGP SIGNATURE-


Accepted:
systemtap_0.0.20060513-1.diff.gz
  to pool/main/s/systemtap/systemtap_0.0.20060513-1.diff.gz
systemtap_0.0.20060513-1.dsc
  to pool/main/s/systemtap/systemtap_0.0.20060513-1.dsc
systemtap_0.0.20060513-1_i386.deb
  to pool/main/s/systemtap/systemtap_0.0.20060513-1_i386.deb
systemtap_0.0.20060513.orig.tar.gz
  to pool/main/s/systemtap/systemtap_0.0.20060513.orig.tar.gz


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



Accepted firefox-locale-uk 1.5-1 (source all)

2006-03-14 Thread Eugeniy Meshcheryakov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue,  3 Jan 2006 16:16:16 +0200
Source: firefox-locale-uk
Binary: mozilla-firefox-locale-uk firefox-locale-uk
Architecture: source all
Version: 1.5-1
Distribution: unstable
Urgency: low
Maintainer: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Changed-By: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Description: 
 firefox-locale-uk - Firefox Ukrainian language/region package
 mozilla-firefox-locale-uk - Firefox Ukrainian language/region property package 
(transitional 
Changes: 
 firefox-locale-uk (1.5-1) unstable; urgency=low
 .
   * New upstream release
   * Use @debian.org maintainer e-mail
   * Policy version 3.6.2
   * Remove mozilla from binary and source package names to follow Firefox 
itself
   * s/mozilla-firefox/firefox/ where needed
   * Create mozilla-firefox-locale-uk transitional package
   * Remove unneeded files from debian/
   * Use debhelper compatibility level 5
Files: 
 810d910bd8eddc6801afd702caf8548f 636 web optional firefox-locale-uk_1.5-1.dsc
 5c6036508d33d4f16dc2da739914a14b 189289 web optional 
firefox-locale-uk_1.5.orig.tar.gz
 36a3402b7c2c4796570a67144ff40da4 11039 web optional 
firefox-locale-uk_1.5-1.diff.gz
 d65a12aaa9657241c605d2e8f0e870b2 200896 web optional 
firefox-locale-uk_1.5-1_all.deb
 e11958ea1f61d3718c1ca9e2a3279bc3 11436 web optional 
mozilla-firefox-locale-uk_1.5-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (GNU/Linux)

iD8DBQFDuom0KaC6+zmozOIRAs0GAJ92BX9g+1RVrHo8OTv4ulEvcj+t2wCeNFb9
1+xNnayshUEDx8j22G13zhU=
=x2KQ
-END PGP SIGNATURE-


Accepted:
firefox-locale-uk_1.5-1.diff.gz
  to pool/main/f/firefox-locale-uk/firefox-locale-uk_1.5-1.diff.gz
firefox-locale-uk_1.5-1.dsc
  to pool/main/f/firefox-locale-uk/firefox-locale-uk_1.5-1.dsc
firefox-locale-uk_1.5-1_all.deb
  to pool/main/f/firefox-locale-uk/firefox-locale-uk_1.5-1_all.deb
firefox-locale-uk_1.5.orig.tar.gz
  to pool/main/f/firefox-locale-uk/firefox-locale-uk_1.5.orig.tar.gz
mozilla-firefox-locale-uk_1.5-1_all.deb
  to pool/main/f/firefox-locale-uk/mozilla-firefox-locale-uk_1.5-1_all.deb


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



Accepted ispell-uk 1.1-1 (source all i386)

2005-11-13 Thread Eugeniy Meshcheryakov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed,  9 Nov 2005 16:27:47 +0200
Source: ispell-uk
Binary: aspell-ukr myspell-uk iukrainian aspell-uk wukrainian
Architecture: source all i386
Version: 1.1-1
Distribution: unstable
Urgency: low
Maintainer: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Changed-By: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Description: 
 aspell-uk  - Ukrainian dictionary for GNU Aspell
 aspell-ukr - Ukrainian dictionary for GNU Aspell (transitional package)
 iukrainian - Ukrainian dictionary for ispell
 myspell-uk - Ukrainian dictionary for myspell
 wukrainian - Ukrainian dictionary words for /usr/share/dict
Closes: 324496
Changes: 
 ispell-uk (1.1-1) unstable; urgency=low
 .
   * New upstream release.
   * Add aspell-uk binary package that Conflicts: and Replaces: old
   aspell-ukr package (also closes: #324496).
   * Add aspell-ukr transitional package that depends on aspell-uk.
   * Use debhelper compatibility level 5.
Files: 
 8a61b558b12c634027484426f674802f 693 text optional ispell-uk_1.1-1.dsc
 835e86b27f4c5cd7379e248b6ebac50f 372257 text optional ispell-uk_1.1.orig.tar.gz
 b3eaa7c2407c56e5e5cd46a3941684ed 2897 text optional ispell-uk_1.1-1.diff.gz
 12b259cac50b9b2247092a093b6b07b2 720354 text optional iukrainian_1.1-1_i386.deb
 4dbee83d80b724639cb474ae4f4d89a0 2016074 text optional wukrainian_1.1-1_all.deb
 aa6122ef9129e28657cea7ad215b3110 267552 text optional myspell-uk_1.1-1_all.deb
 445a2d47f1326d3d48874ccdc7638e9a 209906 text optional aspell-uk_1.1-1_all.deb
 5b4e69a243cf0a2a6a4bdb926c5c7d22 1980 text optional aspell-ukr_1.1-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (GNU/Linux)

iD8DBQFDchjfKaC6+zmozOIRAuIyAJ0YTG+4ulVDHkA/Q9zH301V/ywTngCfR5Gl
d1T6KMYkndZ94LsXLPhMQ0g=
=ZP/+
-END PGP SIGNATURE-


Accepted:
aspell-uk_1.1-1_all.deb
  to pool/main/i/ispell-uk/aspell-uk_1.1-1_all.deb
aspell-ukr_1.1-1_all.deb
  to pool/main/i/ispell-uk/aspell-ukr_1.1-1_all.deb
ispell-uk_1.1-1.diff.gz
  to pool/main/i/ispell-uk/ispell-uk_1.1-1.diff.gz
ispell-uk_1.1-1.dsc
  to pool/main/i/ispell-uk/ispell-uk_1.1-1.dsc
ispell-uk_1.1.orig.tar.gz
  to pool/main/i/ispell-uk/ispell-uk_1.1.orig.tar.gz
iukrainian_1.1-1_i386.deb
  to pool/main/i/ispell-uk/iukrainian_1.1-1_i386.deb
myspell-uk_1.1-1_all.deb
  to pool/main/i/ispell-uk/myspell-uk_1.1-1_all.deb
wukrainian_1.1-1_all.deb
  to pool/main/i/ispell-uk/wukrainian_1.1-1_all.deb


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



Bug#338174: ITP: systemtap -- instrumentation system for Linux

2005-11-08 Thread Eugeniy Meshcheryakov
Package: wnpp
Severity: wishlist
Owner: Eugeniy Meshcheryakov [EMAIL PROTECTED]

* Package name: systemtap
  Upstream Authors: Frank Ch. Eigler [EMAIL PROTECTED],
Graydon Hoare [EMAIL PROTECTED]
Martin Hunt [EMAIL PROTECTED]
Tom  Zanussi [EMAIL PROTECTED]
* URL : http://sourceware.org/systemtap/
* License : GPL
  Description : instrumentation system for Linux 2.6

 The SystemTap project aims to produce a Linux tool that lets
 application developers and system administrators take a deeper look
 into a running kernel. It aims to exploit the capability of a fully
 open-source Linux target to go beyond performance measurements, and
 perhaps even serve as a programmable debugger.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (990, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.13
Locale: LANG=uk_UA.UTF-8, LC_CTYPE=uk_UA.UTF-8 (charmap=UTF-8)


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



Accepted ispell-uk 0.7+cvs20040610-2 (i386 source all)

2005-07-02 Thread Eugeniy Meshcheryakov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat,  2 Jul 2005 18:35:57 +0300
Source: ispell-uk
Binary: myspell-uk iukrainian wukrainian
Architecture: source i386 all
Version: 0.7+cvs20040610-2
Distribution: unstable
Urgency: low
Maintainer: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Changed-By: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Description: 
 iukrainian - Ukrainian dictionary for ispell
 myspell-uk - Ukrainian dictionary for myspell
 wukrainian - Ukrainian dictionary words for /usr/share/dict
Changes: 
 ispell-uk (0.7+cvs20040610-2) unstable; urgency=low
 .
   * Standards version 2.6.2.
   * Use @debian.org address in the Maintainer field.
   * Fix spelling of some words (derivatives of 'ґрунт').
   * Set locale to 'C' in debian/rules.
Files: 
 7bc247c365ad1ccb44618edcc0b9bc05 690 text optional 
ispell-uk_0.7+cvs20040610-2.dsc
 5d38ac11816211e475e43380d46f9060 4233 text optional 
ispell-uk_0.7+cvs20040610-2.diff.gz
 fce534428201502ac7ca3e98ec9f7bf4 770230 text optional 
iukrainian_0.7+cvs20040610-2_i386.deb
 36a0977d93fff39de5dc02495c89a5dc 2284008 text optional 
wukrainian_0.7+cvs20040610-2_all.deb
 1da08ea0aa002b416f55f9f36f3790bb 278588 text optional 
myspell-uk_0.7+cvs20040610-2_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFCxrUaKaC6+zmozOIRAnE8AJwL3pF+LTA0umgm566bKcckjcerOgCfWnmf
YrdksCPf63YrMTtK02jJ8do=
=2Zk3
-END PGP SIGNATURE-


Accepted:
ispell-uk_0.7+cvs20040610-2.diff.gz
  to pool/main/i/ispell-uk/ispell-uk_0.7+cvs20040610-2.diff.gz
ispell-uk_0.7+cvs20040610-2.dsc
  to pool/main/i/ispell-uk/ispell-uk_0.7+cvs20040610-2.dsc
iukrainian_0.7+cvs20040610-2_i386.deb
  to pool/main/i/ispell-uk/iukrainian_0.7+cvs20040610-2_i386.deb
myspell-uk_0.7+cvs20040610-2_all.deb
  to pool/main/i/ispell-uk/myspell-uk_0.7+cvs20040610-2_all.deb
wukrainian_0.7+cvs20040610-2_all.deb
  to pool/main/i/ispell-uk/wukrainian_0.7+cvs20040610-2_all.deb


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



Accepted mozilla-thunderbird-locale-uk 1.0debian-1 (all source)

2005-01-23 Thread Eugeniy Meshcheryakov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 22 Jan 2005 14:57:05 +0200
Source: mozilla-thunderbird-locale-uk
Binary: mozilla-thunderbird-locale-uk
Architecture: source all
Version: 1.0debian-1
Distribution: unstable
Urgency: low
Maintainer: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Changed-By: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Description: 
 mozilla-thunderbird-locale-uk - Mozilla Thunderbird Ukrainian Language/Region 
Package
Changes: 
 mozilla-thunderbird-locale-uk (1.0debian-1) unstable; urgency=low
 .
   * New upstream release for Thunderbird 1.0.
Files: 
 0ae9f9ad205f7498951aab4be358f2d7 677 web optional 
mozilla-thunderbird-locale-uk_1.0debian-1.dsc
 a37568a419e19ad609d7b3ff0b2afda2 242010 web optional 
mozilla-thunderbird-locale-uk_1.0debian.orig.tar.gz
 b9311359807e5e981ac9152da9117c21 11326 web optional 
mozilla-thunderbird-locale-uk_1.0debian-1.diff.gz
 cf62a3565a3a32138212ff3ea0d4e0af 254988 web optional 
mozilla-thunderbird-locale-uk_1.0debian-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFB892Jw3ao2vG823MRAuNHAJ4/0I4jbOCQTubLnAjo1Ns1G/NatwCfcH5a
0M9EmiF8Q9+BIPUadDj5ipQ=
=vR4O
-END PGP SIGNATURE-


Accepted:
mozilla-thunderbird-locale-uk_1.0debian-1.diff.gz
  to 
pool/main/m/mozilla-thunderbird-locale-uk/mozilla-thunderbird-locale-uk_1.0debian-1.diff.gz
mozilla-thunderbird-locale-uk_1.0debian-1.dsc
  to 
pool/main/m/mozilla-thunderbird-locale-uk/mozilla-thunderbird-locale-uk_1.0debian-1.dsc
mozilla-thunderbird-locale-uk_1.0debian-1_all.deb
  to 
pool/main/m/mozilla-thunderbird-locale-uk/mozilla-thunderbird-locale-uk_1.0debian-1_all.deb
mozilla-thunderbird-locale-uk_1.0debian.orig.tar.gz
  to 
pool/main/m/mozilla-thunderbird-locale-uk/mozilla-thunderbird-locale-uk_1.0debian.orig.tar.gz


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



Re: charsets in debian/control

2004-12-07 Thread Eugeniy Meshcheryakov
07.12.2004  13:33 +0100 Maciej Dems (-):
 Patrze w ekran, a to Roger Leigh pisze do mnie:
  - No UTF-8 console keymaps
  - Some broken libraries e.g. GTK+ 1.2 [obsolete]
  - I can't paste UTF-8 into emacs (perhaps a problem in my .emacs)
 
 - mc making mess with its frames
 
Add dselect and aptitude here.

-- 
Eugeniy Meshcheryakov

Kyiv National Taras Shevchenko University
Information and Computing Centre
http://icc.univ.kiev.ua


signature.asc
Description: Digital signature


Accepted mozilla-thunderbird-locale-uk 0.9debian-1 (all source)

2004-11-22 Thread Eugeniy Meshcheryakov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  8 Nov 2004 18:48:32 +0200
Source: mozilla-thunderbird-locale-uk
Binary: mozilla-thunderbird-locale-uk
Architecture: source all
Version: 0.9debian-1
Distribution: unstable
Urgency: low
Maintainer: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Changed-By: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Description: 
 mozilla-thunderbird-locale-uk - Mozilla Thunderbird Ukrainian Language/Region 
Package
Changes: 
 mozilla-thunderbird-locale-uk (0.9debian-1) unstable; urgency=low
 .
   * New upstream release for Thunderbird 0.9.
   * debian/control: add Suggests: myspell-uk.
Files: 
 a19e6d0b0780fac90075cefd24bdb456 677 web optional 
mozilla-thunderbird-locale-uk_0.9debian-1.dsc
 c9be48bbe2d19203cf27e4ddc361f052 254481 web optional 
mozilla-thunderbird-locale-uk_0.9debian.orig.tar.gz
 5b185794a8f4ff320a16d4de539b941c 11348 web optional 
mozilla-thunderbird-locale-uk_0.9debian-1.diff.gz
 c98e21665a78f7689c5af80f31012631 266746 web optional 
mozilla-thunderbird-locale-uk_0.9debian-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFBouL5w3ao2vG823MRAnv3AJsEyDR47EMFRWnAUmZRJf7HsKUFjgCbBmQa
VT7qfrczwSEwhSKcz/ineWc=
=bxrl
-END PGP SIGNATURE-


Accepted:
mozilla-thunderbird-locale-uk_0.9debian-1.diff.gz
  to 
pool/main/m/mozilla-thunderbird-locale-uk/mozilla-thunderbird-locale-uk_0.9debian-1.diff.gz
mozilla-thunderbird-locale-uk_0.9debian-1.dsc
  to 
pool/main/m/mozilla-thunderbird-locale-uk/mozilla-thunderbird-locale-uk_0.9debian-1.dsc
mozilla-thunderbird-locale-uk_0.9debian-1_all.deb
  to 
pool/main/m/mozilla-thunderbird-locale-uk/mozilla-thunderbird-locale-uk_0.9debian-1_all.deb
mozilla-thunderbird-locale-uk_0.9debian.orig.tar.gz
  to 
pool/main/m/mozilla-thunderbird-locale-uk/mozilla-thunderbird-locale-uk_0.9debian.orig.tar.gz


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



Accepted mozilla-firefox-locale-uk 1.0-1 (all source)

2004-11-12 Thread Eugeniy Meshcheryakov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 10 Nov 2004 16:37:23 +0200
Source: mozilla-firefox-locale-uk
Binary: mozilla-firefox-locale-uk
Architecture: source all
Version: 1.0-1
Distribution: unstable
Urgency: critical
Maintainer: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Changed-By: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Description: 
 mozilla-firefox-locale-uk - Mozilla Firefox Ukrainian Language/Region Package
Changes: 
 mozilla-firefox-locale-uk (1.0-1) unstable; urgency=critical
 .
   * New upstream release for Mozilla Firefox 1.0
   * Urgency critical to get Firefox 1.0 into sarge
Files: 
 fc555bb36d04fdda3a5af17d1c469977 643 web optional 
mozilla-firefox-locale-uk_1.0-1.dsc
 8f3af5339ebd22f10421ae01c73e2954 108387 web optional 
mozilla-firefox-locale-uk_1.0.orig.tar.gz
 1e7cf8222188faa6b7ff4099d00f1d05 11078 web optional 
mozilla-firefox-locale-uk_1.0-1.diff.gz
 e62ca182e823a88609a61ce6069473b4 120724 web optional 
mozilla-firefox-locale-uk_1.0-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.5 (GNU/Linux)

iD8DBQFBlNy9w3ao2vG823MRAhH1AJ9EA/JZJfkE9aCSrTzwxSGeb9MgRwCePm1o
oaqqwXEPxeVzAJnR7WHmSOI=
=xVNN
-END PGP SIGNATURE-


Accepted:
mozilla-firefox-locale-uk_1.0-1.diff.gz
  to 
pool/main/m/mozilla-firefox-locale-uk/mozilla-firefox-locale-uk_1.0-1.diff.gz
mozilla-firefox-locale-uk_1.0-1.dsc
  to pool/main/m/mozilla-firefox-locale-uk/mozilla-firefox-locale-uk_1.0-1.dsc
mozilla-firefox-locale-uk_1.0-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-uk/mozilla-firefox-locale-uk_1.0-1_all.deb
mozilla-firefox-locale-uk_1.0.orig.tar.gz
  to 
pool/main/m/mozilla-firefox-locale-uk/mozilla-firefox-locale-uk_1.0.orig.tar.gz


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



Accepted mozilla-firefox-locale-uk 0.99+1.0RC1-1 (all source)

2004-11-04 Thread Eugeniy Meshcheryakov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed,  3 Nov 2004 16:27:22 +0200
Source: mozilla-firefox-locale-uk
Binary: mozilla-firefox-locale-uk
Architecture: source all
Version: 0.99+1.0RC1-1
Distribution: unstable
Urgency: low
Maintainer: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Changed-By: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Description: 
 mozilla-firefox-locale-uk - Mozilla Firefox Ukrainian Language/Region Package
Changes: 
 mozilla-firefox-locale-uk (0.99+1.0RC1-1) unstable; urgency=low
 .
   * New upstream release for Mozilla Firefox 1.0rc1
Files: 
 5afe257d768611cddc5ea0efe6914735 667 web optional 
mozilla-firefox-locale-uk_0.99+1.0RC1-1.dsc
 8edd1fe27142a886cd1aa8295c70d2ca 107563 web optional 
mozilla-firefox-locale-uk_0.99+1.0RC1.orig.tar.gz
 259f67a26c4edf46f0b4636eedbfb197 11533 web optional 
mozilla-firefox-locale-uk_0.99+1.0RC1-1.diff.gz
 071ec8814cc2ff9efec4b484be6971b2 120410 web optional 
mozilla-firefox-locale-uk_0.99+1.0RC1-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.5 (GNU/Linux)

iD8DBQFBig0Vw3ao2vG823MRAo+aAJ9KXz2n2kyGcJpfUNu6jI+FI/+D0ACeOYs1
QdOpIopp58zTagm0L2qdWMA=
=txd/
-END PGP SIGNATURE-


Accepted:
mozilla-firefox-locale-uk_0.99+1.0RC1-1.diff.gz
  to 
pool/main/m/mozilla-firefox-locale-uk/mozilla-firefox-locale-uk_0.99+1.0RC1-1.diff.gz
mozilla-firefox-locale-uk_0.99+1.0RC1-1.dsc
  to pool/main/m/mozilla-firefox-locale-uk/mozilla-firefox-locale-uk_0.99+1.0RC1-1.dsc
mozilla-firefox-locale-uk_0.99+1.0RC1-1_all.deb
  to 
pool/main/m/mozilla-firefox-locale-uk/mozilla-firefox-locale-uk_0.99+1.0RC1-1_all.deb
mozilla-firefox-locale-uk_0.99+1.0RC1.orig.tar.gz
  to 
pool/main/m/mozilla-firefox-locale-uk/mozilla-firefox-locale-uk_0.99+1.0RC1.orig.tar.gz


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



Accepted mozilla-firefox-locale-uk 0.9.2-1 (all source)

2004-08-10 Thread Eugeniy Meshcheryakov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 10 Aug 2004 15:16:36 +0300
Source: mozilla-firefox-locale-uk
Binary: mozilla-firefox-locale-uk
Architecture: source all
Version: 0.9.2-1
Distribution: unstable
Urgency: low
Maintainer: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Changed-By: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Description: 
 mozilla-firefox-locale-uk - Mozilla Firefox Ukrainian Language/Region Package
Changes: 
 mozilla-firefox-locale-uk (0.9.2-1) unstable; urgency=low
 .
   * New upstream release
Files: 
 13b88684c99e0ca076e4cb9f3574d642 649 web optional 
mozilla-firefox-locale-uk_0.9.2-1.dsc
 fe2c97db5e0cb3344ea038c5fd9cb98f 115460 web optional 
mozilla-firefox-locale-uk_0.9.2.orig.tar.gz
 a9b3ee8a40310813b068ebc114fa6c28 11165 web optional 
mozilla-firefox-locale-uk_0.9.2-1.diff.gz
 bf9dc056e8f0133479db0f5569929529 127872 web optional 
mozilla-firefox-locale-uk_0.9.2-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFBGUpCw3ao2vG823MRAqPnAJ9SJXzpZe2Fo1A3ZtaDDN4Ek3xPkACdGcR2
mpv7VeJXp2/hZH/ogQtOwjs=
=IFYg
-END PGP SIGNATURE-


Accepted:
mozilla-firefox-locale-uk_0.9.2-1.diff.gz
  to pool/main/m/mozilla-firefox-locale-uk/mozilla-firefox-locale-uk_0.9.2-1.diff.gz
mozilla-firefox-locale-uk_0.9.2-1.dsc
  to pool/main/m/mozilla-firefox-locale-uk/mozilla-firefox-locale-uk_0.9.2-1.dsc
mozilla-firefox-locale-uk_0.9.2-1_all.deb
  to pool/main/m/mozilla-firefox-locale-uk/mozilla-firefox-locale-uk_0.9.2-1_all.deb
mozilla-firefox-locale-uk_0.9.2.orig.tar.gz
  to pool/main/m/mozilla-firefox-locale-uk/mozilla-firefox-locale-uk_0.9.2.orig.tar.gz


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



Accepted mozilla-thunderbird-locale-uk 0.7.2debian-1 (all source)

2004-08-10 Thread Eugeniy Meshcheryakov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 10 Aug 2004 14:36:58 +0300
Source: mozilla-thunderbird-locale-uk
Binary: mozilla-thunderbird-locale-uk
Architecture: source all
Version: 0.7.2debian-1
Distribution: unstable
Urgency: low
Maintainer: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Changed-By: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Description: 
 mozilla-thunderbird-locale-uk - Mozilla Thunderbird Ukrainian Language/Region Package
Changes: 
 mozilla-thunderbird-locale-uk (0.7.2debian-1) unstable; urgency=low
 .
   * New upstream release
Files: 
 335707030de9d5d7d6e2f8bdf4924167 683 web optional 
mozilla-thunderbird-locale-uk_0.7.2debian-1.dsc
 22e254407c45a166020e4a367dc1d94b 233570 web optional 
mozilla-thunderbird-locale-uk_0.7.2debian.orig.tar.gz
 b6884e6f18d3a4797143c8743037f1cb 13155 web optional 
mozilla-thunderbird-locale-uk_0.7.2debian-1.diff.gz
 b0d7a97e4d6f0ced6e978345752c1601 246422 web optional 
mozilla-thunderbird-locale-uk_0.7.2debian-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFBGUuWw3ao2vG823MRAkfkAJ41xau8tBPy6n5bAHc5svY7wHqoeACeNSQf
1U01YtFqy6MoZQeq5hZAzPk=
=TMwg
-END PGP SIGNATURE-


Accepted:
mozilla-thunderbird-locale-uk_0.7.2debian-1.diff.gz
  to 
pool/main/m/mozilla-thunderbird-locale-uk/mozilla-thunderbird-locale-uk_0.7.2debian-1.diff.gz
mozilla-thunderbird-locale-uk_0.7.2debian-1.dsc
  to 
pool/main/m/mozilla-thunderbird-locale-uk/mozilla-thunderbird-locale-uk_0.7.2debian-1.dsc
mozilla-thunderbird-locale-uk_0.7.2debian-1_all.deb
  to 
pool/main/m/mozilla-thunderbird-locale-uk/mozilla-thunderbird-locale-uk_0.7.2debian-1_all.deb
mozilla-thunderbird-locale-uk_0.7.2debian.orig.tar.gz
  to 
pool/main/m/mozilla-thunderbird-locale-uk/mozilla-thunderbird-locale-uk_0.7.2debian.orig.tar.gz


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



Accepted ispell-uk 0.7+cvs20040610-1 (i386 source all)

2004-07-19 Thread Eugeniy Meshcheryakov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 10 Jul 2004 19:58:40 +0300
Source: ispell-uk
Binary: myspell-uk iukrainian wukrainian
Architecture: source i386 all
Version: 0.7+cvs20040610-1
Distribution: unstable
Urgency: low
Maintainer: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Changed-By: Eugeniy Meshcheryakov [EMAIL PROTECTED]
Description: 
 iukrainian - Ukrainian dictionary for ispell
 myspell-uk - Ukrainian dictionary for myspell
 wukrainian - Ukrainian dictionary words for /usr/share/dict
Closes: 254053
Changes: 
 ispell-uk (0.7+cvs20040610-1) unstable; urgency=low
 .
   * Initial Release (Closes: #254053).
Files: 
 9b15edbc49c9ac8e2bf1fa4de2fb2a6a 692 text optional ispell-uk_0.7+cvs20040610-1.dsc
 fe94a58bdbd415b6993b139f6387f2db 663157 text optional 
ispell-uk_0.7+cvs20040610.orig.tar.gz
 40a76b5cc211dcc7668ec8a8e585ece3 3804 text optional 
ispell-uk_0.7+cvs20040610-1.diff.gz
 bf4d5b8d74bd2c9256027cad093bdfb8 769288 text optional 
iukrainian_0.7+cvs20040610-1_i386.deb
 ae125be47e07ecdf3ed14ff411f4ea8a 2284428 text optional 
wukrainian_0.7+cvs20040610-1_all.deb
 7b03d18fd823adcb891f876b1c33e6b6 277920 text optional 
myspell-uk_0.7+cvs20040610-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFA8DVmw3ao2vG823MRAhONAJsGbuntK/vOwOxj3p7XavsusWzCowCfVKZP
K4IkJqaC1n9x8zMy5Itx5UU=
=HnPX
-END PGP SIGNATURE-


Accepted:
ispell-uk_0.7+cvs20040610-1.diff.gz
  to pool/main/i/ispell-uk/ispell-uk_0.7+cvs20040610-1.diff.gz
ispell-uk_0.7+cvs20040610-1.dsc
  to pool/main/i/ispell-uk/ispell-uk_0.7+cvs20040610-1.dsc
ispell-uk_0.7+cvs20040610.orig.tar.gz
  to pool/main/i/ispell-uk/ispell-uk_0.7+cvs20040610.orig.tar.gz
iukrainian_0.7+cvs20040610-1_i386.deb
  to pool/main/i/ispell-uk/iukrainian_0.7+cvs20040610-1_i386.deb
myspell-uk_0.7+cvs20040610-1_all.deb
  to pool/main/i/ispell-uk/myspell-uk_0.7+cvs20040610-1_all.deb
wukrainian_0.7+cvs20040610-1_all.deb
  to pool/main/i/ispell-uk/wukrainian_0.7+cvs20040610-1_all.deb


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



  1   2   >