Bug#1021925: prometheus-openstack-exporter: diff for NMU version 0.1.4-2.2

2022-10-23 Thread Raúl Benencia
Control: tags 1021925 + patch
Control: tags 1021925 + pending


Dear maintainer,

I've prepared an NMU for prometheus-openstack-exporter (versioned as 
0.1.4-2.2). The diff
is attached to this message.

I require a sponsor to have it uploaded.

Best wishes,
-- 
Raúl Benencia
diff -Nru prometheus-openstack-exporter-0.1.4/debian/changelog prometheus-openstack-exporter-0.1.4/debian/changelog
--- prometheus-openstack-exporter-0.1.4/debian/changelog	2022-10-15 03:39:55.0 -0700
+++ prometheus-openstack-exporter-0.1.4/debian/changelog	2022-10-23 15:30:50.0 -0700
@@ -1,3 +1,10 @@
+prometheus-openstack-exporter (0.1.4-2.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Disable setuptools package automatic discovery (Closes: #1021925)
+
+ -- Raúl Benencia   Sun, 23 Oct 2022 15:30:50 -0700
+
 prometheus-openstack-exporter (0.1.4-2.1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru prometheus-openstack-exporter-0.1.4/debian/patches/disable-package-autodiscovery.patch prometheus-openstack-exporter-0.1.4/debian/patches/disable-package-autodiscovery.patch
--- prometheus-openstack-exporter-0.1.4/debian/patches/disable-package-autodiscovery.patch	1969-12-31 16:00:00.0 -0800
+++ prometheus-openstack-exporter-0.1.4/debian/patches/disable-package-autodiscovery.patch	2022-10-23 15:30:50.0 -0700
@@ -0,0 +1,32 @@
+From: Raúl Benencia 
+Date: Sat, 22 Oct 2022 11:17:24 -0700
+X-Dgit-Generated: 0.1.4-2.1 d12f61eaa20032eb3b7aa86269b355eebd10f6c4
+Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1021925
+Forwarded: https://github.com/canonical/prometheus-openstack-exporter/pull/122
+Subject: Disable package autodiscovery
+
+Due to a change in setuptools>v61, package autodiscovery causes Debian
+builds to fail with:
+
+  error: Multiple top-level packages discovered in a flat-layout: ['snap', 'debian'].
+
+This can be fixed by disabling package autodiscovery. More information
+in:
+
+- https://setuptools.pypa.io/en/latest/history.html#v61-0-0
+- https://github.com/pypa/setuptools/issues/3227
+
+---
+
+diff --git a/setup.py b/setup.py
+index 3f42480..0b14083 100644
+--- a/setup.py
 b/setup.py
+@@ -15,6 +15,7 @@ setup(
+ keywords=["prometheus", "openstack", "exporter"],
+ url="https://github.com/CanonicalLtd/prometheus-openstack-exporter;,
+ scripts=["prometheus-openstack-exporter"],
++packages=[],
+ install_requires=[
+ "prometheus_client",
+ "python-keystoneclient<=3.10.0",
diff -Nru prometheus-openstack-exporter-0.1.4/debian/patches/series prometheus-openstack-exporter-0.1.4/debian/patches/series
--- prometheus-openstack-exporter-0.1.4/debian/patches/series	2022-10-15 03:39:55.0 -0700
+++ prometheus-openstack-exporter-0.1.4/debian/patches/series	2022-10-23 15:30:50.0 -0700
@@ -1 +1,2 @@
 python3-shebang.patch
+disable-package-autodiscovery.patch


signature.asc
Description: PGP signature


Bug#1020509: doc-debian: Constitution text is outdated

2022-09-22 Thread Raúl Benencia
Package: doc-debian
Version: 6.5
Severity: normal
X-Debbugs-Cc: none, Raúl Benencia 

Dear Maintainer,

The current version of the Constitution for the Debian Project is
1.8. The package contains v1.7. Please, consider updating the text.

Thank you,
-- 
Raúl Benencia



Bug#1005854: tagging 1005854

2022-07-19 Thread Raúl Benencia
Dear maintainer,

I have prepared a pull request to the upstream project with a patch
that replaces the LGPL code:

https://github.com/inducer/pudb/pull/530  

Thanks,
-- 
Raúl Benencia


signature.asc
Description: PGP signature


Bug#996565: nmudiff: misleading delay header on non-dd use case

2021-10-15 Thread Raúl Benencia
Source: devscripts
Severity: minor
Tags: patch
X-Debbugs-Cc: r...@kalgan.cc


Dear maintainer,

When running "nmudiff" with "--non-dd" set, the header "[Replace XX
with correct value]" should not be printed because a non-dd doesn't
have privileges to push to the deferred upload queue.

Please consider applying the attached patch.

Thank you.
>From 5bc171e521a80d9fdb83cad6cfa74368acdc Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ra=C3=BAl=20Benencia?= 
Date: Fri, 15 Oct 2021 07:55:04 -0700
Subject: [PATCH] nmudiff: fix misleading delay header on non-dd use case

---
 scripts/nmudiff.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/nmudiff.sh b/scripts/nmudiff.sh
index 3fd6aee2..b3987bfd 100755
--- a/scripts/nmudiff.sh
+++ b/scripts/nmudiff.sh
@@ -371,7 +371,7 @@ fi
 
 TMPNAM="$(mktemp -t "$(basename "$1").X")"
 
-if [ "$NMUDIFF_DELAY" = "XX" ] && [ "$NMUDIFF_TEMPLATE" = "" ]; then
+if [ "$NMUDIFF_DELAY" = "XX" ] && [ "$NMUDIFF_TEMPLATE" = "" ] && ! [ 
"$NMUDIFF_NONDD" = "yes" ]; then
 DELAY_HEADER="
 [Replace XX with correct value]"
 fi
-- 
2.30.2



Bug#996392: typo in nmudiff manpage

2021-10-13 Thread Raúl Benencia
Source: devscripts
Severity: minor
Tags: patch
X-Debbugs-Cc: r...@kalgan.cc

Dear maintainer,

There's a typo in the 'scripts/nmudiff.1'. 'neomut' should be
corrected to 'neomutt'. I'm including a patch to fix it.

Thanks.
diff --git a/scripts/nmudiff.1 b/scripts/nmudiff.1
index dbd77c7c..0592b21a 100644
--- a/scripts/nmudiff.1
+++ b/scripts/nmudiff.1
@@ -104,7 +104,7 @@ queue has not been used.
 .TP
 .B NMUDIFF_MUTT
 Can be \fIyes\fR (default) or \fIno\fR, and specifies whether to use
-\fBmutt\fR (or \fBneomut\fR)to compose and send the message or not, as
+\fBmutt\fR (or \fBneomutt\fR)to compose and send the message or not, as
 described above.
 .TP
 .B NMUDIFF_NEWREPORT


Bug#787140: fortunes-it: diff for NMU version 1.99-4.2

2021-10-12 Thread Raúl Benencia
Control: tags 787140 + pending
Control: tags 788097 + patch
Control: tags 788097 + pending
Control: tags 792271 + patch
Control: tags 792271 + pending
Control: tags 833062 + patch
Control: tags 833062 + pending

Dear maintainer,

I've prepared an NMU for fortunes-it (versioned as 1.99-4.2). The diff
is attached to this message.

I require a sponsor to have it uploaded.

Regards.

-- 
Raúl Benencia
diff -u fortunes-it-1.99/debian/changelog fortunes-it-1.99/debian/changelog
--- fortunes-it-1.99/debian/changelog
+++ fortunes-it-1.99/debian/changelog
@@ -1,3 +1,16 @@
+fortunes-it (1.99-4.2) unstable; urgency=medium
+
+  [Raúl Benencia]
+  * Non-maintainer upload.
+  * Fix typo in testi/paolotedeschi. (Closes: #788097)
+  * Fix typo in testi/zuse. (Closes: #792271)
+  * Fix typo in testi/luke. (Closes: #833062)
+
+  [Vijeth T Aradhya]
+  * Fix typo in testi/italia. (Closes: #787140)
+
+ -- Raúl Benencia   Tue, 12 Oct 2021 08:16:56 -0700
+
 fortunes-it (1.99-4.1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -u fortunes-it-1.99/testi/italia fortunes-it-1.99/testi/italia
--- fortunes-it-1.99/testi/italia
+++ fortunes-it-1.99/testi/italia
@@ -18486,7 +18486,7 @@
 		-- Da it.reticiviche.bologna.barzellette
 %
 Tre paracadutisti, un carabiniere, un finanziere, ed un poliziotto,
-fanno un lacio da 5000 metri.  Si getta per primo il carabiniere e
+fanno un lancio da 5000 metri.  Si getta per primo il carabiniere e
 tirando la cordicella del suo paracadute questi si apre ed inizia la
 lenta discesa.  E' ora la volta del finanziere, il quale sfortunatamente
 non riesce ad aprire il paracadute aumentando paurosamente la velocita'
diff -u fortunes-it-1.99/testi/luke fortunes-it-1.99/testi/luke
--- fortunes-it-1.99/testi/luke
+++ fortunes-it-1.99/testi/luke
@@ -275,7 +275,7 @@
 L'uomo non e' un animale razionale; e' un animale che razionalizza.
 		-- Robert A. Heinlein, "La via delle stelle"
 %
-... Metti una rivendita di cosmetici sull'atra riva di questo fiume, e
+... Metti una rivendita di cosmetici sull'altra riva di questo fiume, e
 tutte le donne che abbiamo qui cammineranno sull'acqua.
 		-- Robert A. Heinlein, "La via delle stelle"
 %
diff -u fortunes-it-1.99/testi/paolotedeschi fortunes-it-1.99/testi/paolotedeschi
--- fortunes-it-1.99/testi/paolotedeschi
+++ fortunes-it-1.99/testi/paolotedeschi
@@ -1800,7 +1800,7 @@
 %
 Per ogni visione esiste una revisione uguale ed opposta.
 %
-Per coloro che amano la pace e la queite: un filo senza telefono!
+Per coloro che amano la pace e la quiete: un filo senza telefono!
 %
 Gli Amici sono Amici, indipendentemente dal loro bit rate.
 %
diff -u fortunes-it-1.99/testi/zuse fortunes-it-1.99/testi/zuse
--- fortunes-it-1.99/testi/zuse
+++ fortunes-it-1.99/testi/zuse
@@ -2839,7 +2839,7 @@
 Fedelta' all'ascoltatore che nella giornata sara' stato coinvolto nel maggior
 numero di sinistri.  Il Premio di oggi e' un cofanetto contenente:
 1. Uno yo-yo che quando ci giochi stride.  2. La foto magnetica del tuo
-carrozziere, da apporre sul croscotto, con la scritta: "Corri, pensa a me".
+carrozziere, da apporre sul cruscotto, con la scritta: "Corri, pensa a me".
 3. E infine l'ambitissimo CD di Radio Tachicardica: "Caduta massi su strada
 sdrucciolevole", con tutti i piu' recenti brani riguardanti catastrofi naturali
 (e non) che hanno interessato la viabilita' europea nell'ultimo decennio,


Bug#988864: ITP: emacs-doom-themes -- opinionated pack of modern Emacs color-themes

2021-05-20 Thread Raúl Benencia
Package: wnpp
Severity: wishlist
Owner: Raúl Benencia 
X-Debbugs-Cc: debian-de...@lists.debian.org, r...@kalgan.cc

* Package name: emacs-doom-themes
  Version : 2.1.6+git20210505.4d24728
  Upstream Author : Henrik Lissner 
* URL : https://github.com/hlissner/emacs-doom-themes
* License : MIT
  Programming Lang: Emacs Lisp
  Description : opinionated pack of modern Emacs color-themes

DOOM Themes is an opinionated UI plugin and pack of themes.

The flagship themes are:
 - doom-one: inspired by Atom's One Dark themes
 - doom-one-light: light version of doom-one
 - doom-vibrant: a slightly more vibrant version of doom-one

Additionally, DOOM Themes includes 40+ extra themes.

I intend to maintain this package as part of the Debian Emacsen team.

The “emacs-” prefix is left on the source package name to avoid
confusions with the Doom game. The binary package name will be
“elpa-doom-themes”.

-- 
Raúl Benencia

signature.asc
Description: PGP signature


Bug#988297: README.Debian contains instructions that result in RC bugs in other packages

2021-05-11 Thread Raúl Benencia
Hi Sean, 

On Mon, May 10, 2021 at 11:35:06AM -0700, Sean Whitton wrote:
> Firstly, due to my mistake, we have to revert all your other changes
> except perhaps the Uploader field if we want to ask for an unblock.  I
> should have uploaded your new package to experimental.  This means using
> a 2.7.0-1+really2.6-4 version number or something like that.

Ah, apologies for the confusion. :-)

When I adopted the package I was already under the impression that it
was not going to make it to bullseye, so I'm at peace with that idea.

Between bloating the git history with reverts, asking for an unblock,
putting extra load on the release team, etc., and just letting this
documentation bug be present on bullseye and only fix it on unstable,
I prefer the later. Having said that, if you still think that we need
to do the revert—even if we won't request an unblock—, then I'll be
happy to do it.

-- 
Raúl Benencia


signature.asc
Description: PGP signature


Bug#988297: README.Debian contains instructions that result in RC bugs in other packages

2021-05-10 Thread Raúl Benencia
Hello Nicholas,

On Sun, May 09, 2021 at 06:32:13PM -0400, Nicholas D Steeves wrote:
> README.Debian contains the obsolete and now harmful requirement to run
> (package-initialize) in init.el.

Thanks for reporting this bug. I've prepared a fix[0] but it will need
a sponsored upload.

  [0] 
https://salsa.debian.org/emacsen-team/zenburn-emacs/-/commit/b6aae5d7d18aa4088803c998d11dcfcfef90f4ad

> And on the topic of unblocks, I see that zenburn-emacs doesn't have
> autopkgtests, which are an automatic migration requirement.  As this
> package does not appear to contain tests of any kind, it may be
> advantageous to Raúl if this bug was RC, because an RC bug that
> justifies an unblock will allow his work to be included in Bullseye.

This makes sense to me. My only concern is if it's really justifiable
to put extra load on the release team for something that seems
minor. If you think it is, please feel free to raise the severity. The
fix is already on the git repo. :-)

> I'm also wondering if src:emacs should also do something like provide
> a NEWS file and/or check user config for 'package-initialize' and warn
> in the modeline.

I think a note on the NEWS file could be useful. It would have helped
me for sure, as I wasn't aware of the package-initialize change.

By the way, I think you may have the fastest record on the time it
takes between adopting a package and getting a new bug reported on
it. :-)

Best,
--
Raúl Benencia


signature.asc
Description: PGP signature


Bug#978656: RFA: zenburn-emacs -- low contrast color theme for Emacs

2021-05-09 Thread Raúl Benencia
Hello Sean, :-)

On Sun, May 09, 2021 at 01:46:29PM -0700, Sean Whitton wrote:
> Thanks for taking it over!  I've granted salsa access but would prefer
> to sponsor a few more Emacs-related uploads by you before granting DM.

Thanks so much for your prompt upload, and for granting me access to
the team! Much appreciated.

Also, thanks for mentioning that you would prefer to sponsor a few
more uploads first before granting me DM permissions. I understand
that and, if you don't mind, I'll CC you on future Emacs-related
contributions that requires sponsoring.

Best,
--
Raúl Benencia


signature.asc
Description: PGP signature


Bug#978656: RFA: zenburn-emacs -- low contrast color theme for Emacs

2021-05-09 Thread Raúl Benencia
Hello Sean,

On Tue, Dec 29, 2020 at 12:38:10PM -0700, Sean Whitton wrote:
> I request an adoptor for the zenburn-emacs package, which I haven't used
> for some months now.

I've prepared[0] a merge request with the newest version of
zenburn-emacs. Will you be willing to sponsor it?

  [0] https://salsa.debian.org/emacsen-team/zenburn-emacs/-/merge_requests/1

Additionally, it would ease my future uploads if I get added into the
Debian Maintainer ACL for this package, and also if I'm given
Maintainer permissions on the current Emacsen-owned git repository, as
I'm planning on keeping it team-maintained.

Many thanks in advance.
--
Raúl Benencia


signature.asc
Description: PGP signature


Bug#978656: ITA -- zenburn-emacs

2021-05-04 Thread Raúl Benencia
retitle 978656 ITA: zenburn-emacs -- low contrast color theme for Emacs
thanks

Hi Sean,

I intend to adopt this package. I maintain a similar package,
clues-emacs, so I'm familiar with maintaining Emacs themes.

Thanks
--
  Raúl Benencia


signature.asc
Description: PGP signature


Bug#988002: RM: prometheus-nginx-vts-exporter -- ROM; no longer useful

2021-05-03 Thread Raúl Benencia
Package: ftp.debian.org
Severity: normal
X-Debbugs-Cc: r...@kalgan.cc

Dear FTP team,

The prometheus-nginx-vts-exporter package generates metrics for the
Nginx VTS module. Shortly after I created this package for Debian,
support was added[0] for exporting Prometheus metrics directly from
the plugin itself. Consequently, upstream decided to stop[1] the
development of this exporter.

  [0] 
https://github.com/vozlt/nginx-module-vts/commit/0d09d52531ac37d2ff7a491d181063cdb8dd7856
  [1] 
https://github.com/hnlq715/nginx-vts-exporter/commit/9321e9ffa16a09f1a706a5577e84397ba6abb911

I believe we can remove this package from Debian, as it's no longer
adding value. Note that I'm an Uploader for this package, and the
Maintainer is the Debian Go Packaging Team. Nevertheless, the only
upload ever done on the package was mine so I think the ROM acronym
applies anyway.

Thanks
--
  Raúl Benencia

  



Bug#783832: debsources: reenable the file count assertion that fails on travis builds

2021-04-17 Thread Raúl Benencia
tags 783832 patch
thanks

Hi,

On Sun, May 10, 2015 at 09:14:03PM +0200, Stefano Zacchiroli wrote:
> However, we do want to run all tests also in travis builds. This bug
> will track the need of doing that.

There's an on-going conversation about this bug on this[0] merge
request; the contribution succeeds in running all CI tests.

  [0] https://salsa.debian.org/qa/debsources/-/merge_requests/4

Regards,
--
Raúl Benencia


signature.asc
Description: PGP signature


Bug#963210: qa.debian.org: DDPO still using old name

2021-04-02 Thread Raúl Benencia
On Sat, Jun 20, 2020 at 05:07:43PM +0100, Martina Ferrari wrote:
> In the past months, I have been gradually switching all my online identities 
> to
> my new name (Martina) and uid/nick (Tina). I have changed emails, GPG keys, 
> and
> finally my Debian LDAP uid.

Hola Martina! Long time. :-)

I did some research to get to the bottom of this issue. I'll be verbose
describing what I found in hopes of it being useful for similar issues in the
future.

The source of your deadname is in a database that DDPO uses under the hood
called carnivore[1]. I think your case might be very similar to #706260. In your
case, names are being merged[2] because there are still some packages that use
your deadname.

In quants, qa.debian.org, if you check the file
/srv/qa.debian.org/carnivore/uids you might see something like this:

| martina ferrari : email:t...@debian.org
| martina ferrari : email:t...@debian.org
| martín ferrari : email:t...@debian.org

I haven't confirmed this—I don't have access to quants—but I tried it locally
after running extract_data myself.

You can explicitly state[3] that you don't want your name to be merged with your
deadname, at the cost of unlinking the two uids. If you add[3] "Martina
Ferrari", then the result will be:

| martina ferrari : email:t...@debian.org
|
| martina ferrari : email:tin...@debian.org
| martín ferrari : email:tin...@debian.org

This approach has the disadvantage that you'll stop seeing all packages in a
single page; probably not what you want, so I kept digging.

The developer.wml[4] file shows that it chooses the first name of all the
indexed names. A possible solution is to somehow set your name at the beginning
of that list. Another solution can be to state that you prefer a single name on
the DB.

I wrote a patch that implements this last solution, allowing you to state a
preferred name. I'm still testing it, but I'll try to submit it for review on
the weekend.

nota bene: it's the first time I'm interacting with this codebase so I might be
entirely wrong. \o/

[1] https://salsa.debian.org/qa/qa/-/blob/c850ab59/carnivore/README#L12-13
[2] https://salsa.debian.org/qa/qa/-/blob/c850ab59/carnivore/extract_data#L85
[3] https://salsa.debian.org/qa/qa/-/blob/c850ab59/carnivore/extract_data#L82
[4] https://salsa.debian.org/qa/qa/-/blob/c850ab59/wml/developer.wml#L1654


signature.asc
Description: PGP signature


Bug#981182: clues-emacs: diff for NMU

2021-02-01 Thread Raúl Benencia
Thanks, David!

On Wed, Jan 27, 2021 at 07:43:44AM -0400, David Bremner wrote:
> I have just done a no-source-change NMU for clues-emacs. Patch should be 
> attached


signature.asc
Description: PGP signature


Bug#957219: foremost: diff for NMU version 1.5.7-9.1

2020-08-20 Thread Raúl Benencia
Hi Joao,

This is perfect. Thanks for taking care of it.

On Wed, Aug 19, 2020 at 03:52:30PM -0300, Joao Eriberto Mota Filho wrote:
> Control: tags 957219 + patch
> Control: tags 957219 + pending
> 
> Dear maintainer,
> 
> I've prepared an NMU for foremost (versioned as 1.5.7-9.1) and
> uploaded it to DELAYED/2. Please feel free to tell me if I
> should cancel or delay it longer.
> 
> Regards.
> 
> diff -Nru foremost-1.5.7/debian/changelog foremost-1.5.7/debian/changelog
> --- foremost-1.5.7/debian/changelog   2019-06-12 12:08:06.0 -0300
> +++ foremost-1.5.7/debian/changelog   2020-08-19 15:38:47.0 -0300
> @@ -1,3 +1,11 @@
> +foremost (1.5.7-9.1) unstable; urgency=medium
> +
> +  * Non-maintainer upload.
> +  * debian/rules: added DEB_CFLAGS_MAINT_APPEND variable as a workaround to 
> fix
> +a FTBFS with GCC-10. (Closes: #957219)
> +
> + -- Joao Eriberto Mota Filho   Wed, 19 Aug 2020 
> 15:38:47 -0300
> +
>  foremost (1.5.7-9) unstable; urgency=medium
>  
>* Fix extra byte at the tail of recovered zip files if -t all is
> diff -Nru foremost-1.5.7/debian/rules foremost-1.5.7/debian/rules
> --- foremost-1.5.7/debian/rules   2018-06-11 02:27:20.0 -0300
> +++ foremost-1.5.7/debian/rules   2020-08-19 15:38:47.0 -0300
> @@ -5,6 +5,9 @@
>  #export DH_VERBOSE=1
>  export DEB_BUILD_MAINT_OPTIONS=hardening=+all
>  
> +# Workaround for #957219
> +export DEB_CFLAGS_MAINT_APPEND = -fcommon
> +
>  %:
>   dh $@
>  


signature.asc
Description: PGP signature


Bug#930341: rotix FTCBFS: does not use cross tools

2019-06-11 Thread Raúl Benencia
Hi Helmut,

On Tue, Jun 11, 2019 at 06:10:28AM +0200, Helmut Grohne wrote:
> Please consider applying the attached patch.

Thanks for the report and, especially, for the patch. I've applied it
along with other routine maintenance changes.

Best wishes,

--
Raúl Benencia


signature.asc
Description: PGP signature


Bug#912365: More info

2019-04-12 Thread Raúl Benencia
Hi Carlos,

Thanks for your bug report. Unfortunately I can't seem to reproduce
this issue. I tried grepping for 'stop' in the foremost code but
nothing matches, so I don't even know what part of the code you are
hitting.

Can you provide a test file that I can run foremost with, so I can hit
the same issue?

Thanks,
Rul


signature.asc
Description: PGP signature


Bug#913333: ITP: golang-github-namsral-flag -- Parse flags, environment variables and config files

2018-11-09 Thread Raúl Benencia
Package: wnpp
Severity: wishlist
Owner: Raúl Benencia 

* Package name: golang-github-namsral-flag
  Version : 1.7.4-alpha+git20170814.67f268f-1
  Upstream Author : Lars Wiegman
* URL : https://github.com/namsral/flag
* License : BSD-3-clause
  Programming Lang: Go
  Description : Parse flags, environment variables and config files

 Flag is a drop in replacement for Go's flag package with the addition to
 parse files and environment variables.

 This library is a drop-in replacement of Go's native flag package that
 supports the third factor twelve-factor app methodology: storing the
 config in the environment.

This is a dependency of Shoelaces (#905723) and will be maintained under
the Go team umbrella.



Bug#913334: ITP: golang-github-justinas-alice -- Painless middleware chaining for Go

2018-11-09 Thread Raúl Benencia
Package: wnpp
Severity: wishlist
Owner: Raúl Benencia 

* Package name: golang-github-justinas-alice
  Version : 0.0~git20171023.03f45bd-1
  Upstream Author : Justinas Stankevičius
* URL : https://github.com/justinas/alice
* License : Expat
  Programming Lang: Go
  Description : Painless middleware chaining for Go

 Alice provides a convenient way to chain HTTP middleware functions and
 the app handler.
 .
 It transforms:
   go Middleware1(Middleware2(Middleware3(App)))
 to
   go alice.New(Middleware1, Middleware2, Middleware3).Then(App)
 .
 None of the other middleware chaining solutions behaves exactly
 like Alice.  Alice is as minimal as it gets: in essence, it's just a
 for loop that does the wrapping for you.

This is a dependency of Shoelaces (#905723) and will be maintained under
the Go team umbrella.



Bug#905723: ITP: shoelaces -- lightweight tool for server bootstrapping

2018-08-08 Thread Raúl Benencia
Package: wnpp
Severity: wishlist
Owner: Raúl Benencia 

* Package name: shoelaces
  Version : 1.0.0
  Upstream Author : Raúl Benencia 
* URL : https://github.com/thousandeyes/shoelaces
* License : Apache
  Programming Lang: Go
  Description : lightweight tool for automated server bootstrapping

 Shoelaces provides a mechanisms for automating the bootstrapping of servers. It
 serves iPXE boot scripts, cloud-init configuration, and actually any kind of
 plain text.

 Among its main features we can find that:
   - it allows automating the boot script to serve for a given server based
 on its IP address or DNS PTR record.
   - it has a web UI to show the current configurations, and history of
 servers that booted.
   - it uses the Go template language to serve the configurations, allowing
 to customize them with parameters received via GET request.

I am upstream for this tool and plan to be the main maintainer of the package.
The Debian Go Packaging Team will be set as Uploader.


Bug#831519: Processed: severity of 831519 is serious, severity of 860298 is serious, severity of 858583 is serious

2018-08-01 Thread Raúl Benencia
Dear Jason, 

On Wed, Aug 01, 2018 at 12:07:45PM -0400, Jason J. Herne wrote:
> I'm the author of Vizigrep. It needs to be converted to Python-3. I'll work
> on the conversion but I need a little info on Debian's process.

Thanks for taking care of the package!

> 1. Is there some sort of deadline to ensure Vizigrep does not get dropped?

The package will get dropped from testing in two weeks, that's Aug 14th.
You can get more information here:

  https://tracker.debian.org/pkg/vizigrep 

> 2. What is the process for submitting my changes once I am done? I used to
> know this at one time... Is there a wiki page I should follow?

So, there are many ways in which you can package your software.
Personally, I like to use git for keeping track of all the packaging
code. Check the wiki[0] page for getting started if you want to give
this method a try. I also encourage you to take a look to the New
Maintainer's guide[1].

   [0] https://wiki.debian.org/PackagingWithGit 
   [1] https://www.debian.org/doc/manuals/maint-guide/

Once you have your package ready, you have to find a sponsor for it.
For this, I encourage you to contact the person that sponsored the package
for the first time.

Cheers,
Rul



Bug#858583: trace-summary appears to need a dependency on python-subnettree

2018-06-25 Thread Raúl Benencia
On Wed, Jun 06, 2018 at 06:07:17PM +, Raúl Benencia wrote:
> That's indeed the case, thanks for reporting this. A fix is on the way.

A fix for this bug is waiting to be sponsored at:

  https://salsa.debian.org/bro-team/trace-summary/merge_requests/1

Cheers,
Rul


signature.asc
Description: PGP signature


Bug#901617: ITP: prometheus-nginx-vts-exporter -- Prometheus exporter for Nginx VTS metrics

2018-06-15 Thread Raúl Benencia
Package: wnpp
Severity: wishlist
Owner: Raúl Benencia 

* Package name: prometheus-nginx-vts-exporter
  Version : 0.10.3+git20180501.43b4556-1
  Upstream Author : Sophos 
* URL : https://github.com/hnlq715/nginx-vts-exporter
* License : MIT
  Programming Lang: Go
  Description : Prometheus exporter for Nginx VTS metrics

Prometheus exporter for Nginx VTS metrics, written in Go. It scrapes Nginx
VTS[0] stats and exports them via HTTP for Prometheus consumption.

[0] https://github.com/vozlt/nginx-module-vts

I will package this software under the umbrella of the Debian Go Packaging Team.


signature.asc
Description: PGP signature


Bug#850926: foremost FTCBFS: important compiler flags cleared during cross builds

2018-06-13 Thread Raúl Benencia
tags 850926 + pending
thanks

Hi Helmut,

On Wed, Jan 11, 2017 at 11:13:26AM +0100, Helmut Grohne wrote:
> foremost fails to cross build from source, because it has a rather
> uncommon way to handle the CC variable and its assumptions on CC are
> broken by how dh_auto_build uses it. During cross compilation,
> dh_auto_build overrides CC with a cross compiler, but foremost stuffs
> all sorts of flags into CC. The proper way to cross compile foremost is
> overriding RAW_CC and leaving CC alone. The attached patch does just
> that. Please consider applying it.

Thanks for reporting this issue. This indeed is a problem, but the right thing
to do here is to fix the Makefile so it can accept the standard CFLAGS, CPPFLAGS
and LDFLAGS. I've actually prepared a patch for that, so it will be fixed soon.

Cheers,
Rul


signature.asc
Description: PGP signature


Bug#833638: foremost: does not completely honor build opts

2018-06-07 Thread Raúl Benencia
Hello Yann,

On Sun, Aug 07, 2016 at 01:47:09PM +0200, ydir...@free.fr wrote:
> Package: foremost
> Version: 1.5.7-5
> Tags: patch
> 
> Only adding flags to the default -O2 will not allow build option "noopt" to 
> work.

Thanks for bug report! I'm sorry for the delay in taking care of this. I was
going through your patch and it seems that the key part of the patch, the file
fix-make-flags.patch, was not included. If you still have it around, would you
be so kind of sending it this way? If you don't have it, no worries, I'll try to
reconstruct the patch myself.

Cheers,
Rul


signature.asc
Description: PGP signature


Bug#896741: themole: missing build dependency on dh-python

2018-06-06 Thread Raúl Benencia
tags 896741 + pending
thanks

Hi Adrian,

On Tue, Apr 24, 2018 at 09:57:04AM +0300, Adrian Bunk wrote:
> https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/themole.html
> 
> ...
>  fakeroot debian/rules clean
> dh clean --with python3
> dh: unable to load addon python3: Can't locate 
> Debian/Debhelper/Sequence/python3.pm in @INC (you may need to install the 
> Debian::Debhelper::Sequence::python3 module) (@INC contains: /etc/perl 
> /usr/local/lib/x86_64-linux-gnu/perl/5.26.2 /usr/local/share/perl/5.26.2 
> /usr/lib/x86_64-linux-gnu/perl5/5.26 /usr/share/perl5 
> /usr/lib/x86_64-linux-gnu/perl/5.26 /usr/share/perl/5.26 
> /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at (eval 7) 
> line 1.
> BEGIN failed--compilation aborted at (eval 7) line 1.
> 
> make: *** [debian/rules:5: clean] Error 2

Thanks for reporting this. A fix is on its way.

Cheers,
Raul



Bug#858583: trace-summary appears to need a dependency on python-subnettree

2018-06-06 Thread Raúl Benencia
tags 858583 + pending
thanks

Hi Dennis,

On Thu, Mar 23, 2017 at 11:47:59PM -0400, Dennis Boone wrote:
> It appears that the trace-summary package should depend on the
> python-subnettree package.

That's indeed the case, thanks for reporting this. A fix is on the way.

Cheers,
Rul



Bug#817233: brotli: diff for NMU version 0.3.0+dfsg-2.1

2016-03-14 Thread Raúl Benencia
Control: tags 817233 + patch
Control: tags 817233 + pending

Hi Tomasz,

Attached is a patch with an NMU diff I've prepared for brotli. You can also
find the binary package in the following URL:

  http://mentors.debian.net/package/brotli

Alternatively, one can download the package with dget using this command:

  dget -x 
http://mentors.debian.net/debian/pool/main/b/brotli/brotli_0.3.0+dfsg-2.1.dsc

Cheers,
Rul
diff -Nru brotli-0.3.0+dfsg/debian/changelog brotli-0.3.0+dfsg/debian/changelog
--- brotli-0.3.0+dfsg/debian/changelog	2016-02-15 00:59:52.0 -0800
+++ brotli-0.3.0+dfsg/debian/changelog	2016-03-14 08:40:08.0 -0700
@@ -1,3 +1,10 @@
+brotli (0.3.0+dfsg-2.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fixes for CVE-2016-1968 and CVE-2016-1624 (Closes: #817233)
+
+ -- Raúl Benencia <r...@kalgan.cc>  Mon, 14 Mar 2016 08:36:44 -0700
+
 brotli (0.3.0+dfsg-2) unstable; urgency=medium
 
   * d/copyright: update to MIT
diff -Nru brotli-0.3.0+dfsg/debian/patches/fix-integer-underflow.patch brotli-0.3.0+dfsg/debian/patches/fix-integer-underflow.patch
--- brotli-0.3.0+dfsg/debian/patches/fix-integer-underflow.patch	1969-12-31 16:00:00.0 -0800
+++ brotli-0.3.0+dfsg/debian/patches/fix-integer-underflow.patch	2016-03-14 08:58:36.0 -0700
@@ -0,0 +1,19 @@
+Description: Fix integer underflow
+ Fixes for CVE-2016-1968 and CVE-2016-1624
+Origin: https://github.com/google/brotli/commit/37a320dd81db8d546cd24a45b4c61d87b45dcade
+Bug-Debian: https://bugs.debian.org/817233
+Index: brotli-0.3.0+dfsg/dec/decode.c
+===
+--- brotli-0.3.0+dfsg.orig/dec/decode.c	2015-12-22 08:28:21.0 -0800
 brotli-0.3.0+dfsg/dec/decode.c	2016-03-14 08:46:10.635050201 -0700
+@@ -1688,6 +1688,10 @@
+   } else {
+ const uint8_t *ringbuffer_end_minus_copy_length =
+ s->ringbuffer_end - i;
++/* Check for possible underflow and clamp the pointer to 0. */
++if (PREDICT_FALSE(s->ringbuffer_end < (const uint8_t*)0 + i)) {
++ringbuffer_end_minus_copy_length = 0;
++}
+ uint8_t* copy_src = >ringbuffer[
+ (pos - s->distance_code) & s->ringbuffer_mask];
+ uint8_t* copy_dst = >ringbuffer[pos];
diff -Nru brotli-0.3.0+dfsg/debian/patches/series brotli-0.3.0+dfsg/debian/patches/series
--- brotli-0.3.0+dfsg/debian/patches/series	1969-12-31 16:00:00.0 -0800
+++ brotli-0.3.0+dfsg/debian/patches/series	2016-03-14 08:50:37.0 -0700
@@ -0,0 +1 @@
+fix-integer-underflow.patch


signature.asc
Description: PGP signature


Bug#814968: hunspell: diff for NMU version 1.3.3-3.1

2016-03-09 Thread Raúl Benencia
Hi, 

On Wed, Mar 09, 2016 at 05:43:55PM +0100, Rene Engelhard wrote:
> > I've prepared an NMU with this changes (versioned as 1.3.3-3.1).
> 
> Erm, without givinbg the maintainer the chance to add the fix himself? That's 
> not how
> NMUs are supposed to work.

I'm going to quote the developer reference, section 5.11.1:

| Unless you have an excellent reason not to do so, you must then give some
| time to the maintainer to react (for example, by uploading to the
| DELAYED queue). Here are some recommended values to use for delays:
| 
| (...)
|
| * Upload fixing only release-critical bugs older than 7 days: 2 days

This release-critical bug has been open for more than twenty days, so I
understand that this is how NMUs are supposed to work.

> > As I don't have privileges to upload it to DELAYED, [...]
> 
> I am inclinced to say "thankfully" here.

In hopes of being constructive, would you care to explain why? Section
5.11.3 says:

| Having to wait for a response after you request permission to NMU is
| inefficient, because it costs the NMUer a context switch to come back to
| the issue.

On top of that, section 5.6.2 says:

| It is sometimes useful to upload a package immediately, but to want this
| package to arrive in the archive only a few days later. For example, when
| preparing a Non-Maintainer Upload, you might want to give the maintainer
| a few days to react.

I've used mentors as a replacement of DELAYED in hopes that, if you were
unresponsive for the aforementioned time, another DD could have easily
sponsored the NMU.

Would you care to explain why do you think I shouldn't have hypothetically
used DELAYED in this way?

Thanks in advance,
Rul


signature.asc
Description: PGP signature


Bug#814968: hunspell: diff for NMU version 1.3.3-3.1

2016-03-09 Thread Raúl Benencia
Control: tags 814968 + patch
Control: tags 814968 + pending

Dear maintainer,

This FTBFS is caused by a recent update on the grep package that sightly
changes the binary file matching behavior. In this case, the fix consists
in forcing grep to match text. I've prepared an NMU with this changes
(versioned as 1.3.3-3.1).

As I don't have privileges to upload it to DELAYED, I've uploaded it to the
mentors repository. Please visit the following URL:

  http://mentors.debian.net/package/hunspell

Alternatively, one can download the package with dget using this command:

  dget -x 
http://mentors.debian.net/debian/pool/main/h/hunspell/hunspell_1.3.3-3.1.dsc

Cheers,
Rul
diff -Nru hunspell-1.3.3/debian/changelog hunspell-1.3.3/debian/changelog
--- hunspell-1.3.3/debian/changelog	2014-10-17 11:59:33.0 -0700
+++ hunspell-1.3.3/debian/changelog	2016-03-09 07:59:01.0 -0800
@@ -1,3 +1,11 @@
+hunspell (1.3.3-3.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTBFS caused by new binary matching behavior on grep
+(Closes: #814968)
+
+ -- Raúl Benencia <r...@kalgan.cc>  Wed, 09 Mar 2016 07:55:05 -0800
+
 hunspell (1.3.3-3) unstable; urgency=medium
 
   * debian/patches/bug185.diff: backport patch from upstream bug 185
diff -Nru hunspell-1.3.3/debian/patches/avoid-grep-binary-match.diff hunspell-1.3.3/debian/patches/avoid-grep-binary-match.diff
--- hunspell-1.3.3/debian/patches/avoid-grep-binary-match.diff	1969-12-31 16:00:00.0 -0800
+++ hunspell-1.3.3/debian/patches/avoid-grep-binary-match.diff	2016-03-09 08:00:53.0 -0800
@@ -0,0 +1,16 @@
+Description: Fix FTBFS due new grep binary matching behavior
+Author: Raúl Benencia <r...@kalgan.cc>
+Bug-Debian: https://bugs.debian.org/814968
+Index: hunspell-1.3.3/tests/test.sh
+===
+--- hunspell-1.3.3.orig/tests/test.sh	2016-03-09 07:39:34.759672607 -0800
 hunspell-1.3.3/tests/test.sh	2016-03-09 07:41:58.662645078 -0800
+@@ -96,7 +96,7 @@
+ 
+ # Tests suggestions
+ if test -f $TESTDIR/$NAME.sug; then
+-hunspell $* -a -d $TESTDIR/$NAME <$TESTDIR/$NAME.wrong | grep '^&' | \
++hunspell $* -a -d $TESTDIR/$NAME <$TESTDIR/$NAME.wrong | grep -a '^&' | \
+ sed 's/^[^:]*: //' >$TEMPDIR/$NAME.sug 
+ if ! cmp $TEMPDIR/$NAME.sug $TESTDIR/$NAME.sug >/dev/null; then
+ echo "="
diff -Nru hunspell-1.3.3/debian/patches/series hunspell-1.3.3/debian/patches/series
--- hunspell-1.3.3/debian/patches/series	2014-10-16 14:30:18.0 -0700
+++ hunspell-1.3.3/debian/patches/series	2016-03-09 07:41:38.0 -0800
@@ -2,3 +2,4 @@
 debian-changes-1.2.4-2
 bug185.diff
 dont-translate-init-string.diff
+avoid-grep-binary-match.diff


signature.asc
Description: PGP signature


Bug#816308: topmenu-gtk: diff for NMU version 0.2.1+git20151210.8c6108f-2.1

2016-03-08 Thread Raúl Benencia
Control: tags 816308 + patch
Control: tags 816308 + pending

Dear maintainer,

This FTBFS is simply caused by a recent split of the package lxpanel into
more binary packages. In this case, the new build dependency required by
topmenu-gtk is lxpanel-dev. I've prepared an NMU with this changes
(versioned as 0.2.1+git20151210.8c6108f-2.1).

As I don't have privileges to upload it to DELAYED, I've uploaded it to the
mentors repository. Please visit the following URL:

  http://mentors.debian.net/package/topmenu-gtk

Alternatively, one can download the package with dget using this command:

  dget -x 
http://mentors.debian.net/debian/pool/main/t/topmenu-gtk/topmenu-gtk_0.2.1+git20151210.8c6108f-2.1.dsc

Cheers,
Rul
diff -Nru topmenu-gtk-0.2.1+git20151210.8c6108f/debian/changelog topmenu-gtk-0.2.1+git20151210.8c6108f/debian/changelog
--- topmenu-gtk-0.2.1+git20151210.8c6108f/debian/changelog	2016-02-19 02:23:00.0 -0800
+++ topmenu-gtk-0.2.1+git20151210.8c6108f/debian/changelog	2016-03-08 07:55:42.0 -0800
@@ -1,3 +1,10 @@
+topmenu-gtk (0.2.1+git20151210.8c6108f-2.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTBFS due new missing build dep lxpanel-dev (Closes: #816308)
+
+ -- Raúl Benencia <r...@kalgan.cc>  Tue, 08 Mar 2016 07:55:42 -0800
+
 topmenu-gtk (0.2.1+git20151210.8c6108f-2) unstable; urgency=medium
 
   * All over the package: whitespace-cleanup at EOL.
diff -Nru topmenu-gtk-0.2.1+git20151210.8c6108f/debian/control topmenu-gtk-0.2.1+git20151210.8c6108f/debian/control
--- topmenu-gtk-0.2.1+git20151210.8c6108f/debian/control	2016-02-19 02:11:01.0 -0800
+++ topmenu-gtk-0.2.1+git20151210.8c6108f/debian/control	2016-03-08 07:58:38.0 -0800
@@ -18,7 +18,7 @@
libwnck-3-dev,
libmate-panel-applet-dev,
xfce4-panel-dev (>= 4.8),
-   lxpanel (>= 0.8),
+   lxpanel-dev (>= 0.8),
libfm-dev (>= 1.2.3),
 Standards-Version: 3.9.6
 Homepage: https://git.javispedro.com/cgit/topmenu-gtk.git/about/


signature.asc
Description: PGP signature


Bug#814976: whitedune: diff for NMU version 0.30.10-2.1

2016-03-07 Thread Raúl Benencia
Control: tags 814976 + patch
Control: tags 814976 + pending

Dear maintainer,

This bug is caused by a recent update on grep. This update modified a bit
the heuristic used for determining when the given input is binary.

I've prepared an NMU for whitedune (versioned as 0.30.10-2.1). As I don't
have privileges to upload it to DELAYED, I've uploaded it to the mentors
repository.

To access further information about this package, please visit the
following URL:

  http://mentors.debian.net/package/whitedune


Alternatively, one can download the package with dget using this command:

  dget -x 
http://mentors.debian.net/debian/pool/main/w/whitedune/whitedune_0.30.10-2.1.dsc

Cheers,
Rul
diff -Nru whitedune-0.30.10/debian/changelog whitedune-0.30.10/debian/changelog
--- whitedune-0.30.10/debian/changelog	2016-01-09 12:53:49.0 -0800
+++ whitedune-0.30.10/debian/changelog	2016-03-07 08:19:38.0 -0800
@@ -1,3 +1,10 @@
+whitedune (0.30.10-2.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTBFS due new binary matching behavior on grep (Closes: #814976)
+
+ -- Raúl Benencia <r...@kalgan.cc>  Mon, 07 Mar 2016 07:56:28 -0800
+
 whitedune (0.30.10-2) unstable; urgency=medium
 
   * Team upload.
diff -Nru whitedune-0.30.10/debian/patches/avoid-grep-binary.patch whitedune-0.30.10/debian/patches/avoid-grep-binary.patch
--- whitedune-0.30.10/debian/patches/avoid-grep-binary.patch	1969-12-31 16:00:00.0 -0800
+++ whitedune-0.30.10/debian/patches/avoid-grep-binary.patch	2016-03-07 08:12:25.0 -0800
@@ -0,0 +1,13 @@
+Index: whitedune-0.30.10/src/Makefile.in
+===
+--- whitedune-0.30.10.orig/src/Makefile.in	2011-04-29 02:28:06.0 -0700
 whitedune-0.30.10/src/Makefile.in	2016-03-07 08:08:45.863708021 -0800
+@@ -771,7 +771,7 @@
+ resource.c: dune.rc swt/rc/rc $(ICONS) resource.h
+ 	sed 's../.' < dune.rc > dune1.rc.c
+ 	$(CXXCPP) dune1.rc.c > dune2.rc.c 
+-	grep -v '//' dune2.rc.c > dune3.rc.c
++	grep -av '//' dune2.rc.c > dune3.rc.c
+ 	if swt/rc/rc < dune3.rc.c > resource.c ; then echo > /dev/null; else rm  resource.c ; exit 1 ; fi
+ 	rm dune1.rc.c dune2.rc.c dune3.rc.c
+ 
diff -Nru whitedune-0.30.10/debian/patches/series whitedune-0.30.10/debian/patches/series
--- whitedune-0.30.10/debian/patches/series	2016-01-09 12:53:19.0 -0800
+++ whitedune-0.30.10/debian/patches/series	2016-03-07 08:12:25.0 -0800
@@ -1,2 +1,3 @@
 libxp-configure.patch
 png1.5.patch
+avoid-grep-binary.patch


signature.asc
Description: PGP signature


Bug#815742: verbiste: diff for NMU version 0.1.42-2.1

2016-03-03 Thread Raúl Benencia
Hi Tomasz,

On Thu, Mar 03, 2016 at 10:42:32AM +0100, Tomasz Buchert wrote:
> thank you very much for this! Can you explain what the problem is? I
> didn't have time to work on this recently. I'll upload the new version soon.

I'm glad to help! The patch it's pretty simple. The following test started
failing recently:

  test "`echo asseoir | $(LU) ./french-conjugator | grep asseyerai,`" = 
"assiérai, asseyerai, assoirai"

So, why did it started failing just now and no before? I did some research
and the guilty turned out to be an update in the grep package, as it
slightly changed its behaviour. With the new update, grep will detect the
input as binary if it's in a different locale than the one it's currently
running in. When this happens, grep will just output "binary file matches"
instead of the line that matches the pattern, provoking a failure in the
test.

Now, if you see the build log, the environment variable LU expands to
LIBDATADIR=../../data LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8. That means, that
no matter what, french-conjugator will produce its stdout with that
encoding. So grep have to use the same encoding, and that's why I set up
those variables in the override. Now, we can't assume that the encoding is
installed on the build machine, so that's why I generate the locale. Piece
of cake!

Cheers,
Rul


signature.asc
Description: PGP signature


Bug#815742: verbiste: diff for NMU version 0.1.42-2.1

2016-03-02 Thread Raúl Benencia
Control: tags 815742 + patch
Control: tags 815742 + pending

Dear Tomasz,

I've prepared an NMU for verbiste (versioned as 0.1.42-2.1). As I don't
have privileges to upload it to DELAYED, I've uploaded it to the mentors
repository.

To access further information about this package, please visit the
following URL:

  http://mentors.debian.net/package/verbiste

Alternatively, one can download the package with dget using this command:

dget -x 
http://mentors.debian.net/debian/pool/main/v/verbiste/verbiste_0.1.42-2.1.dsc

Regards,
Rul
diff -Nru verbiste-0.1.42/debian/changelog verbiste-0.1.42/debian/changelog
--- verbiste-0.1.42/debian/changelog	2015-11-01 11:17:31.0 -0800
+++ verbiste-0.1.42/debian/changelog	2016-03-01 23:47:38.0 -0800
@@ -1,3 +1,10 @@
+verbiste (0.1.42-2.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTBFS due to failing test (Closes: #815742)
+
+ -- Raúl Benencia <r...@kalgan.cc>  Tue, 01 Mar 2016 23:43:03 -0800
+
 verbiste (0.1.42-2) unstable; urgency=medium
 
   * Fix missing dependency (Closes: #803682)
diff -Nru verbiste-0.1.42/debian/control verbiste-0.1.42/debian/control
--- verbiste-0.1.42/debian/control	2015-11-01 11:17:31.0 -0800
+++ verbiste-0.1.42/debian/control	2016-03-01 23:18:39.0 -0800
@@ -7,6 +7,7 @@
libgnomeui-dev,
libmate-panel-applet-dev,
libxml-parser-perl,
+   locales,
pkg-config
 Standards-Version: 3.9.6
 Homepage: http://sarrazip.com/dev/verbiste.html
diff -Nru verbiste-0.1.42/debian/rules verbiste-0.1.42/debian/rules
--- verbiste-0.1.42/debian/rules	2015-11-01 11:17:31.0 -0800
+++ verbiste-0.1.42/debian/rules	2016-03-01 23:47:52.0 -0800
@@ -9,5 +9,13 @@
 override_dh_installdocs:
 	dh_installdocs -A README LISEZMOI HACKING
 
+override_dh_auto_test:
+	mkdir -p debian/tmp/locale/
+	localedef -f UTF-8 -i en_US ./debian/tmp/locale/en_US.UTF-8/
+	LOCPATH=$(CURDIR)/debian/tmp/locale/ \
+	LANG=en_US.UTF-8 \
+	LC_ALL=en_US.UTF-8 \
+	dh_auto_test
+
 %:
 	dh $@ --parallel --with autoreconf


signature.asc
Description: PGP signature


Bug#789693: Patch attached

2015-06-24 Thread Raúl Benencia
Thanks, David. That would certainly also work.

David Bremner da...@tethera.net writes:
 Raúl Benencia r...@kalgan.cc writes:

 tags 789693 + patch
 thanks

 Hi,

 I'm not sure if this is the cleanest solution, but this patch is working
 for me.


 You may want to compare

 http://mid.gmane.org/1433843467-32398-1-git-send-email-markwalters1...@gmail.com


signature.asc
Description: PGP signature


Bug#789693: Patch attached

2015-06-23 Thread Raúl Benencia
tags 789693 + patch
thanks

Hi,

I'm not sure if this is the cleanest solution, but this patch is working
for me.

Cheers,
Rul
From 6252bc7f1fe61e659d023fa1ff1b0d30c23c7ffe Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ra=C3=BAl=20Benencia?= r...@kalgan.cc
Date: Tue, 23 Jun 2015 11:53:32 -0300
Subject: [PATCH] actually mark as read messages

---
 emacs/notmuch-tree.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/emacs/notmuch-tree.el b/emacs/notmuch-tree.el
index 8b6cd51..8d2e8ee 100644
--- a/emacs/notmuch-tree.el
+++ b/emacs/notmuch-tree.el
@@ -436,7 +436,8 @@ Does NOT change the database.
 	  (setq notmuch-tree-message-window window)
 	  (add-hook 'kill-buffer-hook 'notmuch-tree-message-window-kill-hook)))
   (when notmuch-show-mark-read-tags
-	(notmuch-tree-tag-update-display notmuch-show-mark-read-tags))
+	(notmuch-tree-tag-update-display notmuch-show-mark-read-tags)
+	(notmuch-tree-tag notmuch-show-mark-read-tags))
   (setq notmuch-tree-message-buffer buffer
 
 (defun notmuch-tree-show-message-out ()
-- 
2.1.4



signature.asc
Description: PGP signature


Bug#789693: notmuch-emacs: notmuch-tree does not mark messages as read

2015-06-23 Thread Raúl Benencia
Package: notmuch-emacs
Version: 0.20.1-1
Severity: important
Tags: upstream

Hi,

Whenever I'm in notmuch-tree mode and move around between unread messages
(i.e. with p and n), I can see that messages are marked as read
(-unread is crossed out), but this tag changes are not reflected in notmuch
database. Consequently, I have to manually remove the unread tag.

Cheers,
Rul

-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.0.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages notmuch-emacs depends on:
ii  emacs24 24.4+1-5
ii  emacsen-common  2.0.8
ii  notmuch 0.20.1-1

notmuch-emacs recommends no packages.

notmuch-emacs 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#779986: [Pkg-haskell-maintainers] Bug#779986: ghc-doc: openTempFile documentation missing from System.IO's html doc page

2015-03-08 Thread Raúl Benencia
Hi, 

On Sat, Mar 07, 2015 at 10:10:05AM -0600, Brian Paterni wrote:
 Well that is interesting. It looks like the method I'm using to browse
 to the System.IO documentation is leading me to haskell2010:
 
 ghc-doc/html/index.html -
 ghc-doc/html/libraries/index.html -
 ghc-doc/html/libraries/haskell2010-1.1.1.0/System.IO.html
 
 Could this be some sort of configuration issue with my particular
 ghc-doc installation?

I don't think so because I could reproduce the issue in my box. I think
this problem has probably something to do with the way haddock generates
its index files when there are two modules with the same name.

What does the DHG think about this?

Cheers,
Rul


signature.asc
Description: Digital signature


Bug#779986: [Pkg-haskell-maintainers] Bug#779986: Bug#779986: ghc-doc: openTempFile documentation missing from System.IO's html doc page

2015-03-08 Thread Raúl Benencia
tags 779986 + upstream
forwarded 779986 https://github.com/haskell/haddock/issues/130
reassign 779986 haddock
thanks

On Sun, Mar 08, 2015 at 04:11:03PM +0100, Joachim Breitner wrote:
 It does not occur on
 https://downloads.haskell.org/~ghc/7.6.3/docs/html/libraries/
 so maybe it is just a matter of how the index generation is invoked;
 maybe the order of packages matters.

Indeed it was the order of the packages. The index is generated by the perl
script at /usr/lib/ghc-doc/gen_contents_index using as input the result of
ghc-pkg dump --global. In the output of that command, haskell2010
appears first than base.

I've made a test by modifying the script for making it read the list from a
local file where I changed the order of the packages. The generated index
now links to System.IO of the base package.

There is an issue on github that tracks this problem:
  https://github.com/haskell/haddock/issues/130

Cheers,
Rul


signature.asc
Description: Digital signature


Bug#779986: [Pkg-haskell-maintainers] Bug#779986: ghc-doc: openTempFile documentation missing from System.IO's html doc page

2015-03-07 Thread Raúl Benencia
Dear Brian,

Thanks for your bug report. Is there any particular reason why you are
looking that function in the haskell2010 section? You can find it here:

/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/System-IO.html#v:openTempFile

Cheers,
Raúl Benencia


signature.asc
Description: Digital signature


Bug#779026: RM: libtins -- ROM; Very few users

2015-02-23 Thread Raúl Benencia
Package: ftp.debian.org
Severity: normal

This package never took off, and the three users that shows popcon are
probably all boxes of mine.


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



Bug#777260: Confirmed

2015-02-09 Thread Raúl Benencia
tags 777260 confirmed
thanks

Thanks for the report! I'll fix it soon.

Cheers,
Rul


signature.asc
Description: Digital signature


Bug#752546: Any progress with packaging bro?

2014-11-26 Thread Raúl Benencia
Hello Hilko,

On Wed, Nov 26, 2014 at 10:46:19PM +0100, Hilko Bengen wrote:
 * Lisandro Damián Nicanor Pérez Meyer:
 
  Sorry Hilko, but I consider uploading bro now as hijacking Raúl's ITP.
 
 I did not intend my upload to come across as hijacking. That's why I
 created the collab-maint git repository.
 
 Raúl, should I ask ftp-master to reject the package that I have just
 uploaded?

If you uploaded bro, then please cancel it. I've made my own package, as I
said a would. Right now I'm writing another extensive email explaining my
reasons for not packaging binpac. I'll be copying you, and Bro and binpac
ITPs.

I've no problems with you uploading binpac and btest, of course.

Best regards,
Raúl Benencia


signature.asc
Description: Digital signature


Bug#752546: Any progress with packaging bro?

2014-11-26 Thread Raúl Benencia
Dear Hilko,

First, I would like you thank you for the interest you showed in the
package I've decided to work on. With that said, let me tell you it is
uncool with me the fact that you started working on it when I told[0] you
that I'd be working on it. That was the plain truth, and in fact my own Bro
package was ready and being reviewed by my sponsor.

[0] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=752546#20

I will assume good faith from your side and propose that we work
together. Let me explain to you the big picture of the situation, why I
have decided not to package binpac, and where we are going by packaging
this project together.

When I started working on Bro, the first dependency I was going to package
was binpac. I started to see how the software worked and realized it
distributed a library. The library wasn't needed by the binpac compiler,
but by the code generated by binpac. I thought about making it a shared
library because by default Bro would use it as a static one. I didn't want
to distribute a static library because of possible security issues (think
about the zlib mess). The problem with this approach is that upstream, due
to the static nature of the library, doesn't care about the SONAME. This
fact adds unneeded complexity to the packaging, and that was the reason why
I've decided not to package binpac. But that decision was made because
there was a plan B. I could perfectly pick the Bro's full distribution and
make the corresponding binary packages without generating a binpac binary
package, because it's only a build dependency.

Since that decision was made, I've been working on packaging Bro using its
full distribution. In fact, the package was almost finished a few days
earlier than your ITP's blocking bugs. As you can tell, my approach was
quite different from yours. I've one source package generating several
binary packages (among them, broctl and bro-utils, the last one containing
trace-summary and capstats). Don't get me wrong, I prefer the approach of
packaging each sub-project individually, but due to the decision I've made,
that wasn't possible.

Now things are different, because you've decided that binpac is good enough
to be in the repositories, and I'm cool with that. So I'll go back to the
approach of packaging each project individually, and you're very welcome to
help if you want to. We could do it via collab-maint, as you've
proposed. Heck, we could even start a team if more contributors are
interested!

In the following minutes I'll be submitting ITPs for bro-aux, broctl and
its dependencies. For the moment, I'm not interested in packaging
broccoli. I'd like to focus on integrating Bro with Debian first.

About the Bro package, I'll ask you for some time for reviewing what you
made and integrating it with my work. I really liked some of the things you
did. Here[1] is the link to my repo, in case you want to see my work.

[1] 
http://git.kalgan.cc/?p=debian-pkg-bro.git;a=shortlog;h=refs/heads/development

Thanks,
Raúl Benencia


signature.asc
Description: Digital signature


Bug#771142: ITP: bro-aux -- small auxiliary tools for Bro

2014-11-26 Thread Raúl Benencia
Package: wnpp
Severity: wishlist
Owner: Raúl Benencia r...@kalgan.cc

* Package name: bro-aux
  Version : 0.33
  Upstream Author : Bro Development Team i...@bro.org
* URL : https://www.bro.org/sphinx/components/bro-aux/README.html
* License : BSD
  Programming Lang: C, Bash
  Description : small auxiliary tools for Bro

This package provides handy auxiliary programs related to the use of the
Bro Network Security Monitor.

The “adtrace” utility is used to compute the network address that compose
the internal and extern nets that bro is monitoring. The “bro-cut” utility
reads ASCII Bro logs on standard input and outputs them with only the
specified columns (if no column names are specified, then all columns are
output). The nfcollector and ftwire2bro utilities are for dealing with
Bro’s custom file format for storing NetFlow records.

As I've specified in Bro's ITP, I'm willing to team-maintain this package.


signature.asc
Description: Digital signature


Bug#771143: ITP: broctl -- interactive shell for managing Bro installations

2014-11-26 Thread Raúl Benencia
Package: wnpp
Severity: wishlist
Owner: Raúl Benencia r...@kalgan.cc

* Package name: broctl
  Version : 1.3
  Upstream Author : Bro Development Team i...@bro.org
* URL : https://www.bro.org/sphinx/components/broctl/README.html
* License : BSD
  Programming Lang: Python
  Description : interactive shell for managing Bro installations

Bro is primarily a security monitor that inspects all traffic on a link in
depth for signs of suspicious activity. More generally, however, Bro
supports a wide range of traffic analysis tasks even outside of the
security domain, including performance measurements and helping with
trouble-shooting.

This package contains broctl, an interactive shell for managing Bro
installations.

As I've specified in Bro's ITP, I'm willing to team-maintain this package.


signature.asc
Description: Digital signature


Bug#771144: ITP: capstats -- command-line tool for collecting packet statistics

2014-11-26 Thread Raúl Benencia
Package: wnpp
Severity: wishlist
Owner: Raúl Benencia r...@kalgan.cc

* Package name: capstats
  Version : 0.21
  Upstream Author : Bro Development Team i...@bro.org
* URL : https://www.bro.org/sphinx/components/capstats/README.html
* License : BSD
  Programming Lang: C++
  Description : command-line tool for collecting packet statistics

capstats is a small tool to collect statistics on the current load of a
network interface, using either libpcap or the native interface for
Endace’s. It reports statistics per time interval and/or for the tool’s
total run-time.

capstats is a dependency of broctl, an interactive shell for managing Bro
installations.

As I've specified in Bro's ITP, I'm willing to team-maintain this package.


signature.asc
Description: Digital signature


Bug#771145: ITP: trace-summary -- tool for generating break-downs of network traffic

2014-11-26 Thread Raúl Benencia
Package: wnpp
Severity: wishlist
Owner: Raúl Benencia r...@kalgan.cc

* Package name: trace-summary
  Version : 0.83
  Upstream Author : Bro Development Team i...@bro.org
* URL : 
https://www.bro.org/sphinx/components/trace-summary/README.html
* License : BSD
  Programming Lang: Python
  Description : tool for generating break-downs of network traffic

trace-summary is a Python script that generates break-downs of network
traffic, including lists of the top hosts, protocols, ports,
etc. Optionally, it can generate output separately for incoming
vs. outgoing traffic, per subnet, and per time-interval.

trace-summary is a dependency of broctl, an interactive shell for managing
Bro installations.

As I've specified in Bro's ITP, I'm willing to team-maintain this package.


signature.asc
Description: Digital signature


Bug#752546: Any progress with packaging bro?

2014-10-29 Thread Raúl Benencia
Dear Hilko,

On Wed, Oct 29, 2014 at 12:10:09AM +0100, Hilko Bengen wrote:
 it's been 3 months since you filed your ITP for bro. Have you made any
 progress with putting together package(s)?

I've made some progress, yes, but other priorities kept me away from
finishing the work. Nevertheless, this package is still on my TODO
list. I'll try to resume my efforts on it during the next weeks.

Cheers,
Rul


signature.asc
Description: Digital signature


Bug#753184: Bug#755850: wheezy-pu: package foremost/1.5.7-5

2014-09-08 Thread Raúl Benencia
Hello Guillem,

On Mon, Sep 08, 2014 at 11:28:59AM +0200, Guillem Jover wrote:
 I uploaded it yesterday, just letting you know in case you didn't
 receive a mail from the upload.

I've received the notifications, but thanks anyway. It's been a pleasure
working with you. :-)

Cheers,
Raúl Benencia


signature.asc
Description: Digital signature


Bug#753184: Bug#755850: wheezy-pu: package foremost/1.5.7-5

2014-08-27 Thread Raúl Benencia
Hello Guillem. Let's try this once more. :-)

On Wed, Aug 13, 2014 at 01:21:42PM +0200, Guillem Jover wrote:
 Thanks, although could you tweak a bit the changelog entry to mention
 what did the dpkg update break, or in other words what did you had to
 fix? Otherwise it's not very clear what is going on. Once that's done
 I'll be uploading the package.

Fine. Attached you'll find a debdiff with a more verbose changelog
entry. Here[0] is the link to the DSC, in case you need it.

[0] 
http://mentors.debian.net/debian/pool/main/f/foremost/foremost_1.5.7-5~deb7u1.dsc

Thanks for your help. 

Regards,
Raúl Benencia
diff -Nru foremost-1.5.7/debian/changelog foremost-1.5.7/debian/changelog
--- foremost-1.5.7/debian/changelog	2012-07-12 10:17:32.0 -0300
+++ foremost-1.5.7/debian/changelog	2014-08-14 10:56:23.0 -0300
@@ -1,3 +1,16 @@
+foremost (1.5.7-5~deb7u1) wheezy; urgency=medium
+
+  * Update maintainer email address.
+  * Include new VCS control fields.
+  * Fix FTBFS caused by a regression in dpkg 1.16.15, which was uploaded as
+security update. The problem is caused by the way in which dpkg parses a 
+patch's headers. In order to solve this, a newline character was needed
+between the last DEP-3 header and the beginning of the patch.
+Thanks Juhani Numminen. (Closes: #753184)
+  * Bump standards version to 3.9.5, no changes.
+
+ -- Raúl Benencia r...@kalgan.cc  Fri, 25 Jul 2014 12:00:45 -0300
+
 foremost (1.5.7-4) unstable; urgency=low
 
   * Fix FTBFS on hurd by defining missing PATH_MAX macro
diff -Nru foremost-1.5.7/debian/control foremost-1.5.7/debian/control
--- foremost-1.5.7/debian/control	2012-07-09 21:28:07.0 -0300
+++ foremost-1.5.7/debian/control	2014-07-25 13:06:56.0 -0300
@@ -1,10 +1,12 @@
 Source: foremost
 Section: admin
 Priority: optional
-Maintainer: Raúl Benencia rbenen...@linti.unlp.edu.ar
+Maintainer: Raúl Benencia r...@kalgan.cc
 Build-Depends: debhelper (= 9)
-Standards-Version: 3.9.3
+Standards-Version: 3.9.5
 Homepage: http://foremost.sourceforge.net/
+Vcs-Git: git://git.kalgan.cc/debian-pkg-foremost.git
+Vcs-Browser: http://git.kalgan.cc/?p=debian-pkg-foremost.git
 
 Package: foremost
 Architecture: any
diff -Nru foremost-1.5.7/debian/patches/fix-lintian-hardening-warnings.patch foremost-1.5.7/debian/patches/fix-lintian-hardening-warnings.patch
--- foremost-1.5.7/debian/patches/fix-lintian-hardening-warnings.patch	2012-07-10 01:46:30.0 -0300
+++ foremost-1.5.7/debian/patches/fix-lintian-hardening-warnings.patch	2014-07-25 13:06:56.0 -0300
@@ -1,5 +1,6 @@
 Add hardening flags to compilation. Fix a format string in order to do
-so.--- a/Makefile
+so.
+--- a/Makefile
 +++ b/Makefile
 @@ -37,7 +37,9 @@
  WINCC = $(RAW_CC) $(RAW_FLAGS) -D__WIN32


signature.asc
Description: Digital signature


Bug#753184: Bug#755850: wheezy-pu: package foremost/1.5.7-5

2014-07-25 Thread Raúl Benencia
Hello,

On Wed, Jul 23, 2014 at 10:59:54PM +0100, Adam D. Barratt wrote:
 Control: tags -1 + confirmed
 
 On Wed, 2014-07-23 at 18:46 -0300, Raúl Benencia wrote:
  I would like to see foremost 1.5.7-5 in wheezy in order to fix #753184,
 
 You can't do that as described, as -5 is already in unstable/testing.
 However...

Uh-oh, my bad.

  which is causing a FTBFS. The fix is quite trivial, and it's been in
  unstable since a couple of weeks.
 
 ... 1.5.7-5~deb7u1 would be fine, using wheezy as the upload target
 and assuming the resulting package has been built and tested on a wheezy
 system.

Attached you'll find a debdiff with these changes. Also, here[0] is the
link to the package DSC.

[0] 
http://mentors.debian.net/debian/pool/main/f/foremost/foremost_1.5.7-5~deb7u1.dsc

 Please also fix the version metadata for #753184. As Guillem noted,
 re-opening the bug was not necessary. More specifically, it was wrong,
 as you've now told the BTS that the bug is not fixed in any version.

I've fixed the metadata, thanks for pointing this out.

Cheers,
Raúl Benencia
diff -Nru foremost-1.5.7/debian/changelog foremost-1.5.7/debian/changelog
--- foremost-1.5.7/debian/changelog 2012-07-12 10:17:32.0 -0300
+++ foremost-1.5.7/debian/changelog 2014-07-25 13:06:56.0 -0300
@@ -1,3 +1,12 @@
+foremost (1.5.7-5~deb7u1) wheezy; urgency=medium
+
+  * Update maintainer email address.
+  * Include new VCS control fields.
+  * Fix FTBFS caused by dpkg update. Thanks Juhani Numminen. (Closes: #753184)
+  * Bump standards version to 3.9.5, no changes.
+
+ -- Raúl Benencia r...@kalgan.cc  Fri, 25 Jul 2014 12:00:45 -0300
+
 foremost (1.5.7-4) unstable; urgency=low
 
   * Fix FTBFS on hurd by defining missing PATH_MAX macro
diff -Nru foremost-1.5.7/debian/control foremost-1.5.7/debian/control
--- foremost-1.5.7/debian/control   2012-07-09 21:28:07.0 -0300
+++ foremost-1.5.7/debian/control   2014-07-25 13:06:56.0 -0300
@@ -1,10 +1,12 @@
 Source: foremost
 Section: admin
 Priority: optional
-Maintainer: Raúl Benencia rbenen...@linti.unlp.edu.ar
+Maintainer: Raúl Benencia r...@kalgan.cc
 Build-Depends: debhelper (= 9)
-Standards-Version: 3.9.3
+Standards-Version: 3.9.5
 Homepage: http://foremost.sourceforge.net/
+Vcs-Git: git://git.kalgan.cc/debian-pkg-foremost.git
+Vcs-Browser: http://git.kalgan.cc/?p=debian-pkg-foremost.git
 
 Package: foremost
 Architecture: any
diff -Nru foremost-1.5.7/debian/patches/fix-lintian-hardening-warnings.patch 
foremost-1.5.7/debian/patches/fix-lintian-hardening-warnings.patch
--- foremost-1.5.7/debian/patches/fix-lintian-hardening-warnings.patch  
2012-07-10 01:46:30.0 -0300
+++ foremost-1.5.7/debian/patches/fix-lintian-hardening-warnings.patch  
2014-07-25 13:06:56.0 -0300
@@ -1,5 +1,6 @@
 Add hardening flags to compilation. Fix a format string in order to do
-so.--- a/Makefile
+so.
+--- a/Makefile
 +++ b/Makefile
 @@ -37,7 +37,9 @@
  WINCC = $(RAW_CC) $(RAW_FLAGS) -D__WIN32


signature.asc
Description: Digital signature


Bug#755850: wheezy-pu: package foremost/1.5.7-5

2014-07-23 Thread Raúl Benencia
Package: release.debian.org
Severity: normal
Tags: wheezy
User: release.debian@packages.debian.org
Usertags: pu

Dear release team,

I would like to see foremost 1.5.7-5 in wheezy in order to fix #753184,
which is causing a FTBFS. The fix is quite trivial, and it's been in
unstable since a couple of weeks.

Please find the proposed .debdiff attached.

Best regards,
--
Raúl Benencia
diff -Nru foremost-1.5.7/debian/changelog foremost-1.5.7/debian/changelog
--- foremost-1.5.7/debian/changelog 2012-07-12 10:17:32.0 -0300
+++ foremost-1.5.7/debian/changelog 2014-07-23 18:14:22.0 -0300
@@ -1,3 +1,12 @@
+foremost (1.5.7-5) unstable; urgency=medium
+
+  * Update maintainer email address.
+  * Include new VCS control fields.
+  * Fix FTBFS caused by dpkg update. Thanks Juhani Numminen. (Closes: #753184)
+  * Bump standards version to 3.9.5, no changes.
+
+ -- Raúl Benencia r...@kalgan.cc  Thu, 03 Jul 2014 14:03:02 -0300
+
 foremost (1.5.7-4) unstable; urgency=low
 
   * Fix FTBFS on hurd by defining missing PATH_MAX macro
diff -Nru foremost-1.5.7/debian/control foremost-1.5.7/debian/control
--- foremost-1.5.7/debian/control   2012-07-09 21:28:07.0 -0300
+++ foremost-1.5.7/debian/control   2014-07-23 18:14:22.0 -0300
@@ -1,10 +1,12 @@
 Source: foremost
 Section: admin
 Priority: optional
-Maintainer: Raúl Benencia rbenen...@linti.unlp.edu.ar
+Maintainer: Raúl Benencia r...@kalgan.cc
 Build-Depends: debhelper (= 9)
-Standards-Version: 3.9.3
+Standards-Version: 3.9.5
 Homepage: http://foremost.sourceforge.net/
+Vcs-Git: git://git.kalgan.cc/debian-pkg-foremost.git
+Vcs-Browser: http://git.kalgan.cc/?p=debian-pkg-foremost.git
 
 Package: foremost
 Architecture: any
diff -Nru foremost-1.5.7/debian/patches/fix-lintian-hardening-warnings.patch 
foremost-1.5.7/debian/patches/fix-lintian-hardening-warnings.patch
--- foremost-1.5.7/debian/patches/fix-lintian-hardening-warnings.patch  
2012-07-10 01:46:30.0 -0300
+++ foremost-1.5.7/debian/patches/fix-lintian-hardening-warnings.patch  
2014-07-23 18:14:22.0 -0300
@@ -1,5 +1,6 @@
 Add hardening flags to compilation. Fix a format string in order to do
-so.--- a/Makefile
+so.
+--- a/Makefile
 +++ b/Makefile
 @@ -37,7 +37,9 @@
  WINCC = $(RAW_CC) $(RAW_FLAGS) -D__WIN32


signature.asc
Description: Digital signature


Bug#753184: foremost: FTBFS: dpkg-source: error: expected ^--- in line 3 of diff `foremost-1.5.7/debian/patches/fix-lintian-hardening-warnings.patch'

2014-07-07 Thread Raúl Benencia
Hello again,

On Sun, Jul 06, 2014 at 10:25:09PM +0200, Guillem Jover wrote:
 The changes look good. There's a missing mention of the
 Standards-Version bump though, and some of the changelog items could
 do with some slight verbosity. :)

I've updated the changelog with your suggestions. The .dsc URL is the
same. What do you think of it now?

Thanks in advance, Guillem. =)

Cheers, 
--
Raúl Benencia


signature.asc
Description: Digital signature


Bug#753184: marked as done (foremost: FTBFS: dpkg-source: error: expected ^--- in line 3 of diff `foremost-1.5.7/debian/patches/fix-lintian-hardening-warnings.patch')

2014-07-07 Thread Raúl Benencia
reopen 753184
thanks

On Mon, Jul 07, 2014 at 03:54:08PM +, Debian Bug Tracking System wrote:
 This means that you claim that the problem has been dealt with.
 If this is not the case it is now your responsibility to reopen the
 Bug report if necessary, and/or fix the problem forthwith.

Guillem, the package has been uploaded to unstable by my usual sponsor. I
asked him to upload it a couple of day before you offer yourself to do
it. Nevertheless, I'll like to handle the upload to stable with you.

I will reopen the bug until the problem is fixed in stable.

Cheers,
Rul



signature.asc
Description: Digital signature


Bug#753184: foremost: FTBFS: dpkg-source: error: expected ^--- in line 3 of diff `foremost-1.5.7/debian/patches/fix-lintian-hardening-warnings.patch'

2014-07-06 Thread Raúl Benencia
Hello Guillem,

On Sun, Jul 06, 2014 at 09:54:38AM +0200, Guillem Jover wrote:
 This also affects stable, it would be nice if a stable update could be
 prepared, I'm ready to help if needed, given that the “regression” was
 caused by the dpkg update.

An updated package has been available in mentors[0] since a couple of
days. Feel free to sponsor it. :-)

The package version is the very same of the one in wheezy, as upstream is
quite dead and the software hasn't received an update in years.

[0] http://mentors.debian.net/debian/pool/main/f/foremost/foremost_1.5.7-5.dsc

Cheers,
--
Raúl Benencia


signature.asc
Description: Digital signature


Bug#752792: ITP: binpac -- language for describing and generating network protocol parsers

2014-06-26 Thread Raúl Benencia
Package: wnpp
Severity: wishlist
Owner: Raúl Benencia r...@kalgan.cc

* Package name: binpac
  Version : 0.42
  Upstream Author : Bro Development Team i...@bro.org
* URL : http://bro.org/sphinx/components/binpac/README.html
* License : BSD
  Programming Lang: C++
  Description : language for describing and generating network protocol 
parsers

BinPAC is a high level language for describing network protocol parsers and
generate C++ code. The user has to provide a .pac file following the PAC
grammar and BinPAC will generate its corresponding .cc and .h files.

BinPAC is maintained and distributed with the Bro Network Security Monitor
distribution, however, the generated parsers may be used with other
programs besides Bro.


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



Bug#752546: ITP: bro -- network analysis framework

2014-06-24 Thread Raúl Benencia
Package: wnpp
Severity: wishlist
Owner: Raúl Benencia r...@kalgan.cc

* Package name: bro
  Version : 2.3
  Upstream Author : Bro Development Team i...@bro.org
* URL : http://www.bro.org/
* License : BSD
  Programming Lang: C++
  Description : network analysis framework

Bro is primarily a security monitor that inspects all traffic on a link in
depth for signs of suspicious activity. More generally, however, Bro
supports a wide range of traffic analysis tasks even outside of the
security domain, including performance measurements and helping with
trouble-shooting.

Bro comes with built-in functionality for a range of analysis and detection
tasks, including detecting malware by interfacing to external registries,
reporting vulnerable versions of software seen on the network, identifying
popular web applications, detecting SSH brute-forcing, validating SSL
certificate chains, among others.


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



Bug#751505: Buggy Switch user on the Action Buttons plugin

2014-06-13 Thread Raúl Benencia
Package: xfce4-panel
Version: 4.10.1-1
Severity: normal
Tags: upstream

Hello,

The Switch User option of the Action Buttons plugin assumes[0] that if
gdmflexiserver is installed, then GDM is your current dm and will try to
use that program to switch users. In my case, I've installed gdm3 but I'm
actually using lightdm. So, when I try to switch users, xfce will complain
with the following message:

| Unable to start new display:
| GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name
| org.gnome.DisplayManager was not provided by any .service files

The correct way of doing this in this case is, I think, that Switch User
calls dm-tool switch-to-greeter instead of gdmflexiserver.

[0] 
http://sources.debian.net/src/xfce4-panel/4.10.1-1/plugins/actions/actions.c#L861

Thanks in advance.

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (990, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.14-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages xfce4-panel depends on:
ii  exo-utils   0.10.2-3
ii  libatk1.0-0 2.12.0-1
ii  libc6   2.19-1
ii  libcairo2   1.12.16-2
ii  libdbus-1-3 1.8.2-1
ii  libdbus-glib-1-20.102-1
ii  libexo-1-0  0.10.2-3
ii  libfontconfig1  2.11.0-5
ii  libfreetype62.5.2-1
ii  libgarcon-1-0   0.2.1-1
ii  libgdk-pixbuf2.0-0  2.30.7-1
ii  libglib2.0-02.40.0-3
ii  libgtk2.0-0 2.24.23-1
ii  libice6 2:1.0.8-2
ii  libpango1.0-0   1.36.3-1
ii  libsm6  2:1.2.1-2
ii  libwnck22   2.30.7-1
ii  libx11-62:1.6.2-2
ii  libxext62:1.3.2-1
ii  libxfce4ui-1-0  4.10.0-5
ii  libxfce4util6   4.10.1-1
ii  libxfconf-0-2   4.10.0-2
ii  multiarch-support   2.19-1

xfce4-panel recommends no packages.

xfce4-panel 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#730888: hothasktags: FTBFS: Setup: At least the following dependencies are missing: haskell-src-exts =1.11 1.14

2014-03-07 Thread Raúl Benencia
Hello Joachim,

I spoke with Joey and he allowed me to migrate this package to
darcs[0]. The fix is already there. I didn't want to delete/move the old
git repo until the updated package was in unstable.

[0] 
http://anonscm.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/hothasktags;a=headblob;f=/changelog

Regards,

--
rul

On Fri, Mar 07, 2014 at 09:36:52AM +0100, Joachim Breitner wrote:
 Hi Raul,
 
 I see you marked this bug as pending, but I cannot see a fix in the
 repository or anywhere. Also it prevents ./test-packages.pl from
 working. What is the state of this?
 
 Thanks,
 Joachim
 
 -- 
 Joachim nomeata Breitner
 Debian Developer
   nome...@debian.org | ICQ# 74513189 | GPG-Keyid: 4743206C
   JID: nome...@joachim-breitner.de | http://people.debian.org/~nomeata


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



Bug#730888: hothasktags: FTBFS: Setup: At least the following dependencies are missing: haskell-src-exts =1.11 1.14

2014-03-07 Thread Raúl Benencia
Hello,

On Fri, Mar 07, 2014 at 12:50:15PM +0100, Joachim Breitner wrote:
 ok. Is that ready to be uploaded?

Yes, it is. I gave one last look to the patch and I seem to have forgotten
to change the lower bound dependency on src-exts in the cabal file, but
that shouldn't be a problem because the dependencies in d/control are
correct.

Regards,
--
rul


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



Bug#738336: RFA: rotix - A program to generate rotational obfuscations

2014-02-27 Thread Raúl Benencia
Hello Chris and Ansgar,

On Mon, Feb 10, 2014 at 09:31:47AM +0100, Ansgar Burchardt wrote:
 It doesn't seem to offer much more than caesar from bsdgames.
 
 rotix has options to specify input and output files, but this can easily
 be achieved with the shell. There are also no --left and --right options
 in caesar.
 
 So maybe this package should just be removed from the archive?

I would like to keep this package in the archive. As Ansgar said, it has
more features than caesar, and to use it I don't have to install a bunch of
games I'll never touch.

I'm willing to adopt this package. In fact, I've just uploaded a new
version to d.mentors.

  http://mentors.debian.net/debian/pool/main/r/rotix/rotix_0.83-5.dsc

I've fixed all lintian warnings and updated d/copyright to DEP 5, among
other changes. I'll be glad if you want to sponsor the package, but if you
lack the time for doing it, I can get in touch with another DD that usually
uploads my packages.

Regards,
--
Raúl Benencia


signature.asc
Description: Digital signature


Bug#725654: ITP: djinn -- generate Haskell expressions from types

2013-10-06 Thread Raúl Benencia
Package: wnpp
Severity: wishlist
Owner: Raúl Benencia r...@kalgan.cc

* Package name: djinn
  Version : 2011.7.23
  Upstream Author : Lennart Augustsson lenn...@augustsson.net
* URL : http://hackage.haskell.org/package/djinn
* License : BSD
  Programming Lang: Haskell
  Description : generate Haskell expressions from types

Djinn uses a theorem prover for intuitionistic propositional logic to
generate a Haskell expression when given a type.

Given a type the program will deduce an expression of this type, if one
exists. If the Djinn says the type is not realizable it is because there is
no (total) expression of the given type.


signature.asc
Description: Digital signature


Bug#714820: Awesome to see this package in Debian

2013-08-07 Thread Raúl Benencia
Hello,

I just wanted to say that I'm very glad to see that ntopng is going to be
in Debian. If by chance you need help for maintaining this package, please
let me know.

Cheers.


signature.asc
Description: Digital signature


Bug#712374: quodlibet package

2013-07-02 Thread Raúl Benencia
Dear maintainer,

It seems that a lot of time has passed since your last activity in the
quodlibet and quodlibet-plugins packages. Are you still interested in
maintaining them? If you are, do you need help? Do you want me to
co-maintain them or do an NMU?

If you've lost interest in the packages and want to orphan them, I kindly
offer myself to adopt them.

Cheers.

PS: I'm CCing the bugs reports that asked for the new upstream version. 


signature.asc
Description: Digital signature


Bug#713302: FTBFS

2013-06-22 Thread Raúl Benencia
This is due automake AM_PROG_AR variable requirement, which was introduced
in one of the last versions of automake.

This problem is solved in my las libtins package, which is about to be
sponsored.

Cheers.


signature.asc
Description: Digital signature


Bug#711521: Misswritten NAME section of libtoolize and libtool man pages

2013-06-07 Thread Raúl Benencia
Package: libtool
Version: 2.4.2-1.2
Severity: minor
Tags: upstream

When you issue the following commands, a misswritten description is showed:

rul@hesperos:~$ whatis libtoolize
libtoolize (1)   - manual page for libtoolize 2.4.1a

rul@hesperos:~$ whatis libtool
libtool (1)  - manual page for libtool 2.4.2

Those commands should output a small description of what the given program
does. This is probably a missconfiguration in how help2man was called,
although I'm only guessing beacause I've never used it.

Cheers.


signature.asc
Description: Digital signature


Bug#699452: Typo in checks/files.desc

2013-01-31 Thread Raúl Benencia
Package: lintian
Version: 2.5.10.3
Severity: minor
Tags: patch

An s is missing in Pre-Depend:. Diff attached.

Cheers.
diff -rupN lintian-2.5.10.3.old/checks/files.desc lintian-2.5.10.3.new/checks/files.desc
--- lintian-2.5.10.3.old/checks/files.desc	2012-12-11 15:03:17.0 -0300
+++ lintian-2.5.10.3.new/checks/files.desc	2013-01-31 11:58:35.498369142 -0300
@@ -1224,7 +1224,7 @@ Certainty: certain
 Info: The package ships a library in one of the multiarch lib directories,
  /lib/lt;tripletgt; and /usr/lib/lt;tripletgt;, but does not declare a
  pre-dependency on multiarch-support.  Packages installing to these
- paths must Pre-Depend: multiarch-support to ensure the library can be
+ paths must Pre-Depends: multiarch-support to ensure the library can be
  found by the dynamic linker at every point during an upgrade.
 
 Tag: package-contains-no-arch-dependent-files


signature.asc
Description: Digital signature


Bug#699391: Typo in README.Debian

2013-01-30 Thread Raúl Benencia
Package: autotools-dev
Version: 20120608.1
Severity: minor

The typo is in the underscore of dh_autotools_dev_*. It should be
dh_autotools-dev_*. Diff attached.

Cheers.
diff -Nu a/README.Debian b/README.Debian
--- a/README.Debian 2013-01-30 18:49:35.0 -0300
+++ b/README.Debian 2013-01-30 18:52:10.0 -0300
@@ -337,13 +337,13 @@
 Using the debhelper helpers:
 
 If you use the dh command provided by debhelper mode v7 and newer,
-please check the dh_autotools_dev_updateconfig manpage on how to enable
+please check the dh_autotools-dev_updateconfig manpage on how to enable
 the autotools_dev dh module.  It will update config.sub and config.guess
 for the build.
 
 You should also check the dh-autoreconf documentation to automate
 retooling on build time, which is preferred over just updating config.sub
-and config.guess.  Do NOT use dh-autoreconf and dh_autotools_dev_* helpers
+and config.guess.  Do NOT use dh-autoreconf and dh_autotools-dev_* helpers
 at the same time, dh-autoreconf takes care of updating config.sub and
 config.guess by itself.
 


signature.asc
Description: Digital signature


Bug#692778: ITP: libtins -- C++ library for manipulating raw network packets

2012-11-08 Thread Raúl Benencia
Package: wnpp
Severity: wishlist

* Package name: libtins
  Version : 0.2
  Upstream author : Matías Fontanini mfontan...@nasel.com.ar
* URL : http://libtins.sourceforge.net/
* License : BSD
  Programming Lang: C++
  Description : C++ library for manipulating raw network packets

This library main purpose is to provide the C++ developer an easy,
efficient, platform and endianess-independent way to create tools which
need to send, receive and manipulate specially crafted packets. Forging
packets using libtins is as simple as stacking different Protocol Data
Units objects. It depends on libpcap.


signature.asc
Description: Digital signature


Bug#691352: Typo in 8.6.4 (The shlibs system)

2012-10-24 Thread Raúl Benencia
Package: debian-policy
Version: 3.9.4.0
Severity: minor

At the beginning, when the policy says The shlibs system is an simpler
alternative. s/an/a

Cheers.


signature.asc
Description: Digital signature


Bug#678786: Build successful

2012-08-07 Thread Raúl Benencia
I've successfuly built this package on amd64. Build log attached.
I: using fakeroot in build.
I: Current time: Tue Aug  7 19:41:06 ART 2012
I: pbuilder-time-stamp: 1344379266
I: Building the build Environment
I: extracting base tarball [/var/cache/pbuilder/base.tgz]
I: creating local configuration
I: copying local configuration
I: mounting /proc filesystem
I: mounting /dev/pts filesystem
I: Mounting /var/cache/pbuilder/ccache
I: policy-rc.d already exists
I: Obtaining the cached apt archive contents
I: Setting up ccache
I: Installing the build-deps
W: no hooks of type D found -- ignoring
 - Attempting to satisfy build-dependencies
 - Creating pbuilder-satisfydepends-dummy package
Package: pbuilder-satisfydepends-dummy
Version: 0.invalid.0
Architecture: amd64
Maintainer: Debian Pbuilder Team pbuilder-ma...@lists.alioth.debian.org
Description: Dummy package to satisfy dependencies with aptitude - created by 
pbuilder
 This package was created automatically by pbuilder to satisfy the
 build-dependencies of the package being currently built.
Depends: debhelper (= 7), cdbs, haskell-devscripts (= 0.8), ghc, ghc-prof, 
llvm-dev, ghc-doc
dpkg-deb: building package `pbuilder-satisfydepends-dummy' in 
`/tmp/satisfydepends-aptitude/pbuilder-satisfydepends-dummy.deb'.
Selecting previously unselected package pbuilder-satisfydepends-dummy.
(Reading database ... 11060 files and directories currently installed.)
Unpacking pbuilder-satisfydepends-dummy (from 
.../pbuilder-satisfydepends-dummy.deb) ...
dpkg: pbuilder-satisfydepends-dummy: dependency problems, but configuring 
anyway as you requested:
 pbuilder-satisfydepends-dummy depends on debhelper (= 7); however:
  Package debhelper is not installed.
 pbuilder-satisfydepends-dummy depends on cdbs; however:
  Package cdbs is not installed.
 pbuilder-satisfydepends-dummy depends on haskell-devscripts (= 0.8); however:
  Package haskell-devscripts is not installed.
 pbuilder-satisfydepends-dummy depends on ghc; however:
  Package ghc is not installed.
 pbuilder-satisfydepends-dummy depends on ghc-prof; however:
  Package ghc-prof is not installed.
 pbuilder-satisfydepends-dummy depends on llvm-dev; however:
  Package llvm-dev is not installed.
 pbuilder-satisfydepends-dummy depends on ghc-doc; however:
  Package ghc-doc is not installed.

Setting up pbuilder-satisfydepends-dummy (0.invalid.0) ...
Reading package lists...
Building dependency tree...
Reading state information...
Initializing package states...
Writing extended state information...
The following NEW packages will be installed:
  binfmt-support{a} bsdmainutils{a} cdbs{a} dctrl-tools{a} debhelper{a} 
  dh-buildinfo{a} file{a} gettext{a} gettext-base{a} ghc{a} ghc-doc{a} 
  ghc-haddock{a} ghc-prof{a} groff-base{a} haskell-devscripts{a} 
  hscolour{a} html-xml-utils{a} html2text{a} intltool-debian{a} 
  libasprintf0c2{a} libbsd-dev{a} libbsd0{a} libcroco3{a} 
  libcurl3-gnutls{a} libffi-dev{a} libffi5{a} libgcrypt11{a} 
  libgettextpo0{a} libglib2.0-0{a} libgmp-dev{a} libgmpxx4ldbl{a} 
  libgnutls26{a} libgpg-error0{a} libgssapi-krb5-2{a} libidn11{a} 
  libk5crypto3{a} libkeyutils1{a} libkrb5-3{a} libkrb5support0{a} 
  libldap-2.4-2{a} libllvm3.0{a} libmagic1{a} libp11-kit0{a} libpcre3{a} 
  libpipeline1{a} librtmp0{a} libsasl2-2{a} libssh2-1{a} libtasn1-3{a} 
  libunistring0{a} libxml2{a} llvm{a} llvm-3.0{a} llvm-3.0-dev{a} 
  llvm-3.0-runtime{a} llvm-dev{a} llvm-runtime{a} man-db{a} po-debconf{a} 
0 packages upgraded, 59 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/148 MB of archives. After unpacking 851 MB will be used.
Writing extended state information...
debconf: delaying package configuration, since apt-utils is not installed
Selecting previously unselected package libpipeline1:amd64.
(Reading database ... 11060 files and directories currently installed.)
Unpacking libpipeline1:amd64 (from .../libpipeline1_1.2.1-1_amd64.deb) ...
Selecting previously unselected package libasprintf0c2:amd64.
Unpacking libasprintf0c2:amd64 (from .../libasprintf0c2_0.18.1.1-9_amd64.deb) 
...
Selecting previously unselected package libgpg-error0:amd64.
Unpacking libgpg-error0:amd64 (from .../libgpg-error0_1.10-3_amd64.deb) ...
Selecting previously unselected package libgcrypt11:amd64.
Unpacking libgcrypt11:amd64 (from .../libgcrypt11_1.5.0-3_amd64.deb) ...
Selecting previously unselected package libp11-kit0:amd64.
Unpacking libp11-kit0:amd64 (from .../libp11-kit0_0.12-3_amd64.deb) ...
Selecting previously unselected package libtasn1-3:amd64.
Unpacking libtasn1-3:amd64 (from .../libtasn1-3_2.13-2_amd64.deb) ...
Selecting previously unselected package libgnutls26:amd64.
Unpacking libgnutls26:amd64 (from .../libgnutls26_2.12.20-1_amd64.deb) ...
Selecting previously unselected package libkeyutils1:amd64.
Unpacking libkeyutils1:amd64 (from .../libkeyutils1_1.5.5-3_amd64.deb) ...
Selecting previously unselected package libkrb5support0:amd64.
Unpacking libkrb5support0:amd64 (from 

Bug#675508: [typo] 6.2.6 - preferencs

2012-06-01 Thread Raúl Benencia
Package: debian-handbook
Version: 6.0+20120509
Severity: minor

The typo preferencs is in section 6.2.6 (Working with Several
Distributions). I've checked debian-handbook git and I think it is not
solved there yet.

Cheers.


signature.asc
Description: Digital signature


Bug#675225: RFS: drupal6/6.26-1.1 [RC]

2012-05-30 Thread Raúl Benencia
Package: sponsorship-requests
Severity: important

Dear mentors,

I am looking for a sponsor for my package drupal6

 * Package name: drupal6
   Version : 6.26-1.1
 * URL : https://drupal.org/
 * License : gpl-2
   Section : web

It builds those binary packages:

  drupal6- fully-featured content management framework

To access further information about this package, please visit the following 
URL:

http://mentors.debian.net/package/drupal6


Alternatively, one can download the package with dget using this command:

  dget -x 
http://mentors.debian.net/debian/pool/main/d/drupal6/drupal6_6.26-1.1.dsc

More information about hello can be obtained from http://www.example.com.

Changes since the last upload:

 * Fix FTBFS, added missing PACKAGE variable in d/rules (Closes: #673295)

Regards,
 Raúl Benencia


signature.asc
Description: Digital signature


Bug#675230: RFS: zeroc-icee/1.2.0-6.1 [RC]

2012-05-30 Thread Raúl Benencia
Package: sponsorship-requests
Severity: important

Dear mentors,

I am looking for a sponsor for my package zeroc-icee

 * Package name: zeroc-icee
   Version : 1.2.0-6.1
 * URL : http://www.zeroc.com/
 * License : gpl-2
   Section : libs

It builds those binary packages:

icee-slice - Slice definitions for ZeroC IceE services
libicee-dev - ZeroC IceE for C++ development libraries
libicee12  - ZeroC IceE for C++ server runtime libraries
zeroc-icee - Embedded edition of the ZeroC Ice

To access further information about this package, please visit the following 
URL:

  http://mentors.debian.net/package/zeroc-icee


Alternatively, one can download the package with dget using this command:

  dget -x 
http://mentors.debian.net/debian/pool/main/z/zeroc-icee/zeroc-icee_1.2.0-6.1.dsc

More information about hello can be obtained from http://www.example.com.

Changes since the last upload:

  * Fix ftbfs with GCC-4.7: build with -fpermissive (Closes: #667427)


Regards,
 Raúl Benencia


signature.asc
Description: Digital signature


Bug#667375: soqt: diff for NMU version 1.5.0-2.1

2012-05-23 Thread Raúl Benencia
tags 667375 + fixed
thanks

The bug indeed is in coin3, but nevertheless this package can be
compiled by adding the CXXFLAG -fpermissive. coin3 ftbfs
(#667139) can be workarounded in the same way, but I think the actual
fix should be made by upstream developers.

I've tagged this bug as fixed because I don't know if the attached
fix qualifies for a patch tag. I would like to read the opinion of a
more experienced developer in this matter.

I've prepared an NMU (it needs sponsoring) for soqt (versioned as
1.5.0-2.1) and uploaded it to mentors.debian.net[0].

Regards.

[0] https://mentors.debian.net/package/soqt
diff -Nru soqt-1.5.0/debian/changelog soqt-1.5.0/debian/changelog
--- soqt-1.5.0/debian/changelog	2011-12-11 05:57:44.0 -0300
+++ soqt-1.5.0/debian/changelog	2012-05-22 21:54:59.0 -0300
@@ -1,3 +1,10 @@
+soqt (1.5.0-2.1) unstable; urgency=high
+
+  * Non-maintainer upload.
+  * Fix ftbfs with GCC-4.7: build with -fpermissive (Closes: #667375)
+
+ -- Raúl Benencia rbenen...@linti.unlp.edu.ar  Tue, 22 May 2012 21:44:54 -0300
+
 soqt (1.5.0-2) unstable; urgency=low
 
   * Switch to source format 3.0 (quilt).
diff -Nru soqt-1.5.0/debian/rules soqt-1.5.0/debian/rules
--- soqt-1.5.0/debian/rules	2011-12-11 06:04:07.0 -0300
+++ soqt-1.5.0/debian/rules	2012-05-22 21:59:45.0 -0300
@@ -25,6 +25,8 @@
 CFLAGS += -O2
 endif
 
+export CXXFLAGS=-fpermissive
+
 build: build-stamp-qt4
 
 build-stamp-qt4:


signature.asc
Description: Digital signature


Bug#667375: Compilation against coin3-3.1.3-2.1

2012-05-23 Thread Raúl Benencia
I've tried to build against the new coin3-3.1.3-2.1, but it won't
compile unless -fpermissive flag is set. I guess we should apply the
patch I've sent to workaround this bug (they did this in #667139),
and wait for upstream to really solve the issue.


signature.asc
Description: Digital signature


Bug#673295: Wrong tag

2012-05-23 Thread Raúl Benencia
tags 673295 - pending
thanks

Sorry, I've sent my last email with nmudiff, which by default adds
patch and pending tags. I realized that it is not up to me to
decide that this bug deserves the pending tag. 


signature.asc
Description: Digital signature


Bug#667427: Wrong tag

2012-05-23 Thread Raúl Benencia
tags 667427 - pending
thanks

Sorry, I've sent my last email with nmudiff, which by default adds
patch and pending tags. I realized that it is not up to me to
decide that this bug deserves the pending tag. 


signature.asc
Description: Digital signature


Bug#667427: zeroc-icee: diff for NMU version 1.2.0-6.1

2012-05-22 Thread Raúl Benencia
tags 667427 + patch
tags 667427 + pending
thanks

Dear maintainer,

I've prepared an NMU (it needs a sponsor) for zeroc-icee (versioned as
1.2.0-6.1) and uploaded it to mentors.debian.net[0]. I've fixed this
issue the same way it was fixed here[1]. Hope you find the patch
helpful.

Regards.

[0] https://mentors.debian.net/package/zeroc-icee
[1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=667139
diff -u zeroc-icee-1.2.0/debian/changelog zeroc-icee-1.2.0/debian/changelog
--- zeroc-icee-1.2.0/debian/changelog
+++ zeroc-icee-1.2.0/debian/changelog
@@ -1,3 +1,10 @@
+zeroc-icee (1.2.0-6.1) unstable; urgency=high
+
+  * Non-maintainer upload.
+  * Fix ftbfs with GCC-4.7: build with -fpermissive (Closes: #667427)
+
+ -- Raúl Benencia rbenen...@linti.unlp.edu.ar  Tue, 22 May 2012 14:32:03 -0300
+
 zeroc-icee (1.2.0-6) unstable; urgency=low
 
   * Fixed versioned dependency of zeroc-icee on libicee-java to match
only in patch2:
unchanged:
--- zeroc-icee-1.2.0.orig/debian/patches/10-gcc4.7-compilation.patch
+++ zeroc-icee-1.2.0/debian/patches/10-gcc4.7-compilation.patch
@@ -0,0 +1,33 @@
+diff -Nur -x '*.orig' -x '*~' zeroc-icee-1.2.0/config/Make.rules.GNU zeroc-icee-1.2.0.new/config/Make.rules.GNU
+--- zeroc-icee-1.2.0/config/Make.rules.GNU	2012-05-22 14:50:44.914966093 -0300
 zeroc-icee-1.2.0.new/config/Make.rules.GNU	2012-05-22 14:52:25.622965453 -0300
+@@ -66,6 +66,7 @@
+ endif
+ 
+ CXXFLAGS		= $(CXXARCHFLAGS) -ftemplate-depth-128 -Wall -D_REENTRANT -DHAVE_ENDIAN_H -DHAVE_LIMITS_H
++CXXFLAGS		+= -fpermissive
+ 
+ ifeq ($(STATICLIBS),)
+CXXFLAGS		+= -fPIC
+diff -Nur -x '*.orig' -x '*~' zeroc-icee-1.2.0/config/Make.rules.GNU_kFreeBSD zeroc-icee-1.2.0.new/config/Make.rules.GNU_kFreeBSD
+--- zeroc-icee-1.2.0/config/Make.rules.GNU_kFreeBSD	2012-05-22 14:50:44.914966093 -0300
 zeroc-icee-1.2.0.new/config/Make.rules.GNU_kFreeBSD	2012-05-22 14:53:41.938964965 -0300
+@@ -66,6 +66,7 @@
+ endif
+ 
+ CXXFLAGS		= $(CXXARCHFLAGS) -ftemplate-depth-128 -Wall -D_REENTRANT -DHAVE_ENDIAN_H -DHAVE_LIMITS_H
++CXXFLAGS		+= -fpermissive
+ 
+ ifeq ($(STATICLIBS),)
+CXXFLAGS		+= -fPIC
+diff -Nur -x '*.orig' -x '*~' zeroc-icee-1.2.0/config/Make.rules.Linux zeroc-icee-1.2.0.new/config/Make.rules.Linux
+--- zeroc-icee-1.2.0/config/Make.rules.Linux	2012-05-22 14:50:44.914966093 -0300
 zeroc-icee-1.2.0.new/config/Make.rules.Linux	2012-05-22 14:53:12.182965157 -0300
+@@ -66,6 +66,7 @@
+ endif
+ 
+ CXXFLAGS		= $(CXXARCHFLAGS) -ftemplate-depth-128 -Wall -D_REENTRANT -DHAVE_ENDIAN_H -DHAVE_LIMITS_H
++CXXFLAGS		+= -fpermissive
+ 
+ ifeq ($(STATICLIBS),)
+CXXFLAGS		+= -fPIC


signature.asc
Description: Digital signature


Bug#673295: drupal6: diff for NMU version 6.26-1.1

2012-05-21 Thread Raúl Benencia
tags 673295 + patch
tags 673295 + pending
thanks

Dear maintainer,

I've prepared an NMU for drupal6 (versioned as 6.26-1.1). The package
is sleeping[0] in mentors.debian.net (I didn't request any sponsoring),
as I can't upload it to DELAYED queue.

The patch is simple. It just add the missing PACKAGE variable in
d/rules.

Please, feel free to extract the patch and apply it to your next
drupal6 revision or, if convenient, do the NMU.

Regards.

[0] http://mentors.debian.net/package/drupal6
diff -Nru drupal6-6.26/debian/changelog drupal6-6.26/debian/changelog
--- drupal6-6.26/debian/changelog	2012-05-15 16:03:09.0 -0300
+++ drupal6-6.26/debian/changelog	2012-05-21 14:52:36.0 -0300
@@ -1,3 +1,10 @@
+drupal6 (6.26-1.1) unstable; urgency=high
+
+  * Non-maintainer upload.
+  * Added missing PACKAGE variable in d/rules (Closes: #673295)
+
+ -- Raúl Benencia rbenen...@linti.unlp.edu.ar  Mon, 21 May 2012 14:39:32 -0300
+
 drupal6 (6.26-1) unstable; urgency=high
 
   [ Luigi Gangitano ]
diff -Nru drupal6-6.26/debian/rules drupal6-6.26/debian/rules
--- drupal6-6.26/debian/rules	2012-05-15 15:57:41.0 -0300
+++ drupal6-6.26/debian/rules	2012-05-21 14:42:01.0 -0300
@@ -2,6 +2,7 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 #export DH_OPTIONS=-v
+PACKAGE=drupal6
 
 %:
 	dh  $@


signature.asc
Description: Digital signature


Bug#672899: RFS: foremost/1.5.7-2 [ITA]

2012-05-14 Thread Raúl Benencia
Package: sponsorship-requests
Severity: normal

Dear mentors,

I am looking for a sponsor for my package foremost

* Package name: foremost
  Version : 1.5.7-2
  Upstream Author : Jesse Kornblum resea...@jessekorblum.com
Kris Kendall kriskend...@users.sourceforge.net
Nick Mikus nami...@users.sf.net
* URL : http://foremost.sourceforge.net/
* License : Public domain
  Section : admin

It builds those binary packages:

  foremost   - forensic program to recover lost files

To access further information about this package, please visit the following 
URL:

  http://mentors.debian.net/package/foremost

Alternatively, one can download the package with dget using this command:

  dget -x 
http://mentors.debian.net/debian/pool/main/f/foremost/foremost_1.5.7-2.dsc

More information about foremost can be obtained from 
http://foremost.sourceforge.net/.

Changes since the last upload from former maintainer:

  * New maintainer (Closes: #661488)
  * Bump standards version to 3.9.3.
  * Upgraded debian/copyright to a machine-readable format.
  * Renamed and cleaned debian-changes-1.5.7-1 patch.
  * Added watch file

Regards,
  Raúl Benencia


signature.asc
Description: Digital signature


Bug#661488: O: foremost -- Forensics application to recover data

2012-05-13 Thread Raúl Benencia
I think I've waited enough time for an answer [0]. I'll re-write debian/* from
scratch.

[0] http://lists.debian.org/debian-legal/2012/04/msg00027.html


signature.asc
Description: Digital signature


Bug#662583: mtr: diff for NMU version 0.82-2.1

2012-04-03 Thread Raúl Benencia
tags 662583 + patch
tags 662583 + pending
thanks

Dear maintainer,

I've prepared an NMU for mtr (versioned as 0.82-2.1). I's just a patched version
of what Rogier Wolff said[0].

Regards.

[0] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=662583#10
diff -u mtr-0.82/debian/rules mtr-0.82/debian/rules
--- mtr-0.82/debian/rules
+++ mtr-0.82/debian/rules
@@ -26,6 +26,10 @@
 	touch aclocal.m4  \
 	touch configure
 
+	aclocal  \
+	automake --foreign --include-deps Makefile  \
+	autoconf
+
 	mkdir mtr  cd mtr  ../configure $(shell dpkg-buildflags --export=configure /dev/null 21  dpkg-buildflags --export=configure) $(confflags) --prefix=`pwd`/debian/tmp/usr --mandir=`pwd`/debian/tmp/usr/share/man --sbindir=`pwd`/debian/tmp/usr/bin --enable-gtk2
 	make -C mtr
 
diff -u mtr-0.82/debian/changelog mtr-0.82/debian/changelog
--- mtr-0.82/debian/changelog
+++ mtr-0.82/debian/changelog
@@ -1,3 +1,10 @@
+mtr (0.82-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fixed FTBFS by generating aclocal.m4 before compiling, closes: #662583
+
+ -- Raúl Benencia rbenen...@linti.unlp.edu.ar  Tue, 03 Apr 2012 16:00:01 -0300
+
 mtr (0.82-2) unstable; urgency=low
 
   * Add patch by Moritz Mühlenhoff to enable hardened build flags,


signature.asc
Description: Digital signature


Bug#660716: btscanner: diff for NMU version 2.1-5.1

2012-03-02 Thread Raúl Benencia
tags 660716 + patch
tags 660716 + pending
thanks

Dear maintainer,

I've prepared an NMU for btscanner (versioned as 2.1-5.1)

Regards.
diff -u btscanner-2.1/debian/changelog btscanner-2.1/debian/changelog
--- btscanner-2.1/debian/changelog
+++ btscanner-2.1/debian/changelog
@@ -1,3 +1,10 @@
+btscanner (2.1-5.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fixed FTBFS. (Closes: #660716)
+
+ -- Raúl Benencia rbenen...@linti.unlp.edu.ar  Fri, 02 Mar 2012 11:10:55 -0300
+
 btscanner (2.1-5) unstable; urgency=low
 
   * Change build-dep libbluetooth2-dev to libbluetooth-dev (Closes: #530350).
only in patch2:
unchanged:
--- btscanner-2.1.orig/debian/patches/03_wrong_std_cflag.patch
+++ btscanner-2.1/debian/patches/03_wrong_std_cflag.patch
@@ -0,0 +1,24 @@
+diff -Nur -x '*.orig' -x '*~' btscanner-2.1/configure btscanner-2.1.new/configure
+--- btscanner-2.1/configure	2012-03-02 11:19:04.547758574 -0300
 btscanner-2.1.new/configure	2012-03-02 11:19:46.815968203 -0300
+@@ -5289,7 +5289,7 @@
+   -Wstrict-prototypes -Wtrigraphs -Wundef -Wuninitialized \
+   -W -Wunused -Wformat-security -Wmissing-braces -Wbad-function-cast \
+   -Wcast-qual -falign-functions -falign-labels -falign-loops\
+-  -pedantic -fstrict-aliasing -D_GNU_SOURCE -std=c99
++  -pedantic -fstrict-aliasing -D_GNU_SOURCE -std=gnu99
+ #  -fstack-check -fbounds-check
+ 
+ # cfg
+diff -Nur -x '*.orig' -x '*~' btscanner-2.1/configure.in btscanner-2.1.new/configure.in
+--- btscanner-2.1/configure.in	2012-03-02 11:19:04.543758559 -0300
 btscanner-2.1.new/configure.in	2012-03-02 11:20:55.548309006 -0300
+@@ -68,7 +68,7 @@
+   -Wstrict-prototypes -Wtrigraphs -Wundef -Wuninitialized \
+   -W -Wunused -Wformat-security -Wmissing-braces -Wbad-function-cast \
+   -Wcast-qual -falign-functions -falign-labels -falign-loops\
+-  -pedantic -fstrict-aliasing -D_GNU_SOURCE -std=c99
++  -pedantic -fstrict-aliasing -D_GNU_SOURCE -std=gnu99
+ #  -fstack-check -fbounds-check
+ 
+ # cfg


Bug#658888: ITP: themole -- Automatic SQL injection exploitation tool

2012-02-06 Thread Raúl Benencia
Package: wnpp
Severity: wishlist
Owner: Raúl Benencia rbenen...@linti.unlp.edu.ar

* Package name: themole
  Version : 0.2.6
  Upstream Author : Santiago Alessandri salessan...@nasel.com.ar, Matías 
Fontanini mfontan...@nasel.com.ar, Gastón Traberg gtrab...@nasel.com.ar
* URL : http://themole.nasel.com.ar
* License : GPL
  Programming Lang: Python
  Description : Automatic SQL injection exploitation tool

The Mole is an automatic SQL Injection exploitation tool. 
Only by providing a vulnerable URL and a valid string on the
site it can detect the injection and exploit it, either by
using the union technique or a boolean query based technique.

The Mole uses a command based interface, allowing the user
to indicate the action he wants to perform easily. The CLI also
provides auto-completion on both commands and command arguments,
making the user type as less as possible.



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