Bug#1059163: closed by Debian FTP Masters (reply to Anibal Monsalve Salazar ) (Bug#1059163: fixed in cpio 2.14+dfsg-1)

2023-12-22 Thread Anibal Monsalve Salazar
On Fri, 2023-12-22 08:42:46 +0100, Salvatore Bonaccorso wrote:
> Hi Anibal,
> 
> On Fri, Dec 22, 2023 at 06:21:04AM +, Debian Bug Tracking System wrote:
> >  cpio (2.14+dfsg-1) unstable; urgency=medium
> >  .
> >* New upstream release
> >  Closes: #1049402
> >  Noteworthy changes in this release:
> >  - New option --ignore-dirnlink
> >Valid in copy-out mode, it instructs cpio to ignore the actual number
> >of links reported for each directory member and always store 2
> >instead.
> >  - Changes in --reproducible option
> >The --reproducible option implies --ignore-dirlink.  In other words,
> >it is equivalent to --ignore-devno --ignore-dirnlink 
> > --renumber-inodes.
> >  - Use GNU ls algorithm for deciding timestamp format in -tv mode
> >  - Bugfixes
> >- Fix cpio header verification.
> >- Fix handling of device numbers on copy out.
> >- Fix calculation of CRC in copy-out mode.
> >- Rewrite the fix for CVE-2015-1197.
> >- Fix combination of --create --append --directory.
> >- Fix appending to archives bigger than 2G.
> >* Update uploaders list
> >  Closes: #925021
> >* Standards-Version: 4.6.2
> >* Fix Path traversal vulnerability due to partial revert of fix for 
> > CVE-2015-1197
> >  Closes: #1059163
> 
> Thanks for this upload to unstable. Can you check if the upstream
> redone changes for CVE-2015-1197 are backportable, and if so can you
> address the issue in the upcoming point releases for bookworm and
> bullseye?
> 
> Regards,
> Salvatore

Sure.

The commit in question is at:

https://git.savannah.gnu.org/cgit/cpio.git/commit/?id=376d663340a9dc91c91a5849e5713f07571c1628



Bug#1051822: installed chrony package post-installation script subprocess returned error exit status 1

2023-09-15 Thread Anibal Monsalve Salazar
On Thu, 2023-09-14 13:14:47 +0200, Vincent Blut wrote:

> diff -Nru chrony-4.4/debian/changelog chrony-4.4/debian/changelog
> --- chrony-4.4/debian/changelog   2023-08-09 17:50:42.0 +0200
> +++ chrony-4.4/debian/changelog   2023-09-14 12:02:21.0 +0200
> @@ -1,3 +1,10 @@
> +chrony (4.4-2) unstable; urgency=medium
> +
> +  * debian/control:
> +- Add version constraint on adduser. (Closes: #1051822)
> +
> + -- Vincent Blut   Thu, 14 Sep 2023 12:02:21 +0200
> +
>  chrony (4.4-1) unstable; urgency=medium
>  
>* Import upstream version 4.4:
> diff -Nru chrony-4.4/debian/control chrony-4.4/debian/control
> --- chrony-4.4/debian/control 2023-08-09 17:50:42.0 +0200
> +++ chrony-4.4/debian/control 2023-09-14 12:02:21.0 +0200
> @@ -25,7 +25,7 @@
>  Package: chrony
>  Architecture: linux-any
>  Pre-Depends: ${misc:Pre-Depends}
> -Depends: adduser,
> +Depends: adduser (>= 3.130),
>   iproute2 [linux-any],
>   tzdata-legacy,
>   ucf,
> diff -Nru chrony-4.4/debian/.gitlab-ci.yml chrony-4.4/debian/.gitlab-ci.yml
> --- chrony-4.4/debian/.gitlab-ci.yml  2023-08-09 17:50:42.0 +0200
> +++ chrony-4.4/debian/.gitlab-ci.yml  2023-09-14 12:02:21.0 +0200
> @@ -4,8 +4,6 @@
>  - 
> https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml
>  
>  variables:
> -# chrony now depends on tzdata-legacy which is only available in 
> experimental
> -RELEASE: 'experimental'
>  # Skip the reprotest job as long as it is run as root due to problems 
> with
>  # chrony system tests.
>  SALSA_CI_DISABLE_REPROTEST: 1

That fixed this bug for me.

Thank you,

Aníbal



Bug#1051822: installed chrony package post-installation script subprocess returned error exit status 1

2023-09-13 Thread Anibal Monsalve Salazar
On Wed, 2023-09-13 15:15:10 +0200, Vincent Blut wrote:
> Control: tags -1 + moreinfo
> 
> Hi Anibal,
> 
> Le 2023-09-13 13:52, Anibal Monsalve Salazar a écrit :
>> Package: chrony
>> Version: 4.2-2
>> Severity: critical
>> 
>> # dpkg -i /mnt/apt/archives/chrony_4.4-1_i386.deb
>> (Reading database ... 34682 files and directories currently installed.)
>> Preparing to unpack .../archives/chrony_4.4-1_i386.deb ...
>> Failed to stop chronyd-restricted.service: Unit chronyd-restricted.service 
>> not loaded.
>> Unpacking chrony (4.4-1) over (4.3-4) ...
>> Setting up chrony (4.4-1) ...
>> Unknown option: comment
>> adduser [--home DIR] [--shell SHELL] [--no-create-home] [--uid ID]
>> [--firstuid ID] [--lastuid ID] [--gecos GECOS] [--ingroup GROUP | --gid ID]
>> [--disabled-password] [--disabled-login] [--add_extra_groups] USER
>>Add a normal user
>> 
>> adduser --system [--home DIR] [--shell SHELL] [--no-create-home] [--uid ID]
>> [--gecos GECOS] [--group | --ingroup GROUP | --gid ID] [--disabled-password]
>> [--disabled-login] [--add_extra_groups] USER
>>Add a system user
>> 
>> adduser --group [--gid ID] GROUP
>> addgroup [--gid ID] GROUP
>>Add a user group
>> 
>> addgroup --system [--gid ID] GROUP
>>Add a system group
>> 
>> adduser USER GROUP
>>Add an existing user to an existing group
>> 
>> general options:
>>   --quiet | -q  don't give process information to stdout
>>   --force-badname   allow usernames which do not match the
>> NAME_REGEX configuration variable
>>   --help | -h   usage message
>>   --version | -vversion number and copyright
>>   --conf | -c FILE  use FILE as configuration file
>> 
>> dpkg: error processing package chrony (--install):
>>  installed chrony package post-installation script subprocess returned error 
>> exit status 1
>> Processing triggers for man-db (2.11.2-3) ...
>> Errors were encountered while processing:
>>  chrony
> 
> I don't seem to be able to reproduce this issue. Could you please give me more
> information on the system on which you were upgrading chrony? It seems you 
> were
> upgrading from chrony 4.3-4, so I guess this system is running 
> testing/unstable‽
> 
> Cheers,
> Vincent

Dear Vincent,

I tried again to upgrade chrony on another machine and it failed.


Setting up chrony (4.4-1) ...
Unknown option: comment
adduser [--home DIR] [--shell SHELL] [--no-create-home] [--uid ID]
[--firstuid ID] [--lastuid ID] [--gecos GECOS] [--ingroup GROUP | --gid ID]
[--disabled-password] [--disabled-login] [--add_extra_groups] USER
   Add a normal user

adduser --system [--home DIR] [--shell SHELL] [--no-create-home] [--uid ID]
[--gecos GECOS] [--group | --ingroup GROUP | --gid ID] [--disabled-password]
[--disabled-login] [--add_extra_groups] USER
   Add a system user

adduser --group [--gid ID] GROUP
addgroup [--gid ID] GROUP
   Add a user group

addgroup --system [--gid ID] GROUP
   Add a system group

adduser USER GROUP
   Add an existing user to an existing group

general options:
  --quiet | -q  don't give process information to stdout
  --force-badname   allow usernames which do not match the
NAME_REGEX configuration variable
  --help | -h   usage message
  --version | -vversion number and copyright
  --conf | -c FILE  use FILE as configuration file

dpkg: error processing package chrony (--configure):
 installed chrony package post-installation script subprocess returned error 
exit status 1
...
Errors were encountered while processing:
 chrony
E: Sub-process /usr/bin/dpkg returned an error code (1)


$ dpkg -l adduser chrony
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name   Version  Architecture Description
+++-==---=
ri  adduser3.118all  add and remove users and groups
iF  chrony 4.4-1i386 Versatile implementation of the 
Network Time Protocol


I know updating adduser from 3.118 to 3.137 will fix this bug.

I tried dpkg -i chrony_4.4-1_i386.deb with the same messages above. I
did not upgrade adduser this time.

I suggest to replace line 28 in debian/control as follows:

--- control 2023-09-14 13:52:34.323543535 +1000
+++ control 2023-09-14 13:55:18.960189965 +1000
@@ -25,7 +25,7 @@ Rules-Requires-Root: no
 Package: chrony
 Architecture: linux-any
 Pre-Depends: ${misc:Pre-Depends}
-Depends: adduser,
+Depends: adduser (>= 3.137),
  iproute2 [linux-any],
  tzdata-legacy,
  ucf,

I will not touch the machine and will install any test package from you.

Please let me know what would you like me to do.

Thank you for your time and for helping me with this bug.

Kind regards,

Aníbal



Bug#1051822: installed chrony package post-installation script subprocess returned error exit status 1

2023-09-12 Thread Anibal Monsalve Salazar
Installing adduser (3.137) fixed this bug for me.

Maybe there is a missing dependency on adduser (3.137).



Bug#1051822: installed chrony package post-installation script subprocess returned error exit status 1

2023-09-12 Thread Anibal Monsalve Salazar
Package: chrony
Version: 4.2-2
Severity: critical

# dpkg -i /mnt/apt/archives/chrony_4.4-1_i386.deb
(Reading database ... 34682 files and directories currently installed.)
Preparing to unpack .../archives/chrony_4.4-1_i386.deb ...
Failed to stop chronyd-restricted.service: Unit chronyd-restricted.service not 
loaded.
Unpacking chrony (4.4-1) over (4.3-4) ...
Setting up chrony (4.4-1) ...
Unknown option: comment
adduser [--home DIR] [--shell SHELL] [--no-create-home] [--uid ID]
[--firstuid ID] [--lastuid ID] [--gecos GECOS] [--ingroup GROUP | --gid ID]
[--disabled-password] [--disabled-login] [--add_extra_groups] USER
   Add a normal user

adduser --system [--home DIR] [--shell SHELL] [--no-create-home] [--uid ID]
[--gecos GECOS] [--group | --ingroup GROUP | --gid ID] [--disabled-password]
[--disabled-login] [--add_extra_groups] USER
   Add a system user

adduser --group [--gid ID] GROUP
addgroup [--gid ID] GROUP
   Add a user group

addgroup --system [--gid ID] GROUP
   Add a system group

adduser USER GROUP
   Add an existing user to an existing group

general options:
  --quiet | -q  don't give process information to stdout
  --force-badname   allow usernames which do not match the
NAME_REGEX configuration variable
  --help | -h   usage message
  --version | -vversion number and copyright
  --conf | -c FILE  use FILE as configuration file

dpkg: error processing package chrony (--install):
 installed chrony package post-installation script subprocess returned error 
exit status 1
Processing triggers for man-db (2.11.2-3) ...
Errors were encountered while processing:
 chrony



Bug#983508: nfs-common: Bullseys/Kernel 5.10 SAMBA AD/DC NFSv4 Kerberos Problem with rpc.gssd

2021-09-16 Thread Anibal Monsalve Salazar
On Thu, 2021-02-25 11:07:13 +0100, J. Pfennig wrote:
> Package: nfs-common
> Version: 1:1.3.4-2.5+deb10u1
> Severity: important
> Tags: upstream
> 
> Dear Maintainers
> 
> There is a long standing bug (or wrong documentation) in rpc.gssd
> Probably debian uses an outdated version (new upstream version).
> 
> I consider this bug as severe because it breaks backward compa-
> tibility since debian bullseye. It might affect most SAMBA AD/DC
> setups that were working with buster and fail with bulseye.

Thank you for filing this bug#983508.

You tagged it upstream. Do you have a web page address or upstream bug
report reference of this bug when in was reported upstream?

Could you please test the current version of nfs-common in experimental?

> PROBLEM
> 
> The point is the nfs/... SPN (service principle name) that was
> historically used to fill the kerberos machine credential cache.
> 
> The documentation explicitly states that rpc.gssd first tries
> the (windows) machine account $/... then a SPN (or UPN?)
> root/... then some others and FINALLY the nfs/... SPN. But this
> is wrong, only nfs/... is recognized.
> 
> This creates a problem with SAMBA AD/DCs setups. Samba uses heimdal
> kerberos. A difference between heimdal and MIT are the SPNs. So in
> SAMBA you have to add a UPN (like the before mentioned root/...) 
> and to attach the nfs/... SPN to the UPN. This is how it looks:
> 
> samba-tool user create --random-password --gid-number=100 \
>  --gecos="nfs user" --unix-home=/tmp --login-shell=/usr/sbin/nologin \
>  root/myhost.centauri.home
> samba-tool user setexpiry --noexpiry root/myhost.centauri.home
> samba-tool spn add nfs/myhost.centauri.home root/myhost.centauri.home
> 
> The exported keytab works fine (until kernel 5.9) and allows NFS4 with
> kerberos security:
> 
> samba-tool domain exportkeytab xxx.keytab --principal MYHOST$
> samba-tool domain exportkeytab xxx.keytab --principal 
> root/myhost.centauri.home
> samba-tool domain exportkeytab xxx.keytab --principal nfs/myhost.centauri.home
> 
> But as nfs/... SPN seems to be historic SAMBA only exports weak 
> encryption keys for nfs/... whereas the machine account and the root/...
> UPN have strong encryption:
> 
> klist -e -k /etc/krb5.keytab.old
> Keytab name: FILE:/etc/krb5.keytab.old
> KVNO Principal
>  
> --
>1 alpha1$@CENTAURI.HOME (aes256-cts-hmac-sha1-96) 
>1 alpha1$@CENTAURI.HOME (aes128-cts-hmac-sha1-96) 
>1 alpha1$@CENTAURI.HOME (arcfour-hmac) 
>1 alpha1$@CENTAURI.HOME (des-cbc-md5) 
>1 alpha1$@CENTAURI.HOME (des-cbc-crc) 
>2 root/alpha1.centauri.h...@centauri.home (aes256-cts-hmac-sha1-96) 
>2 root/alpha1.centauri.h...@centauri.home (aes128-cts-hmac-sha1-96) 
>2 root/alpha1.centauri.h...@centauri.home (arcfour-hmac) 
>2 root/alpha1.centauri.h...@centauri.home (des-cbc-md5) 
>2 root/alpha1.centauri.h...@centauri.home (des-cbc-crc) 
>2 nfs/alpha1.centauri.h...@centauri.home (arcfour-hmac) 
>2 nfs/alpha1.centauri.h...@centauri.home (des-cbc-md5) 
>2 nfs/alpha1.centauri.h...@centauri.home (des-cbc-crc) 
> 
> 
> SOLUTION
> 
> This was OK until kernel 5.9 only. Since 5.10 somebody disabled weak
> encrytion in the kernel part of GSSAPI. Now debian's old rpc.gssd
> fails. Probably creating a security problem as NFS mount now tries
> NFS 3 (without kerberos).
> 
> The SAMBA documentation explains the SAMBA behaviour here:
> 
>https://wiki.samba.org/index.php/Generating_Keytabs
> 
> The solution is to explicitly set the supported encryption for
> the root/... UPN:
> 
> net ads enctypes set root/myhost.centauri.home 31
> 
> A newly created keytab now contains the required encryptions
> for the nfs/... SPN. And now NFS4 works with 5.10 / bullseye.
> 
> 
> CONCLUSION
> 
> The NFS4 / SAMBA / KERBEROS setup is extremly complacated, debian's
> rpc.gssd is outdated or buggy and someone tried to improve security
> by removing something from the kernel. NFS mounts on bullseye
> systems may fall back to NFS3 without kerberos. Not good.
> 
> 
> PLEASE
> 
> Give users a hint, a usefull error message, or fix rpc.gssd
> It took me a long time to indentify the reported problem and I am
> thankfull for a hint that I found in the univention bug tracker.
> 
> Yours Jürgen
> 
> 
> -- Package-specific info:
> -- rpcinfo --
>program vers proto   port  service
> 104   tcp111  portmapper
> 103   tcp111  portmapper
> 102   tcp111  portmapper
> 104   udp111  portmapper
> 103   udp111  portmapper
> 102   udp111  portmapper
> -- /etc/default/nfs-common --
> NEED_STATD=no
> STATDOPTS=
> NEED_IDMAPD=yes
> NEED_GSSD=yes
> -- /etc/idmapd.conf --
> [General]
> Verbosity = 0
> Pipefs-Directory = /run/rpc_pipefs
> Domain = centauri.home
> [Mapping]
> Nobody-User = nobody
> Nobody-Group = nogroup
> -- /etc/fstab --
> 
> -- System 

Bug#991631: nfs-utils: please update to newer upstream version

2021-09-05 Thread Anibal Monsalve Salazar
On Mon, Sep 6, 2021 at 1:46 AM Salvatore Bonaccorso  wrote:
> On Mon, Sep 06, 2021 at 01:31:35AM +1000, Anibal Monsalve Salazar wrote:
> > On Sat, Sep 4, 2021 at 10:47 PM Hector Oron  wrote:
> > > El ds., 4 de set. 2021, 9:33, Anibal Monsalve Salazar  
> > > va escriure:
> > >>
> > >> Hello Salvatore, Héctor,
> > >>
> > >> Just to let you know that I have been working with version 2.5.4 and the 
> > >> 2.5.5 RCs for the last few days, almost full time. Currently, I'm 
> > >> reviewing once again all the patches.
> > >
> > > Excellent! I worked on it sometime, but my work is not ready, I should 
> > > post it once it is ready for review and testing.
> > >
> > > Anibal, do you have some WIP you can publish (on salsa) for review and/or 
> > > testing?
> > >
> > > I feel we are pretty close for a real update. :-)
> > >
> > > Thanks all for the work
> >
> > I uploaded nfs-utils 1:2.5.4-1~exp1 to experimental. Please try it.
> > I'm using it right now.
> >
> > I plan to keep working on it.
>
> Great thank you, and from now on I guess it will be much easier to
> keep on track.
>
> Can you please push the changes to the packaging repository?
>
> https://salsa.debian.org/kernel-team/nfs-utils/

Sure.



Bug#991631: nfs-utils: please update to newer upstream version

2021-09-05 Thread Anibal Monsalve Salazar
On Sat, Sep 4, 2021 at 10:47 PM Hector Oron  wrote:
> El ds., 4 de set. 2021, 9:33, Anibal Monsalve Salazar  va 
> escriure:
>>
>> Hello Salvatore, Héctor,
>>
>> Just to let you know that I have been working with version 2.5.4 and the 
>> 2.5.5 RCs for the last few days, almost full time. Currently, I'm reviewing 
>> once again all the patches.
>
> Excellent! I worked on it sometime, but my work is not ready, I should post 
> it once it is ready for review and testing.
>
> Anibal, do you have some WIP you can publish (on salsa) for review and/or 
> testing?
>
> I feel we are pretty close for a real update. :-)
>
> Thanks all for the work

I uploaded nfs-utils 1:2.5.4-1~exp1 to experimental. Please try it.
I'm using it right now.

I plan to keep working on it.



Bug#991631: nfs-utils: please update to newer upstream version

2021-09-04 Thread Anibal Monsalve Salazar
On Thu, Jul 29, 2021, 21:42 Salvatore Bonaccorso  wrote:

> Control: forcemerge 917706 991631
>
> Hi Hector,
>
> On Thu, Jul 29, 2021 at 12:21:47PM +0200, Hector Oron wrote:
> > Package: src:nfs-utils
> > Severity: wishlist
> >
> > Dear Maintainer,
> >
> > Hello,
> >
> >   nfs-utils package is quite old, even in SID, what are the plans for
> > this package? Could it be updated to a more recent upstream version?
>
> It should absolutely, there was an attempt to try to do this before
> the bullseye release, but it failed, WIP in
> https://salsa.debian.org/kernel-team/nfs-utils/-/merge_requests/3 .
> Some help welcome!
>
> Debian is lacking too much behind. For after the bullseye release this
> shouldbe tackled ASAP, we should not land in the same situation again
> for bookworm.
>
> Regards,
> Salvatore
>

Hello Salvatore, Héctor,

Just to let you know that I have been working with version 2.5.4 and the
2.5.5 RCs for the last few days, almost full time. Currently, I'm reviewing
once again all the patches.

Kind regards,

Aníbal

>


Bug#925107: Bug#925060,925107: Updating the bzip2 and grep Uploaders list

2019-07-19 Thread Anibal Monsalve Salazar
On Wed, 20 Mar 2019 20:39 Santiago Ruano Rincón 
wrote:

> El 19/03/19 a las 12:44, Pierre-Elliott Bécue escribió:
> > Source: grep
> > Version: 3.3-1 3.1-2
> > Severity: minor
> > User: m...@qa.debian.org
> > Usertags: mia-teammaint
> >
> > anibal has not been working on
> > the grep package for quite some time.
> >
> > We are tracking their status in the MIA team and would like to ask you
> > to remove them from the Uploaders list of the package so we can close
> > that part of the file.
> >
> > (If the person is listed as Maintainer, what we are asking is to please
> > step in as a new maintainer.)
>
> Ping anibal,
>
> Before doing anything in both grep and bzip2, I prefer to give Aníbal a
> couple of weeks to answer.
>
> Cheers,
>
>  -- Santiago
>

I'll start working on my packages within a couple of weeks.

>


Bug#720833: NMU patch for eegdev 0.2-3.1

2014-03-19 Thread Anibal Monsalve Salazar
The NMU patch for eegdev 0.2-3.1 is below.

debdiff eegdev_0.2-3.dsc eegdev_0.2-3.1.dsc
diff -Nru eegdev-0.2/debian/changelog eegdev-0.2/debian/changelog
--- eegdev-0.2/debian/changelog 2012-05-23 20:41:23.0 +0100
+++ eegdev-0.2/debian/changelog 2014-03-19 11:39:19.0 +
@@ -1,3 +1,21 @@
+eegdev (0.2-3.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTBFS: conflicting types for 'cff_parse'
+Add fix-bison-grammar-file.patch
+Patch by Dejan Latinovic
+Closes: #720833
+  * Include config.h before including system headers
+Add include-config_h.patch
+Patch by Dejan Latinovic
+Closes: #742032
+  * Fix unaligned memory access errors on MIPS systems
+Add fix-unaligned-memory-access.patch
+Patch by Dejan Latinovic
+Closes: #742035
+
+ -- Anibal Monsalve Salazar ani...@debian.org  Wed, 19 Mar 2014 11:39:11 
+
+
 eegdev (0.2-3) unstable; urgency=low
 
   * Fix hangups when closing biosemi. (Closes: #673681)
diff -Nru eegdev-0.2/debian/patches/fix-bison-grammar-file.patch 
eegdev-0.2/debian/patches/fix-bison-grammar-file.patch
--- eegdev-0.2/debian/patches/fix-bison-grammar-file.patch  1970-01-01 
01:00:00.0 +0100
+++ eegdev-0.2/debian/patches/fix-bison-grammar-file.patch  2014-03-17 
13:54:09.0 +
@@ -0,0 +1,81 @@
+From: Dejan Latinovic dejan.latino...@imgtec.com
+Date: Tue, 11 Mar 2014 18:16:39 +0100
+Description: FTBFS: conflicting types for 'cff_parse'
+ Changes to bison input files (src/core/conffile.y and src/core/confline.y),
+ in order to adapt to newer bison version.
+Debian-Bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=720833
+
+--- a/src/core/conffile.y
 b/src/core/conffile.y
+@@ -17,9 +17,11 @@
+ along with this program.  If not, see http://www.gnu.org/licenses/.
+ */
+ %define api.pure
++%no-lines
+ %name-prefix cff_
+ %defines conffile.tab.h
+ %parse-param { struct cfdata *pp }
++%lex-param { yyscan_t cff_scaninfo }
+ %{
+ #if HAVE_CONFIG_H
+ # include config.h
+@@ -28,6 +30,11 @@
+ #include stdio.h
+ #include stdlib.h
+ #include configuration.h
++#ifndef YY_TYPEDEF_YY_SCANNER_T
++#define YY_TYPEDEF_YY_SCANNER_T
++typedef void* yyscan_t;
++#endif
++#include conffile.h
+ %}
+ 
+ %union value {
+@@ -36,9 +43,7 @@
+ 
+ %{
+ #include conffile.lex.h
+-#include conffile.h
+-#define YYLEX_PARAM pp-scaninfo
+-
++#define cff_scaninfo pp-scaninfo
+ static int yyerror(struct cfdata *pp, const char* s);
+ %}
+ 
+--- a/src/core/confline.y
 b/src/core/confline.y
+@@ -17,9 +17,11 @@
+ along with this program.  If not, see http://www.gnu.org/licenses/.
+ */
+ %define api.pure
++%no-lines
+ %name-prefix cfl_
+ %defines confline.tab.h
+ %parse-param { struct cfldata *pp }
++%lex-param { yyscan_t cfl_scaninfo }
+ %{
+ #if HAVE_CONFIG_H
+ # include config.h
+@@ -28,6 +30,11 @@
+ #include stdio.h
+ #include stdlib.h
+ #include configuration.h
++#ifndef YY_TYPEDEF_YY_SCANNER_T
++#define YY_TYPEDEF_YY_SCANNER_T
++typedef void* yyscan_t;
++#endif
++#include confline.h
+ %}
+ 
+ %union value {
+@@ -36,9 +43,7 @@
+ 
+ %{
+ #include confline.lex.h
+-#include confline.h
+-#define YYLEX_PARAM pp-scaninfo
+-
++#define cfl_scaninfo pp-scaninfo
+ static int yyerror(struct cfldata *pp, const char* s);
+ %}
+ 
diff -Nru eegdev-0.2/debian/patches/fix-unaligned-memory-access.patch 
eegdev-0.2/debian/patches/fix-unaligned-memory-access.patch
--- eegdev-0.2/debian/patches/fix-unaligned-memory-access.patch 1970-01-01 
01:00:00.0 +0100
+++ eegdev-0.2/debian/patches/fix-unaligned-memory-access.patch 2014-03-17 
17:20:49.0 +
@@ -0,0 +1,46 @@
+From: Dejan Latinovic dejan.latino...@imgtec.com
+Date: Tue, 11 Mar 2014 18:16:39 +0100
+Description: Fix unaligned memory access errors on MIPS systems
+ This patch fixes unaligned memory access errors on MIPS systems.
+Debian-Bug: 
+
+--- a/src/core/typecast.c  2014-03-17 17:03:03.868239764 +
 b/src/core/typecast.c  2014-03-17 17:07:18.253726412 +
+@@ -37,6 +37,28 @@ static void cast_##tsrc##_##tdst (void*
+   }   \
+ } 
+ 
++// Prototype of a generic type scale and cast function for unaligned memory 
access
++#define DEFINE_CASTUNALIGNED_FN(tsrc, tdst)   \
++static void cast_##tsrc##_##tdst (void* restrict d, const void* restrict s, 
union gval sc, size_t len)  \
++{ \
++  union dstdata   \
++  {   \
++  tdst Data;  \
++  unsigned int intData[2];\
++  };  \
++  const tsrc* src = s;\
++  union dstdata *dst = d

Bug#741943: NMU patch for libdispatch_0~svn197-3.3

2014-03-18 Thread Anibal Monsalve Salazar
The NMU patch for libdispatch_0~svn197-3.3 is below.

debdiff libdispatch_0~svn197-3.2.dsc libdispatch_0~svn197-3.3.dsc
diff -Nru libdispatch-0~svn197/debian/changelog
libdispatch-0~svn197/debian/changelog
--- libdispatch-0~svn197/debian/changelog   2013-11-12
16:52:18.0 +
+++ libdispatch-0~svn197/debian/changelog   2014-03-17
15:37:28.0 +
@@ -1,3 +1,13 @@
+libdispatch (0~svn197-3.3) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Build successfully on mips/mipesl
+Add -fPIC flag for mips/mipsel
+Patch by Dejan Latinovic
+Closes: #741943
+
+ -- Anibal Monsalve Salazar ani...@debian.org  Mon, 17 Mar 2014
15:36:52 +
+
 libdispatch (0~svn197-3.2) unstable; urgency=low

   * Non-maintainer upload.
diff -Nru libdispatch-0~svn197/debian/rules libdispatch-0~svn197/debian/rules
--- libdispatch-0~svn197/debian/rules   2011-06-29 03:08:06.0 +0100
+++ libdispatch-0~svn197/debian/rules   2014-03-06 11:25:54.0 +
@@ -1,5 +1,11 @@
 #!/usr/bin/make -f

+DEB_BUILD_ARCH ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH)
+ifneq (,$(filter $(DEB_BUILD_ARCH), mips mipsel))
+   CFLAGS+=-fPIC
+   export CFLAGS
+endif
+
 #override_dh_auto_configure:
 #  CC=clang ./configure --prefix=/usr


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



Bug#705653: ITP: numatop -- display Linux processes on a NUMA system

2013-04-17 Thread Anibal Monsalve Salazar
Package: wnpp
Severity: wishlist
X-Debbugs-CC: debian-de...@lists.debian.org

* Package name: numatop
  Version : 1.0
  Upstream Author : Jin Yao
* URL : https://01.org/numatop
* License : See below
  Description : display Linux processes on a NUMA system


Description

NumaTOP is an observation tool for runtime memory locality
characterization and analysis of processes and threads running on a NUMA
system. It helps the user characterize the NUMA behavior of processes
and threads and identify where the NUMA-related performance bottlenecks
reside.


License

Copyright (c) 2013, Intel Corporation

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:

  * Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.
  * Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
  * Neither the name of Intel Corporation nor the names of its contributors
may be used to endorse or promote products derived from this software
without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS AS IS
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.


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



Bug#633034: nfs-utils: /run transition: Please switch to /run/sendsigs.omit.d

2011-12-07 Thread Anibal Monsalve Salazar
On Wed, Dec 07, 2011 at 02:41:39PM +, Ben Hutchings wrote:
I would be quite happy for you to do the NMU if you've tested the
result.  Anibal, Luk, any objection to that?

I'm planning to work on the nfs-utils /run transition after I finish the
same transition for rpcbind.


signature.asc
Description: Digital signature


Bug#633035: rpcbind: /run transition: Please switch to /run/sendsigs.omit.d

2011-12-06 Thread Anibal Monsalve Salazar
On Tue, Dec 06, 2011 at 11:38:54AM +, Roger Leigh wrote:
On Thu, Jul 07, 2011 at 11:34:49PM +0100, Roger Leigh wrote:
Source: rpcbind
Version: 0.2.0-6
Severity: important

Your package is currently using/lib/init/rw/sendsigs.omit.d
which is now deprecated and pending removal.  Please update your
package to use /run/sendsigs.omit.d with a versioned dependency
on initscripts, as detailed below.

Ping?  Has any work been done on this?  A patch has been available
for over two months.

/lib/init/rw is being removed in the next week or so.  This bug
is blocking the /run transition completion.  Please fix this
now, or it will require an NMU.

Hello Roger,

I've been working on this and other rpcbind bugs. I'll plan an upload
within the next couple of days.

Cheers,

Anibal

Thanks,
Roger

-- 
  .''`.  Roger Leigh
 : :' :  Debian GNU/Linux http://people.debian.org/~rleigh/
 `. `'   Printing on GNU/Linux?   http://gutenprint.sourceforge.net/
   `-GPG Public Key: 0x25BFB848   Please GPG sign your mail.


signature.asc
Description: Digital signature


Bug#651032: /usr/sbin/rpc.idmapd: rpc.idmapd referring to none existing library

2011-12-05 Thread Anibal Monsalve Salazar
Hello Steve and Kevin,

To fix Debian Bug#649491[1], I moved the .so files to /lib and applied
the following patch:

--- a/libnfsidmap.c 2010-12-09 04:07:53.0 +1100
+++ b/libnfsidmap.c 2011-12-05 11:23:46.0 +1100
@@ -61,7 +61,7 @@ static struct mapping_plugin **nfs4_plug
 static struct mapping_plugin **gss_plugins = NULL;
 
 #ifndef PATH_PLUGINS
-#define PATH_PLUGINS /usr/lib/libnfsidmap
+#define PATH_PLUGINS /lib/libnfsidmap
 #endif
 #define PLUGIN_INIT_FUNC libnfsidmap_plugin_init
 
[1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=649491

As Michael reported, libnfsidmap is still looking for the plugins in
/usr/lib/libnfsidmap.

What do I need to change in libnfsidmap to make it find the plugins in
/lib/libnfsidmap?

Please see Michael's report below.

Cheers,

Anibal

As Michael has reported, libnfsidmap2 is still looking 
On Mon, Dec 05, 2011 at 08:18:08AM +0100, Michael Rasmussen wrote:
 Package: nfs-common
 Version: 1:1.2.5-2+b1
 Severity: grave
 File: /usr/sbin/rpc.idmapd
 Justification: renders package unusable
 
 rpc.idmapd -v
 rpc.idmapd: libnfsidmap: using domain: midgaard
 
 rpc.idmapd: libnfsidmap: Unable to load plugin:
 /usr/lib/libnfsidmap/nsswitch.so: cannot open shared object file: No
 such file or directory
 
 rpc.idmapd: libnfsidmap: requested translation method, 'nsswitch', is
 not available
 
 rpc.idmapd: Unable to create name to user id mappings.
 
 rpc.idmapd is searching for libnfsidmap plugins in the wrong directory
 so bug #650904 must be reopen since the provided change made to
 libnfsidmap2 does not make any difference rpc.idmapd still uses
 /usr/lib/libnfsidmap.
 
 
 -- Package-specific info:
 -- rpcinfo --
program vers proto   port  service
 104   tcp111  portmapper
 103   tcp111  portmapper
 102   tcp111  portmapper
 104   udp111  portmapper
 103   udp111  portmapper
 102   udp111  portmapper
 172   udp785  ypbind
 171   udp785  ypbind
 172   tcp786  ypbind
 171   tcp786  ypbind
 -- /etc/default/nfs-common --
 NEED_STATD=no
 STATDOPTS=
 NEED_IDMAPD=yes
 NEED_GSSD=
 -- /etc/idmapd.conf --
 [General]
 Verbosity = 0
 Pipefs-Directory = /var/lib/nfs/rpc_pipefs
 Domain = midgaard 
 [Mapping]
 Nobody-User = nobody
 Nobody-Group = nogroup
 -- /etc/fstab --
 balder:/home  /home   nfs4
 defaults,proto=tcp,retry=5,hard,intr,async,_netdev,rsize=32768,wsize=32768 0  
   0
 -- /proc/mounts --
 rpc_pipefs /var/lib/nfs/rpc_pipefs rpc_pipefs rw,relatime 0 0
 balder:/home/ /home nfs4 
 rw,relatime,vers=4,rsize=32768,wsize=32768,namlen=255,hard,proto=tcp,port=0,timeo=600,retrans=2,sec=sys,clientaddr=192.168.2.79,minorversion=0,local_lock=none,addr=192.168.2.2
  0 0
 
 -- System Information:
 Debian Release: wheezy/sid
   APT prefers unstable
   APT policy: (990, 'unstable'), (1, 'experimental')
 Architecture: amd64 (x86_64)
 
 Kernel: Linux 3.1.0-1-amd64 (SMP w/2 CPU cores)
 Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
 Shell: /bin/sh linked to /bin/bash
 
 Versions of packages nfs-common depends on:
 ii  adduser 3.113
 ii  initscripts 2.88dsf-13.13
 ii  libc6   2.13-21
 ii  libcap2 1:2.22-1
 ii  libcomerr2  1.42-1
 ii  libdevmapper1.02.1  2:1.02.67-2
 ii  libevent-2.0-5  2.0.16-stable-1
 ii  libgssapi-krb5-21.10+dfsg~alpha1-6
 ii  libgssglue1 0.3-3.1
 ii  libk5crypto31.10+dfsg~alpha1-6
 ii  libkeyutils11.5.2-2
 ii  libkrb5-3   1.10+dfsg~alpha1-6
 ii  libnfsidmap20.24-3
 ii  libtirpc1   0.2.2-5
 ii  libwrap07.6.q-21
 ii  lsb-base3.2-28
 ii  rpcbind 0.2.0-6
 ii  ucf 3.0025+nmu2
 
 Versions of packages nfs-common recommends:
 ii  python  2.7.2-9
 
 nfs-common suggests no packages.
 
 -- no debconf information



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



Bug#651032: /usr/sbin/rpc.idmapd: rpc.idmapd referring to none existing library

2011-12-05 Thread Anibal Monsalve Salazar
On Mon, Dec 05, 2011 at 10:52:18AM -0500, Steve Dickson wrote:
Why not just use the --with-pluginpath configuration flag?
That's how we do it in Fedora...

The --with-pluginpath configuration option isn't in 0.24.

I run

 ./configure --help

and it doesn't list the --with-pluginpath configuration option.

The configure commands doesn't unrecognize the --with-pluginpath option.
See below.

 CFLAGS=-Wall -g -O2 ./configure --host=i486-linux-gnu \
 --build=i486-linux-gnu --prefix=/usr --mandir=\${prefix}/share/man \
 --infodir=\${prefix}/share/info --with-pluginpath=/lib/libnfsidmap
 configure: WARNING: unrecognized options: --with-pluginpath

The git repo has patches to add the --with-pluginpath configuration
option. Do you plan to release libnfsidmap 0.25 soon?



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



Bug#649491: Bug#651032: /usr/sbin/rpc.idmapd: rpc.idmapd referring to none existing library

2011-12-05 Thread Anibal Monsalve Salazar
On Mon, Dec 05, 2011 at 06:42:06PM +, Anibal Monsalve Salazar wrote:
The git repo has patches to add the --with-pluginpath configuration
option.

Hello Michael, Rares, Bjoern and Steven,

I added the upstream patches to add the --with-pluginpath configuration
option. Please test libnfsidmap 0.24-4 and post your results.

Thank you,

Anibal


signature.asc
Description: Digital signature


Bug#650904: Found the cause to the problem

2011-12-04 Thread Anibal Monsalve Salazar
reassign 650904 libnfsidmap2 0.24-2
stop

On Sun, Dec 04, 2011 at 11:48:45AM +0100, Michael Rasmussen wrote:
 dpkg -L libnfsidmap2
 /.
 /usr
 /usr/share
 /usr/share/doc
 /usr/share/doc/libnfsidmap2
 /usr/share/doc/libnfsidmap2/copyright
 /usr/share/doc/libnfsidmap2/changelog.Debian.gz
 /usr/share/doc/libnfsidmap2/changelog.gz
 /usr/share/man
 /usr/share/man/man5
 /usr/share/man/man5/idmapd.conf.5.gz
 /lib
 /lib/libnfsidmap.so.0.3.0
 /lib/libnfsidmap
 /lib/libnfsidmap/nsswitch.so
 /lib/libnfsidmap/static.so
 /lib/libnfsidmap/umich_ldap.so
 /lib/libnfsidmap.so.0
 
 But rpc.idmapd expects nsswitch.so to be located in
 /usr/lib/libnfsidmap
 
 A quick temporary fix:
 ln -s /lib/libnfsidmap /usr/lib

I'll fix libnfsidmap.

 -- 
 Hilsen/Regards
 Michael Rasmussen
 
 Get my public GnuPG keys:
 michael at rasmussen dot cc
 http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xD3C9A00E
 mir at datanom dot net
 http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE501F51C
 mir at miras dot org
 http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE3E80917
 --


signature.asc
Description: Digital signature


Bug#651032: /usr/sbin/rpc.idmapd: rpc.idmapd referring to none existing library

2011-12-04 Thread Anibal Monsalve Salazar
reassign 651032 libnfsidmap2 0.24-3
found 651032 0.24-3
stop



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



Bug#643588: acl FTBFS if autoconf2.13 is installed

2011-12-03 Thread Anibal Monsalve Salazar
On Tue, Sep 27, 2011 at 04:02:47PM +0100, Wookey wrote:
Package: acl
Version: 2.2.51
Severity: normal
Tags: upstream patch

acl is not compatible with autoconf2.13 but specifies neither a
build-conflicts nor an AC_PREREQ to set a minimum autoconf version.

if autoconf2.13 is installed it fails (both for native builds and for
cross-builds) like this:
aclocal -I m4
autoconf
autoconf: Undefined macros:
configure.in:18:AC_CONFIG_MACRO_DIR([m4])
configure.in:22:AC_PROG_LIBTOOL
configure.in:39:AC_PACKAGE_GLOBALS(acl)
configure.in:40:AC_PACKAGE_UTILITIES(acl)
configure.in:41:AC_PACKAGE_NEED_ATTR_XATTR_H
configure.in:42:AC_PACKAGE_NEED_ATTR_ERROR_H
configure.in:43:AC_MULTILIB($enable_lib64)
configure.in:44:AC_PACKAGE_NEED_GETXATTR_LIBATTR
configure.in:45:AC_MANUAL_FORMAT
configure.in:47:AC_FUNC_GCC_VISIBILITY
make[1]: *** [configure] Error 1
make[1]: Leaving directory
/home/wookey/debian/unstable/crossfixes/origs/acl-2.2.51'
make: *** [.census] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2


This can be fixed in various ways:
1) specify a build-conflicts on autoconf2.13
2) Add AC_PREREQ([minimumversion])
3) Rename configure.in to configure.ac

Fix 1 is debian-specific, and sometimes will simply stop the build
starting, rather than automatically DTRT

Fix 2 or 3 both indicate to the scripts which try to run the correct
version of autoconf that this is 'modern autoconf' not 'ancient
autoconf'.

I have included a patch for fix2 as it is simple, and effective both
upstream and in Debian, but upstream should also consider renaming
the configure file to the modern form.

This issue and fix has been checked on squeeze and wheezy and natty
with versions 2.2.49 and 2.2.51. 

-- System Information:
Debian Release: 6.0.2
  APT prefers stable
  APT policy: (990, 'stable'), (500, 'unstable'), (500, 'testing'), (1, 
 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.37-trunk-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Description: Fix for incompatibility with autoconf2.13
 This package will not build if autconf2.13 is installed.
 Adding AC_PREREQ allows the automatic checks to run the correct
 version of autconf, whichever is installed, or to get a clear error
 message about the problem.
 
Author: Wookey woo...@linaro.org
Signed-off-by: Wookey woo...@debian.org
Acked-by: Anibal Monsalve Salazar ani...@debian.org

--- acl-2.2.49.orig/configure.in
+++ acl-2.2.49/configure.in
@@ -13,6 +13,7 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see http://www.gnu.org/licenses/.
 #
+AC_PREREQ([2.59])
 AC_INIT(include/acl.h)
 AC_CONFIG_AUX_DIR([.])
 AC_CONFIG_MACRO_DIR([m4])



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



Bug#631018: [RFC] libevent 2.0 transition

2011-11-24 Thread Anibal Monsalve Salazar
On Thu, Nov 24, 2011 at 11:56:16PM +0100, Julien Cristau wrote:
 On Tue, Nov 22, 2011 at 00:22:57 +0100, Julien Cristau wrote:
  On Sun, Jun 19, 2011 at 16:30:19 +0200, Leo 'costela' Antunes wrote:
  
   I uploaded a new version of libevent to experimental which I'd like to
   migrate to unstable as soon as possible. Since I'm the new guy helping
   out with libevent and since this would be my first bigish transition,
   I'd like to run it by the release team to make sure I'm not stepping on
   anyone's toes.
   
  Sorry for the delay.  I'd like iceweasel 8 to get to testing first, but
  once that's done we should finally be able to do this.
  
 Should be all good now.
 
 Cheers,
 Julien

I'll upload 2.0.x to upstable soon.


signature.asc
Description: Digital signature


Bug#638359: libevent-1.4-2: Add Hip-Hop patches

2011-08-27 Thread Anibal Monsalve Salazar
On Thu, Aug 18, 2011 at 04:05:55PM -0400, Mark A. Hershberger wrote:
 Severity: normal
 Package: libevent-1.4-2
 
 Please add the patch so that we can begin to build hiphop:
 
 https://raw.github.com/facebook/hiphop-php/master/src/third_party/libevent-1.4.13.fb-changes.diff
 https://raw.github.com/facebook/hiphop-php/master/src/third_party/libevent-1.4.14.fb-changes.diff
 
 Thanks.

Thank you for the pointers to the patches.

Are the patches merged upstream?


signature.asc
Description: Digital signature


Bug#574257: libpng: Libpng 1.4.3 production released (2010-06-26)

2010-09-07 Thread Anibal Monsalve Salazar
On Tue, Sep 07, 2010 at 12:43:56PM +0200, Cosme Domínguez Díaz wrote:
Please, package it.

Sure.

FreeImage need a 1.4.x release of libpng to work.

http://ftp-master.debian.org/new.html

I'll upload it to experimental (when I have some time) but it'll spend
some time in NEW (see web address above).

See: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=595559#38



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



Bug#594733: bzip2: missing symlink

2010-09-07 Thread Anibal Monsalve Salazar
On Tue, Sep 07, 2010 at 07:46:30AM +1000, Aníbal Monsalve Salazar wrote:
On Mon, Sep 06, 2010 at 02:20:48PM -0400, Michael Gilbert wrote:

attached is a patch for lib64bz2-1.0 also.

best wishes,
mike

Thank you. I already knew it. Your patch is already in bzip2_1.0.5-5.
I'm working on it as it doesn't work.

When I checked the build logs for i386[0], powerpc[1], s390[2] and
sparc[3], the link wasn't created in the binary package lib64bz2-1.0[4].

If you see the log for amd64[5], the link was created in the binary
package lib32bz2-1.0[6].

I don't know why is that.

I tried to build bzip2_1.0.5-5 using my i386 unstable pbuilder chroot
and it failed. I then installed gcc-multilib in my chroot manually and
was able to build lib64bz2-1.0_1.0.5-5_i386.deb with the symlink.

dpkg -c lib64bz2-1.0_1.0.5-5_i386.deb | grep /usr/lib64/libbz2.so.1
-rw-r--r-- root/root 66208 2010-09-07 18:01 ./usr/lib64/libbz2.so.1.0.4
lrwxrwxrwx root/root 0 2010-09-07 18:01 ./usr/lib64/libbz2.so.1.0 - 
libbz2.so.1.0.4
lrwxrwxrwx root/root 0 2010-09-07 18:01 ./usr/lib64/libbz2.so.1 - 
libbz2.so.1.0.4

Does someone know why the auto builders [i386 powerpc s390 sparc]
don't create the symlink? Is it related to gcc-multilib?

[0] 
https://buildd.debian.org/fetch.cgi?pkg=bzip2arch=i386ver=1.0.5-5stamp=1283691193file=logas=raw
[1] 
https://buildd.debian.org/fetch.cgi?pkg=bzip2arch=powerpcver=1.0.5-5stamp=1283691516file=logas=raw
[2] 
https://buildd.debian.org/fetch.cgi?pkg=bzip2arch=s390ver=1.0.5-5stamp=1283691252file=logas=raw
[3] 
https://buildd.debian.org/fetch.cgi?pkg=bzip2arch=sparcver=1.0.5-5stamp=1283691817file=logas=raw
[4] http://packages.debian.org/search?keywords=lib64bz2-1.0
[5] 
https://buildd.debian.org/fetch.cgi?pkg=bzip2arch=amd64ver=1.0.5-5stamp=1283691154file=logas=raw
[6] http://packages.debian.org/search?keywords=lib32bz2-1.0



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



Bug#590240: acl: Please move binaries to /bin (from /usr/bin)

2010-08-11 Thread Anibal Monsalve Salazar
On Sat, Aug 07, 2010 at 08:42:14AM +1000, Nathan Scott wrote:
- Julien BLACHE jbla...@debian.org wrote:
Nathan Scott nath...@aconex.com wrote:

Hi Nathan,

I tend to think this will be the simplest way to fix it, like you,
just need to sort out where Anibal is at... Anibal?

Just a thought, not knowing what you did for the move to /bin: you
may
want to keep symlinks in /usr/bin so as to not break anything that
would
use the absolute path.

Yep, the patch does that.  Still haven't heard from Anibal.  I'm
unlikely to get any time this weekend to look at it, but may have
to try to merge in all his stuff if I don't hear anything soon...
should have some time next week.

Still, would prefer to hear from Anibal... yoohoo, Anibal?

I've been away from home during the last week (DebConf in New York
City) and this week (LinuxCon in Boston).

I'll be back at home on Sunday. Julien, could you please wait a few
days until I get home?

cheers.

-- 
Nathan



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



Bug#499193: Still a problem [Re: gparted: 100% cpu usage]

2010-08-11 Thread Anibal Monsalve Salazar
Hello Curtis,

Please have a look at

  http://bugs.debian.org/499193

I'll bounce you the last mail message in the bug report soon.

Thanks,

Anibal



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



Bug#591515: ssmtp: CVE-2008-7258 buffer overflow

2010-08-09 Thread Anibal Monsalve Salazar
On Mon, Aug 09, 2010 at 11:10:46AM -0400, Michael Gilbert wrote:
that means that the info hasn't yet been populated in their database.
it was assigned on oss-security, and sometimes it takes a many days to
enter the database after that.

Please don't forget we're talking about CVE-2008-7258. A CVE from the
year 2008.



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



Bug#591515: ssmtp: CVE-2008-7258 buffer overflow

2010-08-08 Thread Anibal Monsalve Salazar
On Tue, Aug 03, 2010 at 01:47:15PM -0400, Michael Gilbert wrote:
package: ssmtp
version: 2.64-4
severity: serious
tags: security

a buffer overflow in ssmtp:
https://bugs.launchpad.net/ubuntu/+source/ssmtp/+bug/282424

note that current code is slightly different than ubuntu, so its not
entirely clear whether debian is affected.  please check.

thanks,
mike

http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-7258

CVE-2008-7258 at the address above seems empty.

http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2008-7258

The web page above reads:

  ERROR, CVE-2008-7258 is valid CVE format, but CVE was not found.



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



Bug#511244: setting package to debian-maintainers, tagging 511244

2009-01-13 Thread Anibal Monsalve Salazar
# Automatically generated email from bts, devscripts version 2.10.35
# via tagpending 
#
# debian-maintainers (1.52) UNRELEASED; urgency=low
#
#  * Add Debian maintainer Michael Hanke. Closes: #511244 

package debian-maintainers
tags 511244 + pending




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



Bug#511294: setting package to debian-maintainers, tagging 511294

2009-01-13 Thread Anibal Monsalve Salazar
# Automatically generated email from bts, devscripts version 2.10.35
# via tagpending 
#
# debian-maintainers (1.52) UNRELEASED; urgency=low
#
#  * Add Debian maintainer Jan Hauke Rahm. Closes: #511294 

package debian-maintainers
tags 511294 + pending




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



Bug#510982: setting package to debian-maintainers, tagging 510982

2009-01-12 Thread Anibal Monsalve Salazar
# Automatically generated email from bts, devscripts version 2.10.35
# via tagpending 
#
# debian-maintainers (1.52) UNRELEASED; urgency=low
#
#  * admins keyring. Closes: #510982
#- Remove Marc Brockschmidt
#- Add Wouter Verhelst
#- Add Bernd Zeimetz
#

package debian-maintainers
tags 510982 + pending




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



Bug#508763: setting package to debian-maintainers, tagging 508763

2008-12-19 Thread Anibal Monsalve Salazar
# Automatically generated email from bts, devscripts version 2.10.35
# via tagpending 
#
# debian-maintainers (1.51) UNRELEASED; urgency=low
#
#  * Add Debian maintainer Tiago Bortoletto Vaz. Closes: #508763 

package debian-maintainers
tags 508763 + pending




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



Bug#507181: setting package to debian-maintainers, tagging 507181

2008-12-14 Thread Anibal Monsalve Salazar
# Automatically generated email from bts, devscripts version 2.10.35
# via tagpending 
#
# debian-maintainers (1.50) UNRELEASED; urgency=low
#
#  * Add Debian maintainer Eugene V. Lyubimkin. Closes: #507181 

package debian-maintainers
tags 507181 + pending




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



Bug#505844: setting package to debian-maintainers, tagging 505844

2008-11-21 Thread Anibal Monsalve Salazar
# Automatically generated email from bts, devscripts version 2.10.35
# via tagpending 
#
# debian-maintainers (1.49) UNRELEASED; urgency=low
#
#  * Add Debian maintainer Jörg Sommer. Closes: #505844 

package debian-maintainers
tags 505844 + pending




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



Bug#505775: setting package to debian-maintainers, tagging 505775

2008-11-14 Thread Anibal Monsalve Salazar
# Automatically generated email from bts, devscripts version 2.10.35
# via tagpending 
#
# debian-maintainers (1.48) UNRELEASED; urgency=low
#
#  * Grep the first '^gpg: key' from jetring-apply's output. Closes:
##505775
#

package debian-maintainers
tags 505775 + pending




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



Bug#476804: setting package to debian-maintainers, tagging 476804

2008-11-14 Thread Anibal Monsalve Salazar
# Automatically generated email from bts, devscripts version 2.10.35
# via tagpending 
#
# debian-maintainers (1.48) UNRELEASED; urgency=low
#
#  * Update Jon Dowland's public key. Closes: #476804 

package debian-maintainers
tags 476804 + pending




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



Bug#498805: setting package to debian-maintainers, tagging 498805

2008-11-14 Thread Anibal Monsalve Salazar
# Automatically generated email from bts, devscripts version 2.10.35
# via tagpending 
#
# debian-maintainers (1.48) UNRELEASED; urgency=low
#
#  * Update Daniel Leidert's public key. Closes: #498805 

package debian-maintainers
tags 498805 + pending




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



Bug#502088: setting package to debian-maintainers, tagging 502088

2008-11-14 Thread Anibal Monsalve Salazar
# Automatically generated email from bts, devscripts version 2.10.35
# via tagpending 
#
# debian-maintainers (1.48) UNRELEASED; urgency=low
#
#  * Add Debian maintainer Giuseppe Iuculano. Closes: #502088 

package debian-maintainers
tags 502088 + pending




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



Bug#503726: setting package to debian-maintainers, tagging 503726

2008-11-14 Thread Anibal Monsalve Salazar
# Automatically generated email from bts, devscripts version 2.10.35
# via tagpending 
#
# debian-maintainers (1.48) UNRELEASED; urgency=low
#
#  * Add Debian maintainer Thorsten Glaser. Closes: #503726 

package debian-maintainers
tags 503726 + pending




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



Bug#505232: setting package to debian-maintainers, tagging 505232

2008-11-14 Thread Anibal Monsalve Salazar
# Automatically generated email from bts, devscripts version 2.10.35
# via tagpending 
#
# debian-maintainers (1.48) UNRELEASED; urgency=low
#
#  * Add Debian maintainer Franck Joncourt. Closes: #505232 

package debian-maintainers
tags 505232 + pending




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



Bug#502190: setting package to debian-maintainers, tagging 502190

2008-10-24 Thread Anibal Monsalve Salazar
# Automatically generated email from bts, devscripts version 2.10.35
# via tagpending 
#
# debian-maintainers (1.47) UNRELEASED; urgency=low
#
#  * Add Debian maintainer Olly Betts. Closes: #502190 

package debian-maintainers
tags 502190 + pending




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



Bug#501112: setting package to debian-maintainers, tagging 501112

2008-10-23 Thread Anibal Monsalve Salazar
# Automatically generated email from bts, devscripts version 2.10.35
# via tagpending 
#
# debian-maintainers (1.47) UNRELEASED; urgency=low
#
#  * Add Debian maintainer Mehdi Dogguy. Closes: #501112 

package debian-maintainers
tags 501112 + pending




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



Bug#424957: portmap includes non-DFSG-compliant code

2008-10-13 Thread Anibal Monsalve Salazar
On Mon, Oct 13, 2008 at 03:58:55PM -0700, Mark Reinhold wrote:
Date: Tue, 14 Oct 2008 08:31:37 +1100
From: Aníbal Monsalve Salazar [EMAIL PROTECTED]

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=424957

The URL above has the discussion thread.

I'm asking Branden because he was involved with this issue before.

Branden, do you know if this issue was sent to somebody in Sun?

Does anyone know someone in Sun that could help fixing this issue?

Suggest you ask Simon Phipps [EMAIL PROTECTED].  He should be
able to point you in the right direction.

Thank you.

Mark could you please help us with the license issue discussed in the
URL above?

TIA.


signature.asc
Description: Digital signature


Bug#460645: setting package to debian-maintainers, tagging 460645

2008-10-12 Thread Anibal Monsalve Salazar
# Automatically generated email from bts, devscripts version 2.10.35
# via tagpending 
#
# debian-maintainers (1.46) UNRELEASED; urgency=low
#
#  * Add Debian maintainer David Paleino. Closes: #460645 

package debian-maintainers
tags 460645 + pending




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



Bug#501350: setting package to debian-maintainers, tagging 501350

2008-10-11 Thread Anibal Monsalve Salazar
# Automatically generated email from bts, devscripts version 2.10.35
# via tagpending 
#
# debian-maintainers (1.46) UNRELEASED; urgency=low
#
#  * Add Debian maintainer Samuel Thibault. Closes: #501350 

package debian-maintainers
tags 501350 + pending




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



Bug#500471: setting package to debian-maintainers, tagging 500471

2008-10-10 Thread Anibal Monsalve Salazar
# Automatically generated email from bts, devscripts version 2.10.35
# via tagpending 
#
# debian-maintainers (1.46) UNRELEASED; urgency=low
#
#  * Add Debian maintainer Emmanuel Bouthenot. Closes: #500471 

package debian-maintainers
tags 500471 + pending




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



Bug#498560: setting package to debian-maintainers, tagging 498560

2008-09-24 Thread Anibal Monsalve Salazar
# Automatically generated email from bts, devscripts version 2.10.35
# via tagpending 
#
# debian-maintainers (1.45) UNRELEASED; urgency=low
#
#  * Add Debian maintainer Trent W. Buck. Closes: #498560 

package debian-maintainers
tags 498560 + pending




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



Bug#498725: setting package to debian-maintainers, tagging 498725

2008-09-24 Thread Anibal Monsalve Salazar
# Automatically generated email from bts, devscripts version 2.10.35
# via tagpending 
#
# debian-maintainers (1.45) UNRELEASED; urgency=low
#
#  * Add Debian maintainer Rogério Brito. Closes: #498725 

package debian-maintainers
tags 498725 + pending




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



Bug#496554: setting package to debian-maintainers, tagging 496554

2008-09-07 Thread Anibal Monsalve Salazar
# Automatically generated email from bts, devscripts version 2.10.35
# via tagpending 
#
# debian-maintainers (1.44) UNRELEASED; urgency=low
#
#  * Added Debian maintainer Christoph Göhre. Closes: #496554 

package debian-maintainers
tags 496554 + pending




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



Bug#497080: setting package to debian-maintainers, tagging 497080

2008-09-07 Thread Anibal Monsalve Salazar
# Automatically generated email from bts, devscripts version 2.10.35
# via tagpending 
#
# debian-maintainers (1.44) UNRELEASED; urgency=low
#
#  * Added Debian maintainer Jan-Pascal van Best. Closes: #497080 

package debian-maintainers
tags 497080 + pending




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



Bug#492454: setting package to debian-maintainers, tagging 492454

2008-08-23 Thread Anibal Monsalve Salazar
# Automatically generated email from bts, devscripts version 2.10.29
#
# debian-maintainers (1.43) UNRELEASED; urgency=low
#
#  * A successful name search is a warning. Closes: #492454 

package debian-maintainers
tags 492454 + pending




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



Bug#495409: setting package to debian-maintainers, tagging 495409

2008-08-23 Thread Anibal Monsalve Salazar
# Automatically generated email from bts, devscripts version 2.10.29
#
# debian-maintainers (1.43) UNRELEASED; urgency=low
#
#  * Added Debian maintainer John Sullivan. Closes: #495409 

package debian-maintainers
tags 495409 + pending




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



Bug#491303: setting package to debian-maintainers, tagging 491303

2008-07-26 Thread Anibal Monsalve Salazar
# Automatically generated email from bts, devscripts version 2.10.29
#
# debian-maintainers (1.42) UNRELEASED; urgency=low
#
#  * Added Debian maintainer Luca Bigliardi. Closes: #491303 

package debian-maintainers
tags 491303 + pending




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



Bug#491304: setting package to debian-maintainers, tagging 491304

2008-07-26 Thread Anibal Monsalve Salazar
# Automatically generated email from bts, devscripts version 2.10.29
#
# debian-maintainers (1.42) UNRELEASED; urgency=low
#
#  * Added Debian maintainer Ludovico Gardenghi. Closes: #491304 

package debian-maintainers
tags 491304 + pending




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



Bug#491371: setting package to debian-maintainers, tagging 491371

2008-07-26 Thread Anibal Monsalve Salazar
# Automatically generated email from bts, devscripts version 2.10.29
#
# debian-maintainers (1.42) UNRELEASED; urgency=low
#
#  * Added Debian maintainer Artur R. Czechowski. Closes: #491371 

package debian-maintainers
tags 491371 + pending




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



Bug#490920: setting package to debian-maintainers, tagging 490920

2008-07-19 Thread Anibal Monsalve Salazar
# Automatically generated email from bts, devscripts version 2.10.29
#
# debian-maintainers (1.41) UNRELEASED; urgency=low
#
#  * Added Debian maintainer Andreas Putzo. Closes: #490920 

package debian-maintainers
tags 490920 + pending




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



Bug#489788: setting package to debian-maintainers, tagging 489788

2008-07-13 Thread Anibal Monsalve Salazar
# Automatically generated email from bts, devscripts version 2.10.29
#
# debian-maintainers (1.40) UNRELEASED; urgency=low
#
#  * Added Debian maintainer Iustin Pop. Closes: #489788 

package debian-maintainers
tags 489788 + pending




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



Bug#489054: setting package to debian-maintainers, tagging 489054

2008-07-08 Thread Anibal Monsalve Salazar
# Automatically generated email from bts, devscripts version 2.10.29
#
# debian-maintainers (1.39) UNRELEASED; urgency=low
#
#  * Added Debian maintainer Andrew Ruthven. Closes: #489054 

package debian-maintainers
tags 489054 + pending




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



Bug#489343: setting package to debian-maintainers, tagging 489343

2008-07-08 Thread Anibal Monsalve Salazar
# Automatically generated email from bts, devscripts version 2.10.29
#
# debian-maintainers (1.39) UNRELEASED; urgency=low
#
#  * Added Debian maintainer John Ferlito. Closes: #489343 

package debian-maintainers
tags 489343 + pending




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



Bug#489345: setting package to debian-maintainers, tagging 489345

2008-07-08 Thread Anibal Monsalve Salazar
# Automatically generated email from bts, devscripts version 2.10.29
#
# debian-maintainers (1.39) UNRELEASED; urgency=low
#
#  * Updated Ben Finney's key. Closes: #489345 

package debian-maintainers
tags 489345 + pending




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



Bug#488347: setting package to gparted, tagging 488347

2008-06-30 Thread Anibal Monsalve Salazar
# Automatically generated email from bts, devscripts version 2.10.33
# via tagpending 
#
# gparted (0.3.7-3) unstable; urgency=low
#
#  * Build depends on libparted1.8-dev; closes: #488347 

package gparted
tags 488347 + pending




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



Bug#487348: setting package to debian-maintainers, tagging 487348

2008-06-29 Thread Anibal Monsalve Salazar
# Automatically generated email from bts, devscripts version 2.10.29
#
# debian-maintainers (1.38) UNRELEASED; urgency=low
#
#  * Replaced key for Debian maintainer Deng Xiyue. Closes: #487348 

package debian-maintainers
tags 487348 + pending




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



Bug#487723: setting package to debian-maintainers, tagging 487723

2008-06-29 Thread Anibal Monsalve Salazar
# Automatically generated email from bts, devscripts version 2.10.29
#
# debian-maintainers (1.38) UNRELEASED; urgency=low
#
#  * Added Debian maintainer Luca Falavigna. Closes: #487723 

package debian-maintainers
tags 487723 + pending




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



Bug#487959: setting package to debian-maintainers, tagging 487959

2008-06-29 Thread Anibal Monsalve Salazar
# Automatically generated email from bts, devscripts version 2.10.29
#
# debian-maintainers (1.38) UNRELEASED; urgency=low
#
#  * Added Debian maintainer Ben Finney. Closes: #487959 

package debian-maintainers
tags 487959 + pending




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



Bug#487018: setting package to debian-maintainers, tagging 487018

2008-06-21 Thread Anibal Monsalve Salazar
# Automatically generated email from bts, devscripts version 2.10.29
#
# debian-maintainers (1.38) UNRELEASED; urgency=low
#
#  * Fix cross-certifification issue. Closes: #487018 

package debian-maintainers
tags 487018 + pending




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



Bug#484508: setting package to debian-maintainers, tagging 484508

2008-06-12 Thread Anibal Monsalve Salazar
# Automatically generated email from bts, devscripts version 2.10.28
#
# debian-maintainers (1.36) UNRELEASED; urgency=low
#
#  * Added Debian maintainer Peter Collingbourne. Closes: #484508 

package debian-maintainers
tags 484508 + pending




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



Bug#484672: setting package to debian-maintainers, tagging 484672

2008-06-12 Thread Anibal Monsalve Salazar
# Automatically generated email from bts, devscripts version 2.10.28
#
# debian-maintainers (1.36) UNRELEASED; urgency=low
#
#  * Added Debian maintainer Martin Meredith. Closes: #484672 

package debian-maintainers
tags 484672 + pending




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



Bug#483944: setting package to debian-maintainers, tagging 483944

2008-06-06 Thread Anibal Monsalve Salazar
# Automatically generated email from bts, devscripts version 2.10.28
#
# debian-maintainers (1.36) UNRELEASED; urgency=low
#
#  * Added Debian maintainer Dominique Belhachemi. Closes: #483944 

package debian-maintainers
tags 483944 + pending




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



Bug#482477: setting package to debian-maintainers, tagging 482477

2008-05-30 Thread Anibal Monsalve Salazar
# Automatically generated email from bts, devscripts version 2.10.28
#
# debian-maintainers (1.35) UNRELEASED; urgency=low
#
#  * Added Debian maintainer Anuradha Weeraman. Closes: #482477 

package debian-maintainers
tags 482477 + pending




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



Bug#482130: setting package to debian-maintainers, tagging 482130

2008-05-24 Thread Anibal Monsalve Salazar
# Automatically generated email from bts, devscripts version 2.10.27
#
# debian-maintainers (1.34) UNRELEASED; urgency=low
#
#  * Added Debian maintainer Bart Samwel. Closes: #482130 

package debian-maintainers
tags 482130 + pending




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



Bug#481175: setting package to debian-maintainers, tagging 481175

2008-05-22 Thread Anibal Monsalve Salazar
# Automatically generated email from bts, devscripts version 2.10.27
#
# debian-maintainers (1.34) UNRELEASED; urgency=low
#
#  * Added Debian maintainer LI Daobing. Closes: #481175 

package debian-maintainers
tags 481175 + pending




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



Bug#481669: setting package to debian-maintainers, tagging 481669

2008-05-22 Thread Anibal Monsalve Salazar
# Automatically generated email from bts, devscripts version 2.10.27
#
# debian-maintainers (1.34) UNRELEASED; urgency=low
#
#  * Added Debian maintainer John Stamp. Closes: #481669 

package debian-maintainers
tags 481669 + pending




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



Bug#479883: setting package to debian-maintainers, tagging 479883

2008-05-11 Thread Anibal Monsalve Salazar
# Automatically generated email from bts, devscripts version 2.10.26
#
# debian-maintainers (1.33) UNRELEASED; urgency=low
#
#  * Added Debian maintainer Xavier Lüthi. Closes: #479883 

package debian-maintainers
tags 479883 + pending




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



Bug#479511: setting package to debian-maintainers, tagging 479511

2008-05-09 Thread Anibal Monsalve Salazar
# Automatically generated email from bts, devscripts version 2.10.26
#
# debian-maintainers (1.33) UNRELEASED; urgency=low
#
#  * Added Debian maintainer Nobuhiro Iwamatsu. Closes: #479511 

package debian-maintainers
tags 479511 + pending




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



Bug#479584: setting package to debian-maintainers, tagging 479584

2008-05-09 Thread Anibal Monsalve Salazar
# Automatically generated email from bts, devscripts version 2.10.26
#
# debian-maintainers (1.33) UNRELEASED; urgency=low
#
#  * Added Debian maintainer Helge Kreutzmann. Closes: #479584 

package debian-maintainers
tags 479584 + pending




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



Bug#479000: setting package to debian-maintainers, tagging 479000

2008-05-06 Thread Anibal Monsalve Salazar
# Automatically generated email from bts, devscripts version 2.10.26
#
# debian-maintainers (1.32) UNRELEASED; urgency=low
#
#  * Added Debian maintainer Xavier Guimard. Closes: #479000 

package debian-maintainers
tags 479000 + pending




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



Bug#478088: setting package to debian-maintainers, tagging 478088

2008-05-05 Thread Anibal Monsalve Salazar
# Automatically generated email from bts, devscripts version 2.10.26
#
# debian-maintainers (1.32) UNRELEASED; urgency=low
#
#  * Added Debian maintainer Andres Mejia. Closes: #478088 

package debian-maintainers
tags 478088 + pending




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



Bug#477518: setting package to debian-maintainers, tagging 477518

2008-04-30 Thread Anibal Monsalve Salazar
# Automatically generated email from bts, devscripts version 2.10.26
#
# debian-maintainers (1.31) UNRELEASED; urgency=low
#
#  * Added Debian maintainer Patrick Matthäi. Closes: #477518 

package debian-maintainers
tags 477518 + pending




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



Bug#477733: setting package to debian-maintainers, tagging 477733

2008-04-29 Thread Anibal Monsalve Salazar
# Automatically generated email from bts, devscripts version 2.10.26
#
# debian-maintainers (1.30) UNRELEASED; urgency=low
#
#  * Added Debian maintainer Sylvestre Ledru. Closes: #477733 

package debian-maintainers
tags 477733 + pending




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



Bug#476208: setting package to debian-maintainers, tagging 476208

2008-04-19 Thread Anibal Monsalve Salazar
# Automatically generated email from bts, devscripts version 2.10.20
#
# debian-maintainers (1.29) UNRELEASED; urgency=medium
#
#  * Added Debian maintainer Ervin Hearn. Closes: #476208 

package debian-maintainers
tags 476208 + pending




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



Bug#475898: setting package to debian-maintainers, tagging 475898

2008-04-17 Thread Anibal Monsalve Salazar
# Automatically generated email from bts, devscripts version 2.10.20
#
# debian-maintainers (1.28) UNRELEASED; urgency=medium
#
#  * Added Debian maintainer Stephane Glondu. Closes: #475898 

package debian-maintainers
tags 475898 + pending




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



Bug#474563: setting package to debian-maintainers, tagging 474563

2008-04-10 Thread Anibal Monsalve Salazar
# Automatically generated email from bts, devscripts version 2.10.20
#
# debian-maintainers (1.27) UNRELEASED; urgency=low
#
#  * Added Debian maintainer Hideki Yamane. Closes: #474563 

package debian-maintainers
tags 474563 + pending




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



Bug#472597: setting package to debian-maintainers, tagging 472597

2008-03-29 Thread Anibal Monsalve Salazar
# Automatically generated email from bts, devscripts version 2.10.20
#
# debian-maintainers (1.26) UNRELEASED; urgency=low
#
#  * Added Debian maintainer Sandro Tosi. Closes: #472597 

package debian-maintainers
tags 472597 + pending




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



Bug#472539: setting package to debian-maintainers, tagging 472539

2008-03-29 Thread Anibal Monsalve Salazar
# Automatically generated email from bts, devscripts version 2.10.20
#
# debian-maintainers (1.26) UNRELEASED; urgency=low
#
#  * Added Debian maintainer Theppitak Karoonboonyanan. Closes: #472539 

package debian-maintainers
tags 472539 + pending




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



Bug#471999: [D-m-team] Bug#471999: setting package to debian-maintainers, tagging 471999

2008-03-25 Thread Anibal Monsalve Salazar
# Automatically generated email from bts, devscripts version 2.10.18.1
#
# debian-maintainers (1.25) UNRELEASED; urgency=low
#
#  * Added Debian maintainer Andrew Lee. Closes: #471999

package debian-maintainers
tags 471999 + pending



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



Bug#471142: setting package to debian-maintainers, tagging 471142

2008-03-20 Thread Anibal Monsalve Salazar
# Automatically generated email from bts, devscripts version 2.10.18.1
#
# debian-maintainers (1.24) UNRELEASED; urgency=low
#
#  * Added Debian maintainer Deng Xiyue. Closes: #471142 

package debian-maintainers
tags 471142 + pending




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



Bug#469455: setting package to debian-maintainers, tagging 469455

2008-03-09 Thread Anibal Monsalve Salazar
# Automatically generated email from bts, devscripts version 2.10.18.1
#
# debian-maintainers (1.22) UNRELEASED; urgency=low
#
#  * Added Debian maintainer Thomas Weber. Closes: #469455 

package debian-maintainers
tags 469455 + pending




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



Bug#469471: setting package to debian-maintainers, tagging 469471

2008-03-09 Thread Anibal Monsalve Salazar
# Automatically generated email from bts, devscripts version 2.10.18.1
#
# debian-maintainers (1.22) UNRELEASED; urgency=low
#
#  * Added Debian maintainer Scott Kitterman. Closes: #469471 

package debian-maintainers
tags 469471 + pending




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



Bug#469551: setting package to debian-maintainers, tagging 469551

2008-03-09 Thread Anibal Monsalve Salazar
# Automatically generated email from bts, devscripts version 2.10.18.1
#
# debian-maintainers (1.22) UNRELEASED; urgency=low
#
#  * Added Debian maintainer Jordan Mantha. Closes: #469551 

package debian-maintainers
tags 469551 + pending




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



Bug#460059: O: vbetool -- run real-mode video BIOS code to alter hardware state

2008-01-10 Thread Anibal Monsalve Salazar
Package: wnpp
Severity: normal

The current maintainer of vbetool, Matthew Garrett [EMAIL PROTECTED],
is apparently not active anymore.  Therefore, I orphan this package
now.  If you want to be the new maintainer, please take it -- see
http://www.debian.org/devel/wnpp/index.html#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: vbetool
Binary: vbetool
Version: 1.0-1.1
Priority: optional
Section: utils
Maintainer: Matthew Garrett [EMAIL PROTECTED]
Build-Depends: debhelper (= 4.0.0), libx86-dev, pciutils-dev, zlib1g-dev
Architecture: any
Standards-Version: 3.6.1
Format: 1.0
Directory: pool/main/v/vbetool
Files: 05af598e2efb7cae6ba6c36f647f46a2 534 vbetool_1.0-1.1.dsc
 e717709110f6719bf55b8362df3dc284 106417 vbetool_1.0-1.1.tar.gz

Package: vbetool
Priority: optional
Section: utils
Installed-Size: 44
Maintainer: Matthew Garrett [EMAIL PROTECTED]
Architecture: i386
Version: 1.0-1.1
Depends: libc6 (= 2.7-1), libx86-1, zlib1g (= 1:1.2.3.3.dfsg-1)
Filename: pool/main/v/vbetool/vbetool_1.0-1.1_i386.deb
Size: 20110
MD5sum: 16163e894dafaf5abb7c065e846de0a8
SHA1: d716775f85606561565837f231dca498c893d00d
SHA256: 2b4f6f187ff79770567ed6d9e59396f7fdd043c677141e5a581a497ae9ee3bfd
Description: run real-mode video BIOS code to alter hardware state
 vbetool uses lrmi in order to run code from the video BIOS. Currently,
 it is able to alter DPMS states, save/restore video card state and
 attempt to initialize the video card from scratch.
Tag: hardware::video, interface::commandline, role::program, scope::utility, 
use::configuring
Task: desktop, laptop




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



Bug#460144: O: libggigcp -- GGI Color and Palette Manager extension development package

2008-01-10 Thread Anibal Monsalve Salazar
Package: wnpp
Severity: normal

The current maintainer of libggigcp, Anibal Monsalve Salazar [EMAIL 
PROTECTED],
has orphaned this package.  If you want to be the new maintainer, please
take it -- see http://www.debian.org/devel/wnpp/index.html#howto-o for
detailed instructions how to adopt a package properly.

Some information about this package:

Package: libggigcp
Binary: libggigcp1-dev, libggigcp1
Version: 1.0.1-1
Priority: optional
Section: graphics
Maintainer: Anibal Monsalve Salazar [EMAIL PROTECTED]
Build-Depends: debhelper (= 5), libggi2-dev (= 1:2.2.1-3), libaa1-dev, 
libaa1-dev, libncurses5-dev, libxxf86dga-dev, libxxf86vm-dev, libx11-dev, 
libxext-dev, libxt-dev, x-dev, xutils, libglide3-dev [i386], libsvga1-dev 
[i386] | svgalibg1-dev [i386]
Architecture: any
Standards-Version: 3.7.2
Format: 1.0
Directory: pool/main/libg/libggigcp
Files: c5edd6cfa241de8da166fae1b0feb113 868 libggigcp_1.0.1-1.dsc
 eda93394c40cf2574bc47b8f086e57bb 504589 libggigcp_1.0.1.orig.tar.gz
 34148875748175e6e9089a1a5fb867b3 3589 libggigcp_1.0.1-1.diff.gz
Uploaders: Juan Esteban Monsalve Tobon [EMAIL PROTECTED]

Package: libggigcp1
Priority: optional
Section: graphics
Installed-Size: 232
Maintainer: Anibal Monsalve Salazar [EMAIL PROTECTED]
Architecture: i386
Source: libggigcp
Version: 1.0.1-1
Depends: libaa1 (= 1.2), libc6 (= 2.3.6-6), libggi2 (= 1:2.2.1), libgii1 (= 
1:1.0.1), libncurses5 (= 5.4-5), libslang2 (= 2.0.1-1), libsvga1, libx11-6, 
libxext6, libxxf86dga1, libxxf86vm1
Conflicts: libggigcp0
Filename: pool/main/libg/libggigcp/libggigcp1_1.0.1-1_i386.deb
Size: 91678
MD5sum: 98ab0a5dce4c97c53db3a9bd29f94e49
SHA1: ce551eee9593ac8b3fbad02472e60fe07587895f
SHA256: cc899f21e8242bab03602c8de6781d76bbccaf94f4c2990b58596a8b31f6d01f
Description: GGI Color and Palette Manager extension
 General Graphics Interface - a fast, portable graphics environment.
 .
 LibggiGCP is a generic color and palette management extension for GGI
 display targets. It does conversion between different color spaces
 such as RGBA, YUV, HSV and CMYK as well as generic color-blending,
 which can also be used for transluency effects.
 .
 This package includes the shared library and modules files necessary
 to run applications that use libggigcp.
 .
  Homepage: http://www.ggi-project.org/
Enhances: libggi2
Tag: uitoolkit::ncurses

Package: libggigcp1-dev
Priority: optional
Section: libdevel
Installed-Size: 196
Maintainer: Anibal Monsalve Salazar [EMAIL PROTECTED]
Architecture: i386
Source: libggigcp
Version: 1.0.1-1
Provides: libggigcp0-dev
Depends: libggigcp1 (= 1.0.1-1), libggi2-dev (= 1:2.2.1-3)
Conflicts: libggigcp0-dev
Filename: pool/main/libg/libggigcp/libggigcp1-dev_1.0.1-1_i386.deb
Size: 29732
MD5sum: ad2fe2c017817a73fcde9f7009869c4f
SHA1: a91a921f694723ac388de27de6f78f6dd1eabc79
SHA256: 808449ba7595e5f7b2a9c825e74c31503f4603bc95cd2034b191ef3a8e745645
Description: GGI Color and Palette Manager extension development package
 General Graphics Interface - a fast, portable graphics environment.
 .
 LibggiGCP is a generic color and palette management extension for GGI
 display targets. It does conversion between different color spaces
 such as RGBA, YUV, HSV and CMYK as well as generic color-blending,
 which can also be used for transluency effects.
 .
 This package includes the development files necessary to compile
 programs that use libggigcp.
 .
  Homepage: http://www.ggi-project.org/
Enhances: libggi2-dev
Tag: devel::library



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



Bug#460146: O: libggimisc -- General Graphics Interface Misc development package

2008-01-10 Thread Anibal Monsalve Salazar
Package: wnpp
Severity: normal

The current maintainer of libggimisc, Anibal Monsalve Salazar [EMAIL 
PROTECTED],
has orphaned this package.  If you want to be the new maintainer, please
take it -- see http://www.debian.org/devel/wnpp/index.html#howto-o for
detailed instructions how to adopt a package properly.

Some information about this package:

Package: libggimisc
Binary: libggimisc2, libggimisc2-dev
Version: 2.2.1-2
Priority: optional
Section: libs
Maintainer: Anibal Monsalve Salazar [EMAIL PROTECTED]
Build-Depends: debhelper (= 5), libggi2-dev (= 1:2.2.1-4), libaa1-dev, 
libaa1-dev, libncurses5-dev, libxxf86dga-dev, libxxf86vm-dev, libx11-dev, 
libxext-dev, libxt-dev, x-dev, xutils, libglide3-dev [i386], libsvga1-dev 
[i386] | svgalibg1-dev [i386]
Architecture: any
Standards-Version: 3.7.2
Format: 1.0
Directory: pool/main/libg/libggimisc
Files: 734c6e5c857582ecff36352c0e4247c9 873 libggimisc_2.2.1-2.dsc
 f0b350b73a1aa08c3c2eef813f3bae5f 450110 libggimisc_2.2.1.orig.tar.gz
 1b912199f0a5542c7e853e64b0ec6346 4059 libggimisc_2.2.1-2.diff.gz
Uploaders: Juan Esteban Monsalve Tobon [EMAIL PROTECTED]

Package: libggimisc2
Priority: optional
Section: libs
Installed-Size: 160
Maintainer: Anibal Monsalve Salazar [EMAIL PROTECTED]
Architecture: i386
Source: libggimisc
Version: 2.2.1-2
Replaces: libggi2 ( 1:2)
Depends: libaa1 (= 1.2), libc6 (= 2.3.6-6), libggi2 (= 1:2.2.1), libgii1 (= 
1:1.0.1), libncurses5 (= 5.4-5), libslang2 (= 2.0.1-1), libsvga1, libx11-6, 
libxext6, libxxf86dga1, libxxf86vm1, libggi2 (= 1:2.2.1-4)
Conflicts: libggi2 ( 1:2)
Filename: pool/main/libg/libggimisc/libggimisc2_2.2.1-2_i386.deb
Size: 33524
MD5sum: fe0f9a50a2f70772f275371b06bbb3c8
SHA1: e377c5977f2fac0129e991fd647194633fc2fb0d
SHA256: bf93d8a4cc41ca8bc92d72898c932f90a603afce7e5dcda1fa425768e036ee3d
Description: General Graphics Interface Misc runtime libraries
 General Graphics Interface - a fast, portable graphics environment.
 .
 This package contains the shared libraries for LibGIIMisc, the GGI
 project's General Graphics Interface Misc extension library containing
 display target extensions that don't deserve their own extension library.
 .
 Extensions are included for the following targets:
 .
  fbdev
  svgalib (on supported archs)
  x - this is temporarily disabled and not available with this release!
 .
  Homepage: http://www.ggi-project.org/
Tag: devel::library, interface::framebuffer, interface::svga, role::shared-lib, 
uitoolkit::ncurses, x11::library

Package: libggimisc2-dev
Priority: optional
Section: libdevel
Installed-Size: 136
Maintainer: Anibal Monsalve Salazar [EMAIL PROTECTED]
Architecture: i386
Source: libggimisc
Version: 2.2.1-2
Replaces: libggi2-dev ( 1:2)
Depends: libggimisc2 (= 2.2.1-2), libggi2-dev (= 1:2.2.1-4)
Recommends: libc6-dev
Conflicts: libggi2-dev ( 1:2)
Filename: pool/main/libg/libggimisc/libggimisc2-dev_2.2.1-2_i386.deb
Size: 12956
MD5sum: 077ecfcfe7441e8d2e1044cbe1d64523
SHA1: 22dca9ca6b52661d128bcfebb5b3c0ff3af74872
SHA256: a3809be07fd7da8053cc10417e33ec1408dda3f4e7491633b536246ac05b2703
Description: General Graphics Interface Misc development package
 General Graphics Interface - a fast, portable graphics environment.
 .
 This package contains the development environment for LibGIIMisc, the GGI
 project's General Graphics Interface Misc extension library containing
 display target extensions that don't deserve their own extension library.
 .
  Homepage: http://www.ggi-project.org/
Tag: devel::library, interface::framebuffer, interface::svga, role::devel-lib, 
x11::library



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



Bug#460147: O: libggiwmh -- GGI Window Manager Hints extension X display target

2008-01-10 Thread Anibal Monsalve Salazar
Package: wnpp
Severity: normal

The current maintainer of libggiwmh, Anibal Monsalve Salazar [EMAIL 
PROTECTED],
has orphaned this package.  If you want to be the new maintainer, please
take it -- see http://www.debian.org/devel/wnpp/index.html#howto-o for
detailed instructions how to adopt a package properly.

Some information about this package:

Package: libggiwmh
Binary: libggiwmh0-dev, libggiwmh0, libggiwmh0-target-x
Version: 0.3.1-2
Priority: optional
Section: misc
Maintainer: Anibal Monsalve Salazar [EMAIL PROTECTED]
Build-Depends: debhelper (= 5), libggi2-dev (= 1:2.2.1-4), libaa1-dev, 
libaa1-dev, libncurses5-dev, libxxf86dga-dev, libxxf86vm-dev, libx11-dev, 
libxext-dev, libxt-dev, x-dev, xutils, libglide3-dev [i386], libsvga1-dev 
[i386] | svgalibg1-dev [i386]
Architecture: any
Standards-Version: 3.7.2
Format: 1.0
Directory: pool/main/libg/libggiwmh
Files: 12e8bda54780036afdbb05a68008d30d 889 libggiwmh_0.3.1-2.dsc
 f643dcce88ec9a1b38ff7ea4d8477042 451924 libggiwmh_0.3.1.orig.tar.gz
 bf18597c8db123093d7087d506141c95 4212 libggiwmh_0.3.1-2.diff.gz
Uploaders: Juan Esteban Monsalve Tobon [EMAIL PROTECTED]

Package: libggiwmh0
Priority: optional
Section: misc
Installed-Size: 108
Maintainer: Anibal Monsalve Salazar [EMAIL PROTECTED]
Architecture: i386
Source: libggiwmh
Version: 0.3.1-2
Depends: libaa1 (= 1.2), libc6 (= 2.3.6-6), libggi2 (= 1:2.2.1), libgii1 (= 
1:1.0.1), libncurses5 (= 5.4-5), libslang2 (= 2.0.1-1), libsvga1, libx11-6, 
libxext6, libxxf86dga1, libxxf86vm1
Recommends: libggiwmh0-target-x
Filename: pool/main/libg/libggiwmh/libggiwmh0_0.3.1-2_i386.deb
Size: 24418
MD5sum: 37b90e4c64735b6da05b26ea7082c44e
SHA1: 9ab6c9f16e32200aad25304f00c633c9e17a5482
SHA256: 384c20c060f3eede28071e74deb4b6e9fbff65dd9026b1d1ca9b60249084a8ac
Description: GGI Window Manager Hints extension
 General Graphics Interface - a fast, portable graphics environment.
 .
 LibggiWMH is an extension module for GGI display targets that are
 window system based. It provides portable access to things like
 setting the title bar, resizing, moving and iconifying windows
 that enclose the libggi controlled display surface.
 .
 This package includes the generic parts of libggiwmh.
 To be useful on any display target, an additional implementation
 module must be installed for it.
 .
 Modules are available in packages:
  libggiwmh0-target-x - implementation for X window based targets
 .
  Homepage: http://www.ggi-project.org/
Enhances: libggi2
Tag: devel::library, interface::x11, role::shared-lib, uitoolkit::ncurses, 
x11::library

Package: libggiwmh0-dev
Priority: optional
Section: libdevel
Installed-Size: 144
Maintainer: Anibal Monsalve Salazar [EMAIL PROTECTED]
Architecture: i386
Source: libggiwmh
Version: 0.3.1-2
Depends: libggiwmh0 (= 0.3.1-2), libggi2-dev (= 1:2.2.1-4)
Filename: pool/main/libg/libggiwmh/libggiwmh0-dev_0.3.1-2_i386.deb
Size: 16822
MD5sum: 56470222fc1043db46346c34a273883b
SHA1: 363989f07a37f7a66e59c0d32c5a4d1416f79cff
SHA256: 8d6403ec555fb0dc1c4d4b1bee32969e5e8ddc0dde1841c1eb05cffcc95e895a
Description: GGI Window Manager Hints extension development package
 General Graphics Interface - a fast, portable graphics environment.
 .
 LibggiWMH is an extension module for GGI display targets that are
 window system based. It provides portable access to things like
 setting the title bar, resizing, moving and iconifying windows
 that enclose the libggi controlled display surface.
 .
 This package includes the development files necessary to compile
 programs that use libggiwmh.
 .
  Homepage: http://www.ggi-project.org/
Enhances: libggi2-dev
Tag: devel::library, interface::x11, role::devel-lib, x11::library

Package: libggiwmh0-target-x
Priority: optional
Section: x11
Installed-Size: 44
Maintainer: Anibal Monsalve Salazar [EMAIL PROTECTED]
Architecture: i386
Source: libggiwmh
Version: 0.3.1-2
Depends: libaa1 (= 1.2), libc6 (= 2.3.6-6), libggi2 (= 1:2.2.1), libggiwmh0 
(= 0.3.1), libgii1 (= 1:1.0.1), libncurses5 (= 5.4-5), libslang2 (= 
2.0.1-1), libsvga1, libx11-6, libxext6, libxxf86dga1, libxxf86vm1, 
libggi-target-x (= 1:2.2.1-4)
Filename: pool/main/libg/libggiwmh/libggiwmh0-target-x_0.3.1-2_i386.deb
Size: 4050
MD5sum: 69950ae1b81a55d3352a68feac47415a
SHA1: 695dbb3418ea9940d66a50023729b992f5b5
SHA256: d454d95d525fcf76d0a9e76b0c95a212256a75a0b8e819db51ab5e9d6a1e59e6
Description: GGI Window Manager Hints extension X display target
 General Graphics Interface - a fast, portable graphics environment.
 .
 LibggiWMH is an extension module for GGI display targets that are
 window system based. It provides portable access to things like
 setting the title bar, resizing, moving and iconifying windows
 that enclose the libggi controlled display surface.
 .
 Modules that are included in this package:
  X - implementation for X window based targets
 .
  Homepage: http://www.ggi-project.org/
Enhances: libggiwmh0
Tag: devel::library, interface::x11, role::shared-lib, uitoolkit::ncurses, 
x11::library



-- 
To UNSUBSCRIBE

Bug#460143: O: ggi-doc -- General Graphics Interface project documentation

2008-01-10 Thread Anibal Monsalve Salazar
Package: wnpp
Severity: normal

The current maintainer of ggi-doc, Anibal Monsalve Salazar [EMAIL PROTECTED],
has orphaned this package.  If you want to be the new maintainer, please
take it -- see http://www.debian.org/devel/wnpp/index.html#howto-o for
detailed instructions how to adopt a package properly.

Some information about this package:

Package: ggi-doc
Binary: ggi-doc
Version: 0.0.20040308-3
Priority: optional
Section: doc
Maintainer: Anibal Monsalve Salazar [EMAIL PROTECTED]
Build-Depends: python-docutils, debhelper (= 5)
Architecture: all
Standards-Version: 3.7.2
Format: 1.0
Directory: pool/main/g/ggi-doc
Files: aeaab4e1e07962cba05cb67bab3f4ea4 662 ggi-doc_0.0.20040308-3.dsc
 f5d9685cbbd55a2965aca67e4c6b6f8d 594820 ggi-doc_0.0.20040308.orig.tar.gz
 2a890a5493b681f7aae9daab4c79ab92 9776 ggi-doc_0.0.20040308-3.diff.gz
Uploaders: Juan Esteban Monsalve Tobon [EMAIL PROTECTED]

Package: ggi-doc
Priority: optional
Section: doc
Installed-Size: 2632
Maintainer: Anibal Monsalve Salazar [EMAIL PROTECTED]
Architecture: all
Version: 0.0.20040308-3
Recommends: lynx | www-browser
Suggests: libggi-samples, doc-base
Filename: pool/main/g/ggi-doc/ggi-doc_0.0.20040308-3_all.deb
Size: 641912
MD5sum: 27257de03c08e5d7e940b563115ad4f8
SHA1: 01256ed51c4bd5d2ba958cf6ebd6c17b291afe7b
SHA256: 9a585f26cb6f5274acf2de66fbffe418292d2c8575d07be8c943d0db91d03817
Description: General Graphics Interface project documentation
 The GGI project is developing the General Graphics Interface, a
 set of APIs, drivers and other interfaces aiming to provide a fast,
 portable graphics environment for many operating systems.
 .
 This package contains the complete documentation in HTML format.
 It is of value for both users of programs that make use of GGI and
 also for programmers that wish to make use of GGI in their programs.
 .
 The documentation includes an overview of GGI, the complete reference
 and articles.
 .
  Homepage: http://www.ggi-project.org/
Tag: devel::doc, devel::library, made-of::data:html, role::documentation, 
x11::library



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



Bug#460145: O: libggi -- General Graphics Interface development package

2008-01-10 Thread Anibal Monsalve Salazar
Package: wnpp
Severity: normal

The current maintainer of libggi, Anibal Monsalve Salazar [EMAIL PROTECTED],
has orphaned this package.  If you want to be the new maintainer, please
take it -- see http://www.debian.org/devel/wnpp/index.html#howto-o for
detailed instructions how to adopt a package properly.

Some information about this package:

Package: libggi
Binary: libggi-target-emu, libggi-target-monotext, libggi2-dev, libggi2, 
libggi-target-x, libggi-target-glide, libggi-target-lcd823, libggi-target-vcsa, 
libggi-target-svgalib, libggi-target-fbdev, libggi-samples, 
libggi-target-terminfo, libggi-target-aa
Version: 1:2.2.1-5
Priority: optional
Section: libs
Maintainer: Anibal Monsalve Salazar [EMAIL PROTECTED]
Build-Depends: libgii1-dev (= 1:1.0.1-2), libaa1-dev, libncurses5-dev, 
libxxf86dga-dev, libxxf86vm-dev, libx11-dev, libxext-dev, libxt-dev, x-dev, 
xutils, libglide3-dev [i386], libsvga1-dev [i386] | svgalibg1-dev [i386], 
debhelper (= 3.0.39)
Architecture: any
Standards-Version: 3.7.2
Format: 1.0
Directory: pool/main/libg/libggi
Files: 34cf5cfcf4a7804315db066db6247fad 1075 libggi_2.2.1-5.dsc
 31b633b116fdd72264c1380185ed9b7d 1743572 libggi_2.2.1.orig.tar.gz
 202de34063211a992179a06117c38b19 21958 libggi_2.2.1-5.diff.gz
Uploaders: Juan Esteban Monsalve Tobon [EMAIL PROTECTED]

Package: libggi-samples
Priority: optional
Section: libs
Installed-Size: 380
Maintainer: Anibal Monsalve Salazar [EMAIL PROTECTED]
Architecture: i386
Source: libggi
Version: 1:2.2.1-5
Depends: libaa1 (= 1.2), libc6 (= 2.3.6-6), libggi2 (= 1:2.2.1), libgii1 (= 
1:1.0.1), libncurses5 (= 5.4-5), libslang2 (= 2.0.6-3), libsvga1, libx11-6, 
libxext6, libxxf86dga1, libxxf86vm1
Recommends: libggi-target-x | libggi-target
Suggests: ggi-doc
Filename: pool/main/libg/libggi/libggi-samples_2.2.1-5_i386.deb
Size: 211678
MD5sum: 2553d2cc4b8c0586897e7560da7f08f0
SHA1: 1deaae885ae81d569f41bd37113ac060a0004eea
SHA256: 04d66ec89fbadb163c3fab80e2b8f4a6ca3dd51b3b902c7eb16bc620996af1e5
Description: General Graphics Interface sample programs
 General Graphics Interface - a fast, portable graphics environment.
 .
 This package contains some sample programs demonstrating LibGGI's
 capabilities. Examples are (more inside):
 .
  ggiteleserver is a remote display server for the tele target.
  ggi-cube3d runs up to 6 GGI programs on a moveable cube's surfaces.
  ggi-monitest creates useful test patterns.
 .
 Install libggi-target packages to get visible output from ggi programs.
 Install ggi-doc to help you making the most out of ggi.
 .
  Homepage: http://www.ggi-project.org/
Tag: devel::examples, devel::library, interface::x11, role::program, 
scope::utility, uitoolkit::ncurses, x11::library

Package: libggi-target-aa
Priority: optional
Section: libs
Installed-Size: 60
Maintainer: Anibal Monsalve Salazar [EMAIL PROTECTED]
Architecture: i386
Source: libggi
Version: 1:2.2.1-5
Provides: libggi-target
Depends: libaa1 (= 1.2), libc6 (= 2.3.6-6), libggi2 (= 1:2.2.1), libgii1 (= 
1:1.0.1), libncurses5 (= 5.4-5), libslang2 (= 2.0.6-3), libsvga1, libx11-6, 
libxext6, libxxf86dga1, libxxf86vm1
Filename: pool/main/libg/libggi/libggi-target-aa_2.2.1-5_i386.deb
Size: 8014
MD5sum: 34ac03ceca13794a74b6a8cecb19e8a0
SHA1: e24f84cd706e5659a56b7a81903268931966e0de
SHA256: c3e543a7f9fdcf789d46c0959b768d2a774c8670526c88f30c73c0c4768d9e38
Description: General Graphics Interface ASCII Art display target
 General Graphics Interface - a fast, portable graphics environment.
 .
 This package contains the driver for the aa target, enabling libGGI
 (and therefore any program using libGGI) to display its output as
 ASCII art.
 .
  Homepage: http://www.ggi-project.org/
Enhances: libggi2
Tag: devel::library, interface::text-mode, role::shared-lib, 
uitoolkit::ncurses, x11::library

Package: libggi-target-emu
Priority: optional
Section: libs
Installed-Size: 224
Maintainer: Anibal Monsalve Salazar [EMAIL PROTECTED]
Architecture: i386
Source: libggi
Version: 1:2.2.1-5
Replaces: libggi1 ( 981012)
Depends: libaa1 (= 1.2), libc6 (= 2.3.6-6), libggi2 (= 1:2.2.1), libgii1 (= 
1:1.0.1), libncurses5 (= 5.4-5), libslang2 (= 2.0.6-3), libsvga1, libx11-6, 
libxext6, libxxf86dga1, libxxf86vm1
Filename: pool/main/libg/libggi/libggi-target-emu_2.2.1-5_i386.deb
Size: 120462
MD5sum: bc89c7fb34766cfd0fcb75d159cb2346
SHA1: c80bb426e217dcc9a1c6d9f69504f7f734419778
SHA256: bc0c52c476e529c0be2b9d296c76596671d6947461c26c3735e2aa7c59168de6
Description: General Graphics Interface colour emulation targets
 General Graphics Interface - a fast, portable graphics environment.
 .
 This package contains drivers for two colour-emulation pseudo-targets,
 enabling libGGI (and therefore any program using libGGI) to display
 its output in a different colour mode than the underlying physical
 target supports.  Two targets are included:
 .
  palemu emulates a palette-based display on a true-colour target
  trueemu emulates a true-colour display using a palette-based target
 .
  Homepage: http://www.ggi-project.org

Bug#460148: O: libgii -- General Input Interface X input target

2008-01-10 Thread Anibal Monsalve Salazar
Package: wnpp
Severity: normal

The current maintainer of libgii, Anibal Monsalve Salazar [EMAIL PROTECTED],
has orphaned this package.  If you want to be the new maintainer, please
take it -- see http://www.debian.org/devel/wnpp/index.html#howto-o for
detailed instructions how to adopt a package properly.

Some information about this package:

Package: libgii
Binary: libgii1, libgii1-target-x, libgii1-dev
Version: 1:1.0.1-3
Priority: optional
Section: libs
Maintainer: Anibal Monsalve Salazar [EMAIL PROTECTED]
Build-Depends: debhelper (= 5), libx11-dev, xutils, libxt-dev
Architecture: any
Standards-Version: 3.7.2
Format: 1.0
Directory: pool/main/libg/libgii
Files: 9cfb1edf4287d6cc94abe8895f3d6fef 687 libgii_1.0.1-3.dsc
 6d19ef8723bd4b49baa37fa5f4d429b6 1023831 libgii_1.0.1.orig.tar.gz
 5a85214b392194c260c0e33bcfdbfac6 11441 libgii_1.0.1-3.diff.gz
Uploaders: Juan Esteban Monsalve Tobon [EMAIL PROTECTED]

Package: libgii1
Priority: optional
Section: libs
Installed-Size: 644
Maintainer: Anibal Monsalve Salazar [EMAIL PROTECTED]
Architecture: i386
Source: libgii
Version: 1:1.0.1-3
Replaces: libgg0, libggi1 ( 981030)
Provides: libgg0
Depends: libc6 (= 2.3.6-6), libx11-6, libgii1-target-x (= 1:1.0.1-3)
Conflicts: libgg0, libggi1, libgii0
Filename: pool/main/libg/libgii/libgii1_1.0.1-3_i386.deb
Size: 235010
MD5sum: 71217efb8f81590904098977910191f9
SHA1: 39b470d794d873762ad7dd5442300f13a967bb3d
SHA256: 08b4dd5908b40b625392b49fedce6fb9bbd19280de9df088b07ed141f02aa991
Description: General Input Interface runtime libraries
 General Graphics Interface - a fast, portable graphics environment.
 .
 This package contains the shared libraries for LibGII, the input
 library developed by the GGI project.  Also included is LibGG, the
 library containing GGI's configuration and target option parsing code.
 .
 Install libgii-target packages for specific input modules!
 .
 This package contains input modules for these devices:
 .
  null Dummy input device which never generates any input
  stdinCharacters from standard input
  file Input saved by the save input filter
  tcp  Input from a socket
  linux_kbdRaw Linux keyboard devices
  linux_mouse  Linux mouse devices
  linux_joyLinux joystick devices
  linux_evdev  New style HIDs
  mouseMice of all sorts: Microsoft, MouseSystems, Logitech, Sun,
  MouseMan, MMSeries, BusMouse and PS2
  spaceorb SpaceOrb 3D input device
 .
 Usually, it is not necessary to specify which of these input devices
 you want to use; LibGGI normally finds an appropriate input device.
 .
 These input filter modules are also included:
 .
  mouseGeneric mouse event generator
  save Save away an event stream for later playback
  keytrans Generic key event translator
  tcp  Send input to a tcp socket
 .
  Homepage: http://www.ggi-project.org/
Tag: role::shared-lib

Package: libgii1-dev
Priority: optional
Section: libdevel
Installed-Size: 768
Maintainer: Anibal Monsalve Salazar [EMAIL PROTECTED]
Architecture: i386
Source: libgii
Version: 1:1.0.1-3
Replaces: libgg0-dev, libgg-dev, libgii0 ( 1:0.8.1)
Provides: libgg0-dev, libgg-dev, libgii-dev, libgii0-dev
Depends: libgii1 (= 1:1.0.1-3)
Conflicts: libgg-dev, libggi1, libgii0 ( 1:0.8.1), libgii-dev, libgii0-dev
Filename: pool/main/libg/libgii/libgii1-dev_1.0.1-3_i386.deb
Size: 192806
MD5sum: 4d553c658f4bedc10619dd59d914a993
SHA1: 3eabd0f76512dd16ef1fbe51e37adcf719bd588c
SHA256: 58d9572e8097770f746b9f67da508d228e4762516143be15a5251f2aa946d5d4
Description: General Input Interface development package
 General Graphics Interface - a fast, portable graphics environment.
 .
 This package contains the development environment for LibGII, the GGI
 project's General Input Interface, and LibGG, the library containing
 GGI's configuration and target option parsing code.
 .
 Two useful demo programs are also included:
  mhub  Translate LibGGI events to mouse events
  xsendbut  Translate mhub to X button events
 .
  Homepage: http://www.ggi-project.org/
Tag: devel::lang:c, devel::library, implemented-in::c, role::devel-lib, 
x11::library

Package: libgii1-target-x
Priority: optional
Section: libs
Installed-Size: 76
Maintainer: Anibal Monsalve Salazar [EMAIL PROTECTED]
Architecture: i386
Source: libgii
Version: 1:1.0.1-3
Replaces: libgii0 ( 1:0.8.1+rc5)
Conflicts: libgii0 ( 1:0.8.1+rc5), libgii0-target-x
Filename: pool/main/libg/libgii/libgii1-target-x_1.0.1-3_i386.deb
Size: 15872
MD5sum: 861619db672d8d7ff394fd4dcde97a49
SHA1: 071a5d1ddf3544e770670ebbd9a3b0c0e5f1d0ce
SHA256: 91ef712b5152b702ed0130cba89d8085434dd9f9f9dfa33eb30ebd12a0bc080d
Description: General Input Interface X input target
 General Graphics Interface - a fast, portable graphics environment.
 .
 This package contains input modules that make input sources available
 for use with LibGII, the input library developed by the GGI project.
 .
 Input modules are included for these devices:
 .
  x

Bug#460149: O: libgiigic -- development package for libgiigic

2008-01-10 Thread Anibal Monsalve Salazar
Package: wnpp
Severity: normal

The current maintainer of libgiigic, Anibal Monsalve Salazar [EMAIL 
PROTECTED],
has orphaned this package.  If you want to be the new maintainer, please
take it -- see http://www.debian.org/devel/wnpp/index.html#howto-o for
detailed instructions how to adopt a package properly.

Some information about this package:

Package: libgiigic
Binary: libgiigic1-dev, libgiigic1
Version: 1.1.1-3
Priority: optional
Section: libs
Maintainer: Anibal Monsalve Salazar [EMAIL PROTECTED]
Build-Depends: debhelper (= 5), autotools-dev, libggi2-dev (= 1:2.2.1-4), 
libx11-dev, x-dev
Architecture: any
Standards-Version: 3.7.2
Format: 1.0
Directory: pool/main/libg/libgiigic
Files: 061d27f08e476461ba5372cef2159011 711 libgiigic_1.1.1-3.dsc
 89d87ffc06f2ec7b60531caffef251df 554136 libgiigic_1.1.1.orig.tar.gz
 705d634f86fbb2d192a1688e16ac494d 3222 libgiigic_1.1.1-3.diff.gz
Uploaders: Juan Esteban Monsalve Tobon [EMAIL PROTECTED]

Package: libgiigic1
Priority: optional
Section: libs
Installed-Size: 124
Maintainer: Anibal Monsalve Salazar [EMAIL PROTECTED]
Architecture: i386
Source: libgiigic
Version: 1.1.1-3
Depends: libc6 (= 2.3.6-6), libgii1 (= 1:1.0.1), libx11-6, libggi2 (= 
1:2.2.1-4)
Filename: pool/main/libg/libgiigic/libgiigic1_1.1.1-3_i386.deb
Size: 37610
MD5sum: ef554cebf495b824cfea9c1749e95892
SHA1: c12bcc1f1900551e18affe202b2342069080c6c3
SHA256: 7f2df12aac6e7156eefa88bccb5f0293dfcc0e726199a280b81612d03444e880
Description: ggi library on top of libgii
 The goal of LibGIIGIC is to provide a single easy to use, but yet
 powerful API for (re)binding any kind of action to all possible
 input devices through LibGII at runtime.
 .
 You likely know this feature from modern computer games, where you
 can say which key (= input source) is used to shoot (= action) with
 your shotgun.
 .
  Homepage: http://www.ggi-project.org/
Tag: role::shared-lib

Package: libgiigic1-dev
Priority: optional
Section: libdevel
Installed-Size: 352
Maintainer: Anibal Monsalve Salazar [EMAIL PROTECTED]
Architecture: i386
Source: libgiigic
Version: 1.1.1-3
Depends: libgiigic1 (= 1.1.1-3), libggi2-dev (= 1:2.2.1-4)
Filename: pool/main/libg/libgiigic/libgiigic1-dev_1.1.1-3_i386.deb
Size: 69428
MD5sum: 862c7e98597762ff875e12cf9d798fb5
SHA1: 44e9c5ec6bca0bf6acd46501986e0c3cda69eba4
SHA256: f8f364df206b2b40c06df98b21c6933e230a3a250c11020300e9fff4b8e2af5f
Description: development package for libgiigic
 The goal of LibGIIGIC is to provide a single easy to use, but yet
 powerful API for (re)binding any kind of action to all possible
 input devices through LibGII at runtime.
 .
 You likely know this feature from modern computer games, where you
 can say which key (= input source) is used to shoot (= action) with
 your shotgun.
 .
  Homepage: http://www.ggi-project.org/
Tag: devel::library



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



Bug#460150: O: svgalib4libggi -- SVGAlib wrapper library for LibGGI

2008-01-10 Thread Anibal Monsalve Salazar
Package: wnpp
Severity: normal

The current maintainer of svgalib4libggi, Anibal Monsalve Salazar [EMAIL 
PROTECTED],
has orphaned this package.  If you want to be the new maintainer, please
take it -- see http://www.debian.org/devel/wnpp/index.html#howto-o for
detailed instructions how to adopt a package properly.

Some information about this package:

Package: svgalib4libggi
Binary: svgalib1-libggi2
Version: 1:0.7-2
Priority: extra
Section: libs
Maintainer: Anibal Monsalve Salazar [EMAIL PROTECTED]
Build-Depends: debhelper (= 5), libggi2-dev (= 1:2.2.1-4), libaa1-dev, 
libaa1-dev, libncurses5-dev, libxxf86dga-dev, libxxf86vm-dev, libx11-dev, 
libxext-dev, libxt-dev, x-dev, xutils, libglide3-dev [i386], libsvga1-dev 
[i386] | svgalibg1-dev [i386]
Architecture: any
Standards-Version: 3.7.2
Format: 1.0
Directory: pool/main/s/svgalib4libggi
Files: f5f931cab5d755b4316daa6678d53f3e 870 svgalib4libggi_0.7-2.dsc
 f4a190ffe140be5e8fd3bfb0894eda61 648054 svgalib4libggi_0.7.orig.tar.gz
 39cfc6e30871d1e6b18f24e9aeaed504 38297 svgalib4libggi_0.7-2.diff.gz
Uploaders: Juan Esteban Monsalve Tobon [EMAIL PROTECTED]

Package: svgalib1-libggi2
Priority: extra
Section: libs
Installed-Size: 160
Maintainer: Anibal Monsalve Salazar [EMAIL PROTECTED]
Architecture: i386
Source: svgalib4libggi
Version: 1:0.7-2
Provides: libsvga1
Depends: libaa1 (= 1.2), libc6 (= 2.3.6-6), libggi2 (= 1:2.2.1), libgii1 (= 
1:1.0.1), libncurses5 (= 5.4-5), libslang2 (= 2.0.6-3), libx11-6, libxext6, 
libxxf86dga1, libxxf86vm1
Conflicts: libsvga1
Filename: pool/main/s/svgalib4libggi/svgalib1-libggi2_0.7-2_i386.deb
Size: 47982
MD5sum: a7e5f69fcf7b211197ab720694ae1ba4
SHA1: 6404e91587fdbfd371d5dce0dc670fe76c5b57b4
SHA256: 5561c56d18704e301480b0bc56aecc1e0aed24af9d7a20be0199ce47f72a8541
Description: SVGAlib wrapper library for LibGGI
 The GGI project is developing the General Graphics Interface, a
 set of APIs, drivers and other interfaces aiming to provide a fast,
 portable graphics environment for UNIX-like operating systems.
 .
 This package contains an implementation of the SVGAlib API, but
 one which does not access the physical display hardware directly.
 Instead, SVGAlib's interface is implemented via calls to LibGGI.
 Using this library, you can run SVGAlib applications on any display
 target supported by LibGGI (except the real SVGAlib itself).
 .
 You should not attempt to compile SVGAlib applications against this
 wrapper library.  Install svgalibg1-dev or svgalib-dummyg1 for this.
 .
  Homepage: http://www.ggi-project.org/
Tag: devel::library, interface::svga, role::shared-lib, uitoolkit::ncurses



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



Bug#459899: O: libpam-foreground -- create lockfiles describing which users own which console

2008-01-09 Thread Anibal Monsalve Salazar
Package: wnpp
Severity: normal

The current maintainer of libpam-foreground, Matthew Garrett [EMAIL 
PROTECTED],
is apparently not active anymore.  Therefore, I orphan this package
now.  If you want to be the new maintainer, please take it -- see
http://www.debian.org/devel/wnpp/index.html#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: libpam-foreground
Binary: libpam-foreground
Version: 0.4-1
Priority: optional
Section: misc
Maintainer: Matthew Garrett [EMAIL PROTECTED]
Build-Depends: debhelper (= 4.0.0), libpam-dev
Architecture: any
Standards-Version: 3.6.2
Format: 1.0
Directory: pool/main/libp/libpam-foreground
Files: f3999de67ddc90ffc47a15c5f9295e9d 1173 libpam-foreground_0.4-1.dsc
 69ce7962df2e8fcd04568a58a0588800 4970 libpam-foreground_0.4-1.tar.gz

Package: libpam-foreground
Priority: optional
Section: misc
Installed-Size: 80
Maintainer: Matthew Garrett [EMAIL PROTECTED]
Architecture: i386
Version: 0.4-1
Depends: libc6 (= 2.6-1), libpam0g (= 0.76)
Filename: pool/main/libp/libpam-foreground/libpam-foreground_0.4-1_i386.deb
Size: 6398
MD5sum: 02898c7c5e4348a6070f2346fe27ea88
SHA1: 72fe17c7e54a91c616b5b3cd04d837ca1b08a61f
SHA256: e66403eb5d0a1796cc12979a26a246419d56b22c093a265da42434e8d083ee91
Description: create lockfiles describing which users own which console
 This PAM module creates a lockfile whenever a user logs in, specifying the
 username and the console. This allows software to check whether the user
 making a request is on the current foreground console or not.
Tag: role::shared-lib




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



  1   2   3   >