Bug#835159: RFS: cdist/4.3.1-1

2016-08-22 Thread Dmitry Bogatov
Package: sponsorship-requests
Severity: wishlist

Dear mentors,

I am looking for a sponsor for my package "cdist"

* Package name: cdist
  Version : 4.3.1-1
  Upstream Author : Nico Schottelius 
* Url : http://www.nico.schottelius.org/software/cdist/
* Licenses: GPL-3,GPL-3+
  Section : admin

It builds those binary packages:

  * cdist
  * cdist-doc

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

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

Alternatively, one can download the package with dget using this command:
dget -x http://mentors.debian.net/debian/pool/main/c/cdist/cdist_4.3.1-1.dsc

Alternatively, you can access package debian/ directory via git from URL:
https://anonscm.debian.org/cgit/users/kaction-guest/cdist.git

More information about cdist can be obtained from
http://www.nico.schottelius.org/software/cdist/

Changes since last upload:

  * New upstream release

Regards,
  Dmitry Bogatov



Bug#835081: RFS: iptables-persistent/1.0.4+nmu1 [NMU] [RC]

2016-08-22 Thread gustavo panizzo (gfa)
Gianfranco/BTS,

here is a new debdiff with the changes discused yesterday.

cheers



-- 
1AE0 322E B8F7 4717 BDEA BF1D 44BB 1BA7 9F6C 6333

keybase: https://keybase.io/gfa
diff -Nru iptables-persistent-1.0.4/debian/changelog iptables-persistent-1.0.4+nmu1/debian/changelog
--- iptables-persistent-1.0.4/debian/changelog	2016-01-03 03:46:08.0 +0800
+++ iptables-persistent-1.0.4+nmu1/debian/changelog	2016-08-21 13:05:39.0 +0800
@@ -1,3 +1,18 @@
+iptables-persistent (1.0.4+nmu1) unstable; urgency=low
+
+  [ Jonathan Wiltshire ]
+  * Update debhelper to compat level 9
+  * Standards version 3.9.6 no changes needed.
+  * Re-tab plugins/15-ip4tables and plugins/25-ip6tables
+
+  [ gustavo panizzo ]
+  * Non-maintainer upload.
+  * Starts netfilter-persistent service before network-pre.target,
+as suggested by systemd upstream. Thanks to Patrick Schleizer
+(Closes: #829640).
+
+ -- gustavo panizzo   Sun, 21 Aug 2016 13:05:39 +0800
+
 iptables-persistent (1.0.4) unstable; urgency=medium
 
   * [d52b9e] During flush, set policy before flushing rules (Closes: #749790)
diff -Nru iptables-persistent-1.0.4/debian/compat iptables-persistent-1.0.4+nmu1/debian/compat
--- iptables-persistent-1.0.4/debian/compat	2016-01-03 03:46:08.0 +0800
+++ iptables-persistent-1.0.4+nmu1/debian/compat	2016-08-21 13:05:06.0 +0800
@@ -1 +1 @@
-7
+9
diff -Nru iptables-persistent-1.0.4/debian/control iptables-persistent-1.0.4+nmu1/debian/control
--- iptables-persistent-1.0.4/debian/control	2016-01-03 03:46:08.0 +0800
+++ iptables-persistent-1.0.4+nmu1/debian/control	2016-08-21 13:05:06.0 +0800
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Jonathan Wiltshire 
 Build-Depends: debhelper (>= 7.0.50~), dh-systemd, po-debconf
-Standards-Version: 3.9.5
+Standards-Version: 3.9.6
 Vcs-Browser: http://anonscm.debian.org/cgit/collab-maint/iptables-persistent.git/
 Vcs-Git: git://anonscm.debian.org/collab-maint/iptables-persistent.git
 
diff -Nru iptables-persistent-1.0.4/debian/rules iptables-persistent-1.0.4+nmu1/debian/rules
--- iptables-persistent-1.0.4/debian/rules	2016-01-03 03:46:08.0 +0800
+++ iptables-persistent-1.0.4+nmu1/debian/rules	2016-08-21 13:05:06.0 +0800
@@ -4,5 +4,5 @@
 	dh_installinit -- start 37 S . stop 37 0 1 6 .
 
 %:
-	dh --with systemd $@
+	dh $@ --with systemd
 
diff -Nru iptables-persistent-1.0.4/plugins/15-ip4tables iptables-persistent-1.0.4+nmu1/plugins/15-ip4tables
--- iptables-persistent-1.0.4/plugins/15-ip4tables	2016-01-03 03:46:08.0 +0800
+++ iptables-persistent-1.0.4+nmu1/plugins/15-ip4tables	2016-08-21 13:05:06.0 +0800
@@ -35,8 +35,8 @@
 	if [ ! -f /proc/net/ip_tables_names ]; then
 		echo "Warning: skipping IPv4 (no modules loaded)"
 	elif [ -x /sbin/iptables-save ]; then
-touch /etc/iptables/rules.v4
-chmod 0640 /etc/iptables/rules.v4
+		touch /etc/iptables/rules.v4
+		chmod 0640 /etc/iptables/rules.v4
 		iptables-save > /etc/iptables/rules.v4
 		if [ $? -ne 0 ]; then
 			rc=1
diff -Nru iptables-persistent-1.0.4/plugins/25-ip6tables iptables-persistent-1.0.4+nmu1/plugins/25-ip6tables
--- iptables-persistent-1.0.4/plugins/25-ip6tables	2016-01-03 03:46:08.0 +0800
+++ iptables-persistent-1.0.4+nmu1/plugins/25-ip6tables	2016-08-21 13:05:06.0 +0800
@@ -35,8 +35,8 @@
 	if [ ! -f /proc/net/ip6_tables_names ]; then
 		log_action_cont_msg "Warning: skipping IPv6 (no modules loaded)"
 	elif [ -x /sbin/ip6tables-save ]; then
-touch /etc/iptables/rules.v6
-chmod 0640 /etc/iptables/rules.v6
+		touch /etc/iptables/rules.v6
+		chmod 0640 /etc/iptables/rules.v6
 		ip6tables-save > /etc/iptables/rules.v6
 		if [ $? -ne 0 ]; then
 			rc=1
diff -Nru iptables-persistent-1.0.4/systemd/netfilter-persistent.service iptables-persistent-1.0.4+nmu1/systemd/netfilter-persistent.service
--- iptables-persistent-1.0.4/systemd/netfilter-persistent.service	2016-01-03 03:46:08.0 +0800
+++ iptables-persistent-1.0.4+nmu1/systemd/netfilter-persistent.service	2016-08-21 13:05:39.0 +0800
@@ -1,10 +1,16 @@
 [Unit]
 Description=netfilter persistent configuration
 DefaultDependencies=no
-Before=network.target
+
+Before=network-pre.target
+Wants=network-pre.target
+
 Wants=systemd-modules-load.service local-fs.target
 After=systemd-modules-load.service local-fs.target
 
+Conflicts=shutdown.target
+Before=shutdown.target
+
 [Service]
 Type=oneshot
 RemainAfterExit=yes
@@ -13,4 +19,3 @@
 
 [Install]
 WantedBy=multi-user.target
-


signature.asc
Description: PGP signature


Bug#835141: RFS: telegram-purple/1.3.0-1 [ITP] -- Purple plugin to support Telegram

2016-08-22 Thread Ben Wiederhake
Package: sponsorship-requests
Version: sponsorship-requests
Severity: wishlist

Dear mentors,

in this mail:
(1) Asking potential sponsor about state
(2) normal RFS stuff
(3) things where I need help


(1) @Josue Ortega:  Are you still interested in sponsoring this package?  If
not, no problem, just please say so :)


(2) normal RFS stuff:
I am looking for a sponsor for my package "telegram-purple":

 * Package name: telegram-purple
   Version : 1.3.0-1
   Upstream Author : Matthias Jentsch 
 * URL : https://github.com/majn/telegram-purple
 * License : GPL2+
   Programming Lang: C
   Section : net

It builds those binary packages:

  telegram-purple - Purple plugin to support Telegram

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

https://mentors.debian.net/package/telegram-purple

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

dget -x https://mentors.debian.net/debian/pool/main/t/telegram-purple
/telegram-purple_1.3.0-1.dsc

Or if you prefer to view the tree:

https://github.com/BenWiederhake/telegram-purple/tree/debian-develop

The package is (of course) mostly lintian clean and passes several other tests.
- Lintian "spelling-error-in-binary":  it's in a debug message of tgl.
- Lintian "hardening-no-bindnow":  see below

There is no pidgin-packaging team, otherwise I would have contacted
them nearly a year ago.

Please read README.source for some packaging choices.

Changes since the last upload (February 2016):
- new upstream version (finally! :D)
- bump standards from 3.9.6.0 to 3.9.8.0 (no-op)
- simplify orig-tar generation (upstream support)
- check for any changed copyrights (removal of "rawtar" process)
- reduce and fix d/docs
- update README.source ('make dist' and typos)
- update dev chat link in d/upstream/metadata


(3) Things where I need help:

The suggested fix for "hardening-no-bindnow" (namely, `hardening=+all`,
which inserts a `-fPIE`) breaks the build, as we need to build an
intermediate shared library, tgl, which can't work with PIE.  The
failing call to gcc looks like this:
gcc -shared -o libs/libtgl.so objs/${lot-of-objects}.o -fPIE -pie \
  -Wl,-z,relro -Wl,-z,now -L/usr/lib/${and/so/on} -rdynamic -ggdb -lz
-lgcrypt
/${path/to}/Scrt1.o: In function `_start':
(.text+0x20): undefined reference to `main'
Since technically that file doesn't need to be built, the final
shared library (would) also fails:
gcc -shared -o bin/telegram-purple.so objs/${lots}.o tgl/libs/libtgl.a \
  -fPIE -pie -Wl,-z,relro -Wl,-z,now -L${paths} -l${things} -rdynamic -ggdb
Being a shared library, there naturally is no `main`, and a shared library
shouldn't be compiled with -fPIE.  Thus, I ignore this warning.

QA on mentors claims that the watchfile isn't valid:
A watch file is present but doesn't work
- Scanning for watchfiles in .
- Found watchfile in ./debian
- Scan finished
I can't reproduce this on my local 'testing' installation, nor
'unstable' chroot, as `./debian/rules get-orig-source` works as
expected, and I don't know QA's exact invocation of uscan, or the
error they see.

Regards,
Ben Wiederhake



Re: xbase64/3.1.2-7

2016-08-22 Thread John Paul Adrian Glaubitz
On 08/22/2016 08:36 PM, Jörg Frings-Fürst wrote:
> I have a new version of xbase64 ready for a review.
> My changes:

I'll try to have a look at it within the next days. The same applies
for sane-backends/1.0.25-3.

Thanks,
Adrian

-- 
 .''`.  John Paul Adrian Glaubitz
: :' :  Debian Developer - glaub...@debian.org
`. `'   Freie Universitaet Berlin - glaub...@physik.fu-berlin.de
  `-GPG: 62FF 8A75 84E0 2956 9546  0006 7426 3B37 F5B5 F913



signature.asc
Description: OpenPGP digital signature


xbase64/3.1.2-7

2016-08-22 Thread Jörg Frings-Fürst
Hello,

I have a new version of xbase64 ready for a review.
My changes:

  * debian/rules:
- Some changes for gcc-6 compatibility (Closes: #811846).
  * debian/copyright:
- Add year 2016 to debian/*.
  * debian/watch:
- Bump version to 4 (No changes required).
  * Renumbering debian/patches/*.
  * debian/control:
- Change Vcs-* to secure uri.
- Bump Standards-Version to 3.9.8 (no changes required).
  * Use dpkg-maintscript-helper dir_to_symlink at debian/*.postinst.
  * Remove useless debian/libxbase64-doc.lintian-overrides.
  * Add symbols files for all architectures.


Build with sbuild and pdebuild or ok. The checks with lintian and
piuparts also.


+--+
| Summary  |
+--+

Build Architecture: amd64
Build-Space: 42624
Build-Time: 77
Distribution: sid
Host Architecture: amd64
Install-Time: 46
Job: /db/entwicklung/linux/debian/xbase64/xbase64_3.1.2-7.dsc
Lintian: pass
Machine Architecture: amd64
Package: xbase64
Package-Time: 144
Piuparts: pass
Source-Version: 3.1.2-7
Space: 42624
Status: successful
Version: 3.1.2-7

Finished at 2016-08-22T17:45:50Z
Build needed 00:02:24, 42624k disc space



The package is uploaded to mentors[1].


Please can someone review this package?

Many thanks.


CU
Jörg


[1]  https://mentors.debian.net/debian/pool/main/x/xbase64/xbase64_3.1.2-7.dsc


-- New:
GPG Fingerprint: 63E0 075F C8D4 3ABB 35AB  30EE 09F8 9F3C 8CA1
D25D
GPG key (long) : 09F89F3C8CA1D25D
GPG Key: 8CA1D25D
CAcert
Key S/N : 0E:D4:56

Old pgp Key: BE581B6E (revoked since 2014-12-31).

Jörg Frings-Fürst
D-54470 Lieser

Threema: SYR8SJXB

IRC: j_...@freenode.net
 j_...@oftc.net

My wish list: 
 - Please send me a picture from the nature at your home.


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


Bug#835081: RFS: iptables-persistent/1.0.4+nmu1 [NMU] [RC]

2016-08-22 Thread Gianfranco Costamagna
Hi,
Hi Gustavo


>My bad, I based my work of the master branch of the git repo. I'll start
>again using the released tag (and apply the same chages to the master)

not needed.


they are changes done by the maintainer, so all you need to do is list them in 
changelog
[ Person1 ]
* fix bump
* patch
* refactor

[ Person2 ]
* fix bug #foo
* rebase patch for bug #bar

and everything is good.

please don't override maintainer fixes, even if they weren't uploaded

thanks

G.



Bug#835081: RFS: iptables-persistent/1.0.4+nmu1 [NMU] [RC]

2016-08-22 Thread gustavo panizzo
On Mon, Aug 22, 2016 at 08:58:26AM +, Gianfranco Costamagna wrote:
> control: owner -1 !
> control: tags -1 moreinfo
> 
> Hi,
Hello

> +++ iptables-persistent-1.0.4+nmu1/debian/compat2016-08-21 
> 07:05:06.0 +0200
> @@ -1 +1 @@
> -7
> +9
> (this is usually wrong without bumping debhelper minimum version too)
> 
> -Standards-Version: 3.9.5
> +Standards-Version: 3.9.6
> 
> 
> -   dh --with systemd $@
> +   dh $@ --with systemd
> 
> 
> various:
> -touch /etc/iptables/rules.v*
> -chmod 0640 /etc/iptables/rules.v*
> +   touch /etc/iptables/rules.v*
> +   chmod 0640 /etc/iptables/rules.v*
> 
> 
> (seems an indentation change)
> 
> I don't think they are in an NMU scope

My bad, I based my work of the master branch of the git repo. I'll start
again using the released tag (and apply the same chages to the master)

I'll send another debdiff soon

thanks


-- 
1AE0 322E B8F7 4717 BDEA BF1D 44BB 1BA7 9F6C 6333

keybase: https://keybase.io/gfa


signature.asc
Description: PGP signature


Bug#801262: RFS: ppsspp/1.2.2+dfsg1-1 [ITP] -- A portable PSP emulator

2016-08-22 Thread Gianfranco Costamagna
control: tags -1 moreinfo

>This should also be reverted:
>https://github.com/hrydgard/ppsspp/commit/e81fa01bf0f5e75c6ab16ca1d525dc73e36bcf62
>
>The entire ffmpeg situation was a temporary hack back then - the above
>should have never been comitted.


and please remove moreinfo tag once the package builds again

G.



Bug#801262: RFS: ppsspp/1.2.2+dfsg1-1 [ITP] -- A portable PSP emulator

2016-08-22 Thread James Cowgill
On Mon, 2016-08-22 at 09:41 +0100, James Cowgill wrote:
> Hi,
> 
> On Mon, 2016-08-22 at 00:50 -0300, Sérgio Benjamim wrote:
> > 
> > I'm trying to build it in sid, and I got a "cannot find 
> > -lavformat-ffmpeg". Did the ffmpeg lib links change [again]?
> 
> You need to use -lavformat (and others) to link with ffmpeg. The
> ffmpeg suffix was only used in the transitional period when we
> switched from libav to ffmpeg.

This should also be reverted:
https://github.com/hrydgard/ppsspp/commit/e81fa01bf0f5e75c6ab16ca1d525dc73e36bcf62

The entire ffmpeg situation was a temporary hack back then - the above
should have never been comitted.

James

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


Bug#835081: RFS: iptables-persistent/1.0.4+nmu1 [NMU] [RC]

2016-08-22 Thread Gianfranco Costamagna
control: owner -1 !
control: tags -1 moreinfo

Hi,



(chances are higher when a bug is opened)


>Changes since the last upload:
>
>iptables-persistent (1.0.4+nmu1) unstable; urgency=low
>
>  * Non-maintainer upload.
>  * Loads the firewall before network-pre.target, as suggested by systemd
>upstream. (Closes: #829640).


I would wait for a conclusion of bug #829640 before sponsoring
and also a conclusion for message #829640#24.

Also: unlisted changes probably out of an NMU scope
(but jmw is pretty active so he might ack them anyway)
+++ iptables-persistent-1.0.4+nmu1/debian/compat2016-08-21 
07:05:06.0 +0200
@@ -1 +1 @@
-7
+9
(this is usually wrong without bumping debhelper minimum version too)

-Standards-Version: 3.9.5
+Standards-Version: 3.9.6


-   dh --with systemd $@
+   dh $@ --with systemd


various:
-touch /etc/iptables/rules.v*
-chmod 0640 /etc/iptables/rules.v*
+   touch /etc/iptables/rules.v*
+   chmod 0640 /etc/iptables/rules.v*


(seems an indentation change)

I don't think they are in an NMU scope
(maybe the dh call change? In case, please open RC bugs against the package, 
fix them
with the changes, and list them in changelog).

thanks,

G.



Bug#834530: RFS: telepathy-ring/2.1.0-1.1 [NMU] [RC]

2016-08-22 Thread Gianfranco Costamagna
Hi,


>The original uploader removed himself from uploaders. The maintaining
>team (in CC) didn't respond to my mail [pkg-telepathy-maintainers] in
>the last 2,5 weeks.
sorry for coming late (and thanks Paul for sponsoring it).
As already said, that team needs some care and new blood.

e.g. for this package I would like to see
- use compat level 9 or 10
- use autoreconf
- use new dh-style calls
- VCS fields in secure mode (also fix in README.source file)
- std-version updated
- convert to quilt mode
- lintian complains

for sure they are out of an NMU scope, but since there aren't any human 
maintainers
right now... I guess you might want to join the team and do some Team Uploads 
or add
yourself as uploader.

also some other packages in that team might have included Ubuntu patches, such 
as:

telepathy-salut and ofono-phonesim (at least some bits) and probably more (I 
didn't
check carefully the list, sorry)

thanks you for the NMU and sponsoring it :)

G.



Bug#835081: RFS: iptables-persistent/1.0.4+nmu1 [NMU] [RC]

2016-08-22 Thread gustavo panizzo
Package: sponsorship-requests
Severity: important


Hello,

I'm looking for a sponsor for my NMU on iptables-persistent
It closes an RC bug, I've validated the fix my machines with different network 
configurations.
the debdiff is attached

I've worked with iptables-persistent git repo but I won't push my changes until 
the updated package
is on the archive.

Also the binary can be downloaded from -mentors

https://mentors.debian.net/debian/pool/main/i/iptables-persistent/iptables-persistent_1.0.4+nmu1.dsc

Changes since the last upload:

iptables-persistent (1.0.4+nmu1) unstable; urgency=low

  * Non-maintainer upload.
  * Loads the firewall before network-pre.target, as suggested by systemd
upstream. (Closes: #829640).


thanks!


-- System Information:
Debian Release: stretch/sid
  APT prefers testing
  APT policy: (900, 'testing'), (300, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 4.6.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
diff -Nru iptables-persistent-1.0.4/debian/changelog iptables-persistent-1.0.4+nmu1/debian/changelog
--- iptables-persistent-1.0.4/debian/changelog	2016-01-03 03:46:08.0 +0800
+++ iptables-persistent-1.0.4+nmu1/debian/changelog	2016-08-21 13:05:39.0 +0800
@@ -1,3 +1,11 @@
+iptables-persistent (1.0.4+nmu1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Loads the firewall before network-pre.target, as suggested by systemd
+upstream. (Closes: #829640).
+
+ -- gustavo panizzo   Sun, 21 Aug 2016 13:05:39 +0800
+
 iptables-persistent (1.0.4) unstable; urgency=medium
 
   * [d52b9e] During flush, set policy before flushing rules (Closes: #749790)
diff -Nru iptables-persistent-1.0.4/debian/compat iptables-persistent-1.0.4+nmu1/debian/compat
--- iptables-persistent-1.0.4/debian/compat	2016-01-03 03:46:08.0 +0800
+++ iptables-persistent-1.0.4+nmu1/debian/compat	2016-08-21 13:05:06.0 +0800
@@ -1 +1 @@
-7
+9
diff -Nru iptables-persistent-1.0.4/debian/control iptables-persistent-1.0.4+nmu1/debian/control
--- iptables-persistent-1.0.4/debian/control	2016-01-03 03:46:08.0 +0800
+++ iptables-persistent-1.0.4+nmu1/debian/control	2016-08-21 13:05:06.0 +0800
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Jonathan Wiltshire 
 Build-Depends: debhelper (>= 7.0.50~), dh-systemd, po-debconf
-Standards-Version: 3.9.5
+Standards-Version: 3.9.6
 Vcs-Browser: http://anonscm.debian.org/cgit/collab-maint/iptables-persistent.git/
 Vcs-Git: git://anonscm.debian.org/collab-maint/iptables-persistent.git
 
diff -Nru iptables-persistent-1.0.4/debian/rules iptables-persistent-1.0.4+nmu1/debian/rules
--- iptables-persistent-1.0.4/debian/rules	2016-01-03 03:46:08.0 +0800
+++ iptables-persistent-1.0.4+nmu1/debian/rules	2016-08-21 13:05:06.0 +0800
@@ -4,5 +4,5 @@
 	dh_installinit -- start 37 S . stop 37 0 1 6 .
 
 %:
-	dh --with systemd $@
+	dh $@ --with systemd
 
diff -Nru iptables-persistent-1.0.4/plugins/15-ip4tables iptables-persistent-1.0.4+nmu1/plugins/15-ip4tables
--- iptables-persistent-1.0.4/plugins/15-ip4tables	2016-01-03 03:46:08.0 +0800
+++ iptables-persistent-1.0.4+nmu1/plugins/15-ip4tables	2016-08-21 13:05:06.0 +0800
@@ -35,8 +35,8 @@
 	if [ ! -f /proc/net/ip_tables_names ]; then
 		echo "Warning: skipping IPv4 (no modules loaded)"
 	elif [ -x /sbin/iptables-save ]; then
-touch /etc/iptables/rules.v4
-chmod 0640 /etc/iptables/rules.v4
+		touch /etc/iptables/rules.v4
+		chmod 0640 /etc/iptables/rules.v4
 		iptables-save > /etc/iptables/rules.v4
 		if [ $? -ne 0 ]; then
 			rc=1
diff -Nru iptables-persistent-1.0.4/plugins/25-ip6tables iptables-persistent-1.0.4+nmu1/plugins/25-ip6tables
--- iptables-persistent-1.0.4/plugins/25-ip6tables	2016-01-03 03:46:08.0 +0800
+++ iptables-persistent-1.0.4+nmu1/plugins/25-ip6tables	2016-08-21 13:05:06.0 +0800
@@ -35,8 +35,8 @@
 	if [ ! -f /proc/net/ip6_tables_names ]; then
 		log_action_cont_msg "Warning: skipping IPv6 (no modules loaded)"
 	elif [ -x /sbin/ip6tables-save ]; then
-touch /etc/iptables/rules.v6
-chmod 0640 /etc/iptables/rules.v6
+		touch /etc/iptables/rules.v6
+		chmod 0640 /etc/iptables/rules.v6
 		ip6tables-save > /etc/iptables/rules.v6
 		if [ $? -ne 0 ]; then
 			rc=1
diff -Nru iptables-persistent-1.0.4/systemd/netfilter-persistent.service iptables-persistent-1.0.4+nmu1/systemd/netfilter-persistent.service
--- iptables-persistent-1.0.4/systemd/netfilter-persistent.service	2016-01-03 03:46:08.0 +0800
+++ iptables-persistent-1.0.4+nmu1/systemd/netfilter-persistent.service	2016-08-21 13:05:39.0 +0800
@@ -1,7 +1,8 @@
 [Unit]
 Description=netfilter persistent configuration
 DefaultDependencies=no
-Before=network.target
+Before=network-pre.target
+Wants=network-pre.target
 Wants=systemd-modules-load.service local-fs.target
 After=systemd-modules-load.service local

Bug#801262: RFS: ppsspp/1.2.2+dfsg1-1 [ITP] -- A portable PSP emulator

2016-08-22 Thread James Cowgill
Hi,

On Mon, 2016-08-22 at 00:50 -0300, Sérgio Benjamim wrote:
> I'm trying to build it in sid, and I got a "cannot find 
> -lavformat-ffmpeg". Did the ffmpeg lib links change [again]?

You need to use -lavformat (and others) to link with ffmpeg. The ffmpeg
suffix was only used in the transitional period when we switched from
libav to ffmpeg.

James

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


Bug#834530: marked as done (RFS: telepathy-ring/2.1.0-1.1 [NMU] [RC])

2016-08-22 Thread Debian Bug Tracking System
Your message dated Mon, 22 Aug 2016 16:25:33 +0800
with message-id 

and subject line Re: Bug#834530: RFS: telepathy-ring/2.1.0-1.1 [NMU] [RC]
has caused the Debian Bug report #834530,
regarding RFS: telepathy-ring/2.1.0-1.1 [NMU] [RC]
to be marked as done.

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.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
834530: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=834530
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: sponsorship-requests
Severity: important

Dear mentors,

I am looking for a sponsor for my NMU to the package "telepathy-ring"

* Package name: telepathy-ring
  Version : 2.1.0-1.1
  Upstream Author : Freedesktop.org
* URL   : https://cgit.freedesktop.org/telepathy/telepathy-ring/
* License : LGPL-2.1
  Section : net

It builds those binary packages:

  telepathy-ring - GSM and 3G UMTS Telepathy connection manager

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

https://mentors.debian.net/package/telepathy-ring


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

dget -x
https://mentors.debian.net/debian/pool/main/t/telepathy-ring/telepathy-ring_2.1.0-1.1.dsc

I fixed all reported non-wishlist bugs, of which 3 are RC. My minimal
changes are tracked at [github].

The original uploader removed himself from uploaders. The maintaining
team (in CC) didn't respond to my mail [pkg-telepathy-maintainers] in
the last 2,5 weeks.

[github] https://github.com/adrianheine/telepathy-ring-debian
[pkg-telepathy-maintainers]
https://lists.alioth.debian.org/pipermail/pkg-telepathy-maintainers/2016-July/006523.html

Changes since the last upload:

  [ Jonny Lamb ]
  * Remove myself from Uploaders.

  [ Hideki Yamane ]
  * debian/control
- set it as "Architecture: linux-any" since ofono requires udev and the
  BlueZ stack (Closes: #620544).

  [ Adrian Heine ]
  * Non-maintainer-upload.
  * Drop manual dbg package (Closes: #824740).
  * Import patch by Michael Biebl for including glib.h instead of individual
headers (Closes: #665616).
  * build-depend on autotools-dev so that CDBS regenerates config.guess
and config.sub (Closes: #791370).

Regards,
 Adrian Heine
--- End Message ---
--- Begin Message ---
On Wed, Aug 17, 2016 at 2:30 AM, Adrian Heine wrote:

> I am looking for a sponsor for my NMU to the package "telepathy-ring"

I did s/UNRELEASED/unstable/ on debian/changelog and uploaded it.
I would suggest that you join the telepathy team and help maintain it.

-- 
bye,
pabs

https://wiki.debian.org/PaulWise--- End Message ---