Bug#782407: unblock: lvm2/2.02.111-2.2

2015-04-13 Thread Cyril Brulebois
Control: kibitag -1
Control: tag -1 confirmed

Julien Cristau jcris...@debian.org (2015-04-12):
 Control: tags -1 + d-i
 
 On Sat, Apr 11, 2015 at 18:32:49 +0100, Ben Hutchings wrote:
 
  Package: release.debian.org
  Severity: normal
  User: release.debian@packages.debian.org
  Usertags: unblock
  
  Please unblock package lvm2
  
  This is needed to avoid a boot failure when upgrading some systems
  from wheezy.
  
 Looks good to me, but should be kibi-acked.

No objections, thanks.

Mraw,
KiBi.


signature.asc
Description: Digital signature


Bug#782426: unblock: systemd/215-15

2015-04-13 Thread Michael Biebl
Hi Julien,

Am 13.04.2015 um 22:18 schrieb Julien Cristau:
 On Mon, Apr 13, 2015 at 22:03:51 +0200, Michael Biebl wrote:
 
 ++static int manager_dispatch_ask_password_fd(sd_event_source *source,
 ++int fd, uint32_t revents, void 
 *userdata) {
 ++Manager *m = userdata;
 ++
 ++assert(m);
 ++
 ++flush_fd(fd);
 ++
 ++m-have_ask_password = have_ask_password();
 ++if (m-have_ask_password  0)
 ++/* Log error but continue. Negative have_ask_password
 ++ * is treated as unknown status. */
 ++log_error(Failed to list /run/systemd/ask-password: %s, 
 strerror(m-have_ask_password));
 
 shouldn't that be strerror(-m-have_ask_password)?

I think you are right. Thanks for checking so carefully.

I notice, that this line was changed later on in commit c33b3297 to
 log_error_errno(m-have_ask_password, Failed to list
/run/systemd/ask-password: %m);

That helper function does use inverted error numbers. So v219 is indeed
not affected by this.

In any case, CCed Zbigniew, the author of the patch, maybe he can comment.

Julien, do you want me to make a followup upload fixing that (pending
confirmation from Zbigniew)?

Michael

-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?



signature.asc
Description: OpenPGP digital signature


Processed: Re: Bug#782426: unblock: systemd/215-15

2015-04-13 Thread Debian Bug Tracking System
Processing control commands:

 tag -1 confirmed
Bug #782426 [release.debian.org] unblock: systemd/215-16
Added tag(s) confirmed.

-- 
782426: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=782426
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/handler.s.b782426.142896076712850.transcr...@bugs.debian.org



Bug#782426: unblock: systemd/215-15

2015-04-13 Thread Michael Biebl
Control: retitle -1 unblock: systemd/215-16

Hi Julien,

Am 12.04.2015 um 10:43 schrieb Julien Cristau:
 Control: tags -1 d-i
 
 On Sat, Apr 11, 2015 at 13:40:57 +0100, Martin Pitt wrote:
 
 Package: release.debian.org
 Severity: normal
 User: release.debian@packages.debian.org
 Usertags: unblock

 systemd 215-15 hit unstable two days ago. There have been no new RC
 bugs since 215-14, so for a change this is a polishing upload with
 small and safe fixes for some corner cases. One was already
 pre-approved.

 So far there have been no regression reports, and these changes have
 already been tested in experimental, Ubuntu, and upstream for a much
 longer time, so I'm quite confident in them.

 I attach the full debdiff between 215-14 and -15, but as usual I also
 link to the individual commits on anonscm.

 Note that there are zero changes for udev-udeb (for d-i).

 Looks ok to me, but still would like a d-i ack :)
 

I decided to make another upload today.

It includes 3 changes.

|  [ Christian Seiler ]
|  * Don't run hwclock-save.service in containers. (Closes: #782377)

http://anonscm.debian.org/cgit/pkg-systemd/systemd.git/commit/?id=c22859a6897e9d6e5483bd0164b687875442f10a

The hwclock-save.service is a recent addition and this is an obvious
one-line fix. Didn't see a good reason to not include it even though it
doesn't qualify as release critical.

|  [ Michael Biebl ]
|  * Do not print anything while passwords are being queried. This
should make
|password prompts without plymouth more usable. (Closes: #765013)

http://anonscm.debian.org/cgit/pkg-systemd/systemd.git/commit/?id=12483a05fe541014d5eee3f5b03072c51ad7c584

This is a cherry-pick of an upstream commit which has been part of v219,
thus seen fairly extensive testing in experimental and ubuntu.

It suppresses output while a password query is running. As we don't
install plymouth by default, I think this is a rather important fix to
get into jessie, since it makes those password prompts decently usable.

| * Skip filesystem check if already done by the initramfs. (Closes:
#782522)

http://anonscm.debian.org/cgit/pkg-systemd/systemd.git/commit/?id=b5db1e5ab22a53e8e8a9facebdd2e08204cc8cf9

This is a followup for the recent changes in initramfs-tools, which now
provide flag files which we use to skip the fsck for / and /usr.
Since I expect systems with local time being not that uncommon, I'd like
to see this fix in jessie to avoid those Superblock time checks.

Complete debdiff between -15 and -16 is attached as well.

Baring any new RC bugs, this should hopefully be the final upload for
jessie.

Thanks for considering.

Michael

-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?
diff --git a/debian/changelog b/debian/changelog
index 929502c..29ff5a3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+systemd (215-16) unstable; urgency=medium
+
+  [ Christian Seiler ]
+  * Don't run hwclock-save.service in containers. (Closes: #782377)
+
+  [ Michael Biebl ]
+  * Do not print anything while passwords are being queried. This should make
+password prompts without plymouth more usable. (Closes: #765013)
+  * Skip filesystem check if already done by the initramfs. (Closes: #782522)
+
+ -- Michael Biebl bi...@debian.org  Mon, 13 Apr 2015 19:42:32 +0200
+
 systemd (215-15) unstable; urgency=medium
 
   [ Adam Conrad ]
diff --git a/debian/extra/hwclock-save.service 
b/debian/extra/hwclock-save.service
index 1e0f99a..16fbade 100644
--- a/debian/extra/hwclock-save.service
+++ b/debian/extra/hwclock-save.service
@@ -5,6 +5,7 @@ Before=shutdown.target
 ConditionFileIsExecutable=!/usr/sbin/ntpd
 ConditionFileIsExecutable=!/usr/sbin/openntpd
 ConditionFileIsExecutable=!/usr/sbin/chrony
+ConditionVirtualization=!container
 
 [Service]
 Type=oneshot
diff --git 
a/debian/patches/Skip-filesystem-check-if-already-done-by-the-initram.patch 
b/debian/patches/Skip-filesystem-check-if-already-done-by-the-initram.patch
new file mode 100644
index 000..70ab1ed
--- /dev/null
+++ b/debian/patches/Skip-filesystem-check-if-already-done-by-the-initram.patch
@@ -0,0 +1,44 @@
+From: Michael Biebl bi...@debian.org
+Date: Mon, 13 Apr 2015 19:34:23 +0200
+Subject: Skip filesystem check if already done by the initramfs
+
+Newer versions of initramfs-tools already fsck and mount / and /usr in
+the initramfs. Skip the filesystem check in this case.
+
+Closes: #782522
+---
+ src/fstab-generator/fstab-generator.c | 4 +++-
+ units/systemd-fsck-root.service.in| 1 +
+ 2 files changed, 4 insertions(+), 1 deletion(-)
+
+diff --git a/src/fstab-generator/fstab-generator.c 
b/src/fstab-generator/fstab-generator.c
+index cb3d9dc..3323884 100644
+--- a/src/fstab-generator/fstab-generator.c
 b/src/fstab-generator/fstab-generator.c
+@@ -163,11 +163,13 @@ static bool mount_is_network(struct mntent *me) {
+ }
+ 
+ static bool mount_in_initrd(struct mntent *me) {
++struct stat sb;
++
+   

Processed: Re: Bug#782426: unblock: systemd/215-15

2015-04-13 Thread Debian Bug Tracking System
Processing control commands:

 retitle -1 unblock: systemd/215-16
Bug #782426 [release.debian.org] unblock: systemd/215-15
Changed Bug title to 'unblock: systemd/215-16' from 'unblock: systemd/215-15'

-- 
782426: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=782426
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/handler.s.b782426.142895543611348.transcr...@bugs.debian.org



Processed (with 1 errors): Re: Bug#782407: unblock: lvm2/2.02.111-2.2

2015-04-13 Thread Debian Bug Tracking System
Processing control commands:

 kibitag -1
Unknown command or malformed arguments to command.

 tag -1 confirmed
Bug #782407 [release.debian.org] unblock: lvm2/2.02.111-2.2
Added tag(s) confirmed.

-- 
782407: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=782407
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/handler.s.b782407.142896063311858.transcr...@bugs.debian.org



Timing for D-I Jessie RC3

2015-04-13 Thread Cyril Brulebois
Hi,

After checking with Steve, the following should do:
 - last uploads and unblocks for d-i related things happen this week;
 - the release happens before the end of the week (possibly on Friday
   17th, cdimage builds after that, announce before the morning of
   Sunday 19th) → this gives us D-I Jessie RC3;
 - nothing is touched until the Jessie release on the 25th except in
   case of major blockers.

It'd be great to have an updated installation-guide in testing for D-I
Jessie RC3. I'm happy to see this package updated until the 25th.

I'll be less available than usual during the 20th-24th week, that's part
of the reason for the no-change-unless-strictly-necessary rule. (Another
part is getting epsilonishly close to the release date.)

Mraw,
KiBi.

(PS: Raphael cc'd so that he doesn't forget about the httpredir.d.o
addition. Please let me/debian-boot@ know when it's done so that we
make sure the next choose-mirror update has it.)


signature.asc
Description: Digital signature


Bug#782426: unblock: systemd/215-15

2015-04-13 Thread Julien Cristau
On Mon, Apr 13, 2015 at 22:03:51 +0200, Michael Biebl wrote:

 ++static int manager_dispatch_ask_password_fd(sd_event_source *source,
 ++int fd, uint32_t revents, void 
 *userdata) {
 ++Manager *m = userdata;
 ++
 ++assert(m);
 ++
 ++flush_fd(fd);
 ++
 ++m-have_ask_password = have_ask_password();
 ++if (m-have_ask_password  0)
 ++/* Log error but continue. Negative have_ask_password
 ++ * is treated as unknown status. */
 ++log_error(Failed to list /run/systemd/ask-password: %s, 
 strerror(m-have_ask_password));

shouldn't that be strerror(-m-have_ask_password)?

Cheers,
Julien

 ++
 ++return 0;
 ++}
 ++


signature.asc
Description: Digital signature


Bug#782426: unblock: systemd/215-15

2015-04-13 Thread Cyril Brulebois
Control: tag -1 confirmed

Julien Cristau jcris...@debian.org (2015-04-12):
 Control: tags -1 d-i
 
 On Sat, Apr 11, 2015 at 13:40:57 +0100, Martin Pitt wrote:
 
  Package: release.debian.org
  Severity: normal
  User: release.debian@packages.debian.org
  Usertags: unblock
  
  systemd 215-15 hit unstable two days ago. There have been no new RC
  bugs since 215-14, so for a change this is a polishing upload with
  small and safe fixes for some corner cases. One was already
  pre-approved.
  
  So far there have been no regression reports, and these changes have
  already been tested in experimental, Ubuntu, and upstream for a much
  longer time, so I'm quite confident in them.
  
  I attach the full debdiff between 215-14 and -15, but as usual I also
  link to the individual commits on anonscm.
  
  Note that there are zero changes for udev-udeb (for d-i).
  
 Looks ok to me, but still would like a d-i ack :)

No objections, thanks.

Mraw,
KiBi.


signature.asc
Description: Digital signature


Bug#782426: unblock: systemd/215-15

2015-04-13 Thread Zbigniew Jędrzejewski-Szmek
On Mon, Apr 13, 2015 at 10:56:45PM +0200, Michael Biebl wrote:
 Hi Julien,
 
 Am 13.04.2015 um 22:18 schrieb Julien Cristau:
  On Mon, Apr 13, 2015 at 22:03:51 +0200, Michael Biebl wrote:
  
  ++static int manager_dispatch_ask_password_fd(sd_event_source *source,
  ++int fd, uint32_t revents, 
  void *userdata) {
  ++Manager *m = userdata;
  ++
  ++assert(m);
  ++
  ++flush_fd(fd);
  ++
  ++m-have_ask_password = have_ask_password();
  ++if (m-have_ask_password  0)
  ++/* Log error but continue. Negative have_ask_password
  ++ * is treated as unknown status. */
  ++log_error(Failed to list /run/systemd/ask-password: 
  %s, strerror(m-have_ask_password));
  
  shouldn't that be strerror(-m-have_ask_password)?
 
 I think you are right. Thanks for checking so carefully.
 
 I notice, that this line was changed later on in commit c33b3297 to
  log_error_errno(m-have_ask_password, Failed to list
 /run/systemd/ask-password: %m);
 
 That helper function does use inverted error numbers. So v219 is indeed
 not affected by this.
 
 In any case, CCed Zbigniew, the author of the patch, maybe he can comment.
Yes, looks like a bug.

 Julien, do you want me to make a followup upload fixing that (pending
 confirmation from Zbigniew)?
Can you cc me on the patch so I can push it to -stable or push it yourself?
217-stable at least is affected.

Zbyszek


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20150414000911.gf25...@in.waw.pl



Hints for d-i jessie RC3, part 3

2015-04-13 Thread Cyril Brulebois
Hi people,

here's a third round of unblock/unblock-udeb hints for the upcoming d-i
jessie RC3. Don't hesitate to ask questions if anything looks fishy.
I've added urgents this time, to meet the timeline I've proposed
(https://lists.debian.org/debian-boot/2015/04/msg00264.html).


# l10n-only:
unblock base-installer/1.154
unblock-udeb base-installer/1.154
urgent base-installer/1.154

# l10n-only:
unblock console-setup/1.121
unblock-udeb console-setup/1.121
urgent console-setup/1.121

# usual lot of fixes with a new release. Checked on IRC, Ben is fine
# with not waiting more (only one reported-but-not-a-showstopper
# regression); mips build missing at the time of this writing:
unblock linux/3.16.7-ckt9-2
unblock-udeb linux/3.16.7-ckt9-2
urgent linux/3.16.7-ckt9-2

# no objections because it's thpethial:
unblock-udeb live-installer/49

# fix booting issues (#782279):
unblock nobootloader/1.45
unblock-udeb nobootloader/1.45
urgent nobootloader/1.45

# l10n-only:
unblock partitioner/0.55
unblock-udeb partitioner/0.55
urgent partitioner/0.55

# l10n-only:
unblock partman-base/184
unblock-udeb partman-base/184
urgent partman-base/184

# just quicker than ivodd's age-days:
urgent partman-basicfilesystems/113

# l10n-only:
unblock user-setup/1.61
unblock-udeb user-setup/1.61
urgent user-setup/1.61


Thanks for your time.

Mraw,
KiBi.


signature.asc
Description: Digital signature


Bug#782506: [Pkg-ime-devel] Bug#782452: Help to sponsor libcangjie to fix 782452 in Jessie

2015-04-13 Thread Aron Xu
On Tue, Apr 14, 2015 at 8:25 AM, ChangZhuo Chen czc...@gmail.com wrote:
 Hi All,

 Please help to sponsor libcangjie [0] to fix issue 782352 [1], thanks.

 The unblock request for this version is in 782506 [2], and it needs to
 be in unstable before before the 9:52 UTC dinstall on Wednesday to catch
 out Jessie first release.

 [0] http://anonscm.debian.org/cgit/pkg-ime/libcangjie.git/log/?h=jessie
 [1] https://bugs.debian.org/782352
 [2] https://bugs.debian.org/782506

It's uploaded as 1.2-2 just now.

Thanks,
Aron


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/CAMr=8w42=nzk-df1xyzn9dkxpczk5x6vkd0jdfu3oiemozy...@mail.gmail.com



Re: Hints for d-i jessie RC3, part 3

2015-04-13 Thread Christian PERRIER
Quoting Cyril Brulebois (k...@debian.org):
 Hi people,
 
 here's a third round of unblock/unblock-udeb hints for the upcoming d-i
 jessie RC3. Don't hesitate to ask questions if anything looks fishy.
 I've added urgents this time, to meet the timeline I've proposed
 (https://lists.debian.org/debian-boot/2015/04/msg00264.html).


I alkso have Yet Another console-setup upload (1.122) that should come for Yet
Another l10n update (Croatian, this time) for two strings

Of course, I'm first waiting for 1.121 to enter testing before
uploading and, if an unblock can happen, that's fineand if that's
not possible, the world won't fall apart.




signature.asc
Description: Digital signature


Processed: Re: Bug#782352: unblock: mkvmlinuz/37

2015-04-13 Thread Debian Bug Tracking System
Processing control commands:

 tags -1 - moreinfo
Bug #782352 [release.debian.org] unblock: mkvmlinuz/37 (pre-approval)
Removed tag(s) moreinfo.

-- 
782352: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=782352
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/handler.s.b782352.14289446446343.transcr...@bugs.debian.org



Bug#782352: unblock: mkvmlinuz/37

2015-04-13 Thread Milan Kupcevic
Control: tags -1 - moreinfo

Hi,

On 04/12/2015 04:19 PM, Ivo De Decker wrote:
 Control: tags -1 confirmed moreinfo
 
 Hi,
 
 On Fri, Apr 10, 2015 at 02:09:16PM -0400, Milan Kupcevic wrote:
 About to upload mkvmlinuz/37 fixing bug #782278
 Pegasos II won't boot after kernel upgrade
 
 Please go ahead and remove the moreinfo tag from this bug once the upload is
 in unstable.
 


The mkvmlinuz/37 has landed in sid.


Milan




signature.asc
Description: OpenPGP digital signature


Bug#782381: Bug#781995: Bug#782381: pre-approval: unblock: motif/2.3.4-8

2015-04-13 Thread Graham Inggs

On 13/04/2015 08:43, Julien Cristau wrote:

It's not appropriate in either, IMO.  And even if it was, not at this
stage of the release.


Oh right.  In Debian, xorg depends on:

 xfonts-base (= 1:1.0.0-1),
 xfonts-100dpi (= 1:1.0.0-1),
 xfonts-75dpi (= 1:1.0.0-1),
 xfonts-scalable (= 1:1.0.0-1),

This was changed in Ubuntu some time ago:

xorg (1:7.5+6ubuntu7) natty; urgency=low

  * debian/control: Drop xfonts-{75,100}dpi from Depends: to Suggests:. We
don't need them for a normal desktop installation, and even xcalc/xterm
don't need them, but they are quite sizable.

 -- Martin Pitt martin.p...@ubuntu.com   Tue, 11 Jan 2011 18:41:09 -0600

Michael, please go ahead and reschedule to delayed/0.


--
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/552b855f.2010...@nerve.org.za



Bug#782381: pre-approval: unblock: motif/2.3.4-8

2015-04-13 Thread Julien Cristau
On Sun, Apr 12, 2015 at 23:14:16 +0200, Graham Inggs wrote:

 Paul and I were just considering adding the line:
 Recommends: xfonts-100dpi | xfonts-75dpi | xfonts-100dpi-transcoded |
 xfonts-75dpi-transcoded
 to libxm4 in motif (see LP: #1415309).  I haven't decided yet if it's
 better to go in libxm4 or nedit.
 
It's not appropriate in either, IMO.  And even if it was, not at this
stage of the release.

Cheers,
Julien


signature.asc
Description: Digital signature


Re: Bug#769355: reportbug: extend binNMU support to cover more distros besides unstable

2015-04-13 Thread Sandro Tosi
Hello,

On Wed, Nov 12, 2014 at 11:28 PM, Andreas Beckmann a...@debian.org wrote:
 Please enhance the release.debian.org binNMU reporting functionality to ask
 for the release where the binNMU should be performed. The question
 should default to sid similarily to the ftp.debian.org RM template questions.

This seems like a valid request for me, but I'm adding release.d.o
team in the loop to seek for their input too.

Regards,
-- 
Sandro Tosi (aka morph, morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/CAB4XWXwV30DsfDkQV5vuxW=pgbuer4cfztspctpwahldv10...@mail.gmail.com



Bug#782506: unblock: libcangjie/1.2-1

2015-04-13 Thread 陳昌倬
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock package libcangjie to fix #782452.

libcangjie is an input method library, and the current one in testing
contains the wrong data table. The issue let user cannot input Chinese
correctly with libcangjie, and force them to use another input method to
type certain word. So it is a serious bug from user perspective.

The change only contain data file, no code is changed.

unblock libcangjie/1.2-1

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

Kernel: Linux 3.16.0-4-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)

-- 
ChangZhuo Chen (陳昌倬) czc...@gmail.com
http://czchen.info/
Key fingerprint = EC9F 905D 866D BE46 A896  C827 BE0C 9242 03F4 552D
diff -Nru libcangjie-1.2/debian/changelog libcangjie-1.2/debian/changelog
--- libcangjie-1.2/debian/changelog	2014-10-26 15:30:05.0 +0800
+++ libcangjie-1.2/debian/changelog	2015-04-13 19:42:19.0 +0800
@@ -1,3 +1,11 @@
+libcangjie (1.2-2) unstable; urgency=medium
+
+  * Team upload.
+  * Backport table fix from 1.3.
+Thanks to Mathieu Bridon (Closes: #782452)
+
+ -- ChangZhuo Chen (陳昌倬) czc...@gmail.com  Mon, 13 Apr 2015 19:41:21 +0800
+
 libcangjie (1.2-1) unstable; urgency=low
 
   * New upstream release.
diff -Nru libcangjie-1.2/debian/patches/fix-table-error.patch libcangjie-1.2/debian/patches/fix-table-error.patch
--- libcangjie-1.2/debian/patches/fix-table-error.patch	1970-01-01 08:00:00.0 +0800
+++ libcangjie-1.2/debian/patches/fix-table-error.patch	2015-04-13 19:38:57.0 +0800
@@ -0,0 +1,137 @@
+Description: Backport table fix from 1.3
+---
+Origin: upstream
+Bug-Debian: https://bugs.debian.org/782452
+Forwarded: not-needed
+
+--- libcangjie-1.2.orig/data/table.txt
 libcangjie-1.2/data/table.txt
+@@ -6817,7 +6817,7 @@
+ 䱺 1 0 0 0 0 0 0 0 0 nfumt nfumt NA 0
+ 䱻 1 0 1 0 0 0 0 0 0 nfbbb nfbbb NA 0
+ 䱼 1 0 0 0 0 0 0 0 0 nfstv nfstv NA 0
+-䱽 1 0 1 0 0 0 0 0 0 nfomr nfoir NA 0
++䱽 1 0 1 0 0 0 0 0 0 nfoir nfoir NA 0
+ 䱾 1 0 0 0 0 0 0 0 0 nflwv nfllv NA 0
+ 䱿 1 0 0 0 0 0 0 0 0 nfjjl nfjjl NA 0
+ 䲀 1 0 0 0 0 0 0 0 0 ginwf ginwf NA 0
+@@ -8124,7 +8124,7 @@
+ 凟 1 0 1 0 1 0 0 0 0 imgwc imgwc NA 0
+ 几 1 1 0 0 1 0 0 0 0 hn hn NA 23218
+ 凡 1 1 0 0 1 0 0 0 0 hni hni NA 23204
+-凢 1 0 1 0 1 0 0 0 0 hn hhn,xhhn NA 0
++凢 1 0 1 0 1 0 0 0 0 hhn hhn,xhhn NA 0
+ 凣 1 0 0 0 1 0 0 0 0 lhn lhn NA 0
+ 凤 1 0 1 0 1 0 0 0 0 hne hne NA 0
+ 凥 1 0 0 0 1 0 0 0 0 shn shn NA 0
+@@ -8584,7 +8584,7 @@
+ 厫 1 0 1 0 1 0 0 0 0 mgsk mgsk,mqsk NA 0
+ 厬 1 1 0 0 1 0 0 0 0 mahr mahr NA 8313
+ 厭 1 1 0 0 1 0 0 0 0 mabk mabk NA 17729
+-厮 1 0 1 0 1 0 0 0 0 itcl mtcl NA 0
++厮 1 0 1 0 1 0 0 0 0 mtcl mtcl NA 0
+ 厯 1 0 0 0 1 0 0 0 0 mduii mddi NA 0
+ 厰 1 0 1 0 1 0 0 0 0 mfbk mfbk,xmfbk NA 0
+ 厱 1 0 0 0 1 0 0 0 0 momo momo NA 0
+@@ -8680,7 +8680,7 @@
+ 吋 1 1 0 0 1 0 0 0 0 rdi rdi NA 22698
+ 同 1 1 0 0 1 0 0 0 0 bmr bmr NA 22702
+ 名 1 1 0 0 1 0 0 0 0 nir nir NA 22695
+-后 1 1 0 0 1 0 0 0 0 hmr,hovie hmr NA 22692
++后 1 1 0 0 1 0 0 0 0 hmr hmr NA 22692
+ 吏 1 1 0 0 1 0 0 0 0 jlk jlk NA 22703
+ 吐 1 1 0 0 1 0 0 0 0 rg rg NA 22700
+ 向 1 1 0 0 1 0 0 0 0 hbr hbr NA 22696
+@@ -9183,7 +9183,7 @@
+ 嘂 1 1 0 0 1 0 0 0 0 rrvlr rrvlr NA 8303
+ 嘃 1 0 0 0 1 0 0 0 0 rilb rilb NA 0
+ 嘄 1 1 0 0 1 0 0 0 0 rhad rhad NA 8300
+-嘅 1 0 1 0 1 0 0 0 0 rhpu raiu,rhpu NA 0
++嘅 1 0 1 0 1 0 0 0 0 raiu,rhpu raiu,rhpu NA 0
+ 嘆 1 1 0 0 1 0 0 0 0 rtlo rtlo NA 17722
+ 嘇 1 0 0 0 1 0 0 0 0 riih riih NA 0
+ 嘈 1 1 0 0 1 0 0 0 0 rtwa rtwa NA 17715
+@@ -11622,7 +11622,7 @@
+ 徉 1 1 0 0 1 0 0 0 0 hotq hotq NA 21276
+ 徊 1 1 0 0 1 0 0 0 0 howr howr NA 21280
+ 律 1 1 0 0 1 0 0 0 0 holq holq NA 21279
+-後 1 1 0 0 1 0 0 0 0 hmr,hovie hovie NA 21277
++後 1 1 0 0 1 0 0 0 0 hovie hovie NA 21277
+ 徍 1 0 0 0 1 0 0 0 0 hogg hogg NA 0
+ 徎 1 0 0 0 1 0 0 0 0 horhg hormg NA 0
+ 徏 1 0 0 0 1 0 0 0 0 hoylh hoylh NA 0
+@@ -15633,7 +15633,7 @@
+ 漮 1 1 0 0 1 0 0 0 0 eile eile NA 8011
+ 漯 1 1 0 0 1 0 0 0 0 ewvf ewvf NA 17492
+ 漰 1 1 0 0 1 0 0 0 0 eubb eubb NA 7960
+-漱 1 1 0 0 1 0 0 0 0 edlk,edlo edlo,xedlo NA 17498
++漱 1 1 0 0 1 0 0 0 0 edlo edlo,xedlo NA 17498
+ 漲 1 1 0 0 1 0 0 0 0 ensv ensv NA 17496
+ 漳 1 1 0 0 1 0 0 0 0 eytj eytj NA 17547
+ 漴 1 0 1 0 1 0 0 0 0 eujf eujf NA 0
+@@ -16794,7 +16794,7 @@
+ 玷 1 1 0 0 1 0 0 0 0 mgyr mgyr NA 21055
+ 玸 1 1 0 0 1 0 0 0 0 mgpru mgpru NA 12778
+ 玹 1 1 0 0 1 0 0 0 0 mgyvi mgyvi NA 12788
+-玺 1 0 1 0 1 0 0 0 0 mbmgi nfmgi NA 0
++玺 1 0 1 0 1 0 0 0 0 nfmgi nfmgi NA 0
+ 玻 1 1 0 0 1 0 0 0 0 mgdhe mgdhe NA 21053
+ 玼 1 1 0 0 1 0 0 0 0 mgymp mgymp NA 12048
+ 玽 1 0 0 0 1 0 0 0 0 mgpr mgpr NA 0
+@@ -17300,7 +17300,7 @@
+ 疱 1 0 1 0 1 0 0 0 0 depru kpru NA 0
+ 疲 1 1 0 0 1 0 0 0 0 kdhe kdhe NA 20374
+ 疳 1 1 0 0 1 0 0 0 0 ktm ktm NA 20373
+-疴 1 0 1 

Bug#778365: unblock: python3.4/3.4.2-4

2015-04-13 Thread Matthias Klose
On 04/12/2015 11:55 AM, Julien Cristau wrote:
 Control: tags -1 moreinfo
 
 On Fri, Feb 13, 2015 at 21:31:22 -0500, Michael Gilbert wrote:
 
 package: release.debian.org
 user: release.debian@packages.debian.org
 usertags: unblock
 severity: normal

 Please consider unblocking python3.4.  The -3 upload is unfortunately
 quite big, but there are 2 security issues that are fixed by upstream
 changes:
 https://security-tracker.debian.org/python3.4

 unblock python3.4/3.4.2-4

 
 +Breaks: python3-pip.4 ( 1.5.6-4)
 
 is this a typo?  AFAICT there's no python3-pip.4 anywhere?

now fixed in 3.4.2-5.

the upload contains three more fixes, which all are already in jessie for 
python2.7:

  * Fix typo in python3.4-venv breaks.
   * debian/tests: Use init system agnostic service command instead of
 upstart specific stop. Also drop unnecessary status call right after
 stopping apport.
   * Remove LTO sections from the static libraries.
   * python3.4-minimal: Make Pre-Depends mangling more robust. Addresses: 
#779294.


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/552bbf8c.80...@debian.org



Bug#781292: unblock: binutils/2.25-6

2015-04-13 Thread Matthias Klose
On 04/13/2015 05:32 AM, Michael Gilbert wrote:
 On Sun, Apr 12, 2015 at 10:15 PM, Matthias Klose wrote:
 That wasn't really the point.  The point was more about why not keep
 the existing patches untouched, but add a final diff that could
 possibly be reviewable.

 so you would feel better if I create my own diff to the current state of the
 branch, from the point where I stopped backporting patches?  How would you
 review these?
 
 Well, the diff between what's currently in testing and what might
 replace it is what the release team cares about, so yes that would be
 helpful.  Reviewing a rewrite is inherently more complex than
 reviewing a final incremental diff.

and preparing that is inherently more complex and error prone.  Feel free to do
that for any security upload. Feel free to close this issue then as an unblock
request.


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/552bbee5.7090...@debian.org



Bug#782520: unblock: rinse/3.0.8

2015-04-13 Thread Niels Thykier
Control: tags -1 moreinfo

On 2015-04-13 18:24, Thomas Lange wrote:
 
 Package: release.debian.org
 Severity: normal
 User: release.debian@packages.debian.org
 Usertags: unblock
 
 Please unblock package rinse 3.0.8. Debdiff is included.
 
 The fix for #774669 (cpio CVE-2015-1197) breaks rinse 3.0.7. This was
 fixed by adding the new option of cpio.
 
 [...]
 

Hi Thomas,

It looks like rinse might be missing a versioned dependency on cpio (=
2.11+dfsg-4.1) ?  (Admittedly, cpio could do with a Breaks the other
way, but that is hardly rinse's responsibility).

Thanks,
~Niels


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/552bf3ae.5060...@thykier.net



Processed: Re: Bug#782520: unblock: rinse/3.0.8

2015-04-13 Thread Debian Bug Tracking System
Processing control commands:

 tags -1 moreinfo
Bug #782520 [release.debian.org] unblock: rinse/3.0.8
Added tag(s) moreinfo.

-- 
782520: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=782520
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/handler.s.b782520.142894379931914.transcr...@bugs.debian.org



Bug#782506: unblock: libcangjie/1.2-1

2015-04-13 Thread Niels Thykier
Control: tags -1 confirmed moreinfo

On 2015-04-13 13:55, ChangZhuo Chen (陳昌倬) wrote:
 Package: release.debian.org
 Severity: normal
 User: release.debian@packages.debian.org
 Usertags: unblock
 
 Please unblock package libcangjie to fix #782452.
 
 libcangjie is an input method library, and the current one in testing
 contains the wrong data table. The issue let user cannot input Chinese
 correctly with libcangjie, and force them to use another input method to
 type certain word. So it is a serious bug from user perspective.
 
 The change only contain data file, no code is changed.
 
 unblock libcangjie/1.2-1
 
 [...]

Hi,

The package does not appear to be uploaded to unstable, so it cannot be
unblocked.  Please upload this to unstable before the 9:52 UTC dinstall
on Wednesday.  If it is any later than that, it will have to wait for
the first point release.

Thanks,
~Niels


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/552bee47.9080...@thykier.net



Processed: Re: Bug#782506: unblock: libcangjie/1.2-1

2015-04-13 Thread Debian Bug Tracking System
Processing control commands:

 tags -1 confirmed moreinfo
Bug #782506 [release.debian.org] unblock: libcangjie/1.2-1
Added tag(s) confirmed and moreinfo.

-- 
782506: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=782506
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/handler.s.b.142894242123859.transcr...@bugs.debian.org



Processed: Re: Bug#782506: unblock: libcangjie/1.2-1

2015-04-13 Thread Debian Bug Tracking System
Processing control commands:

 tags -1 confirmed moreinfo
Bug #782506 [release.debian.org] unblock: libcangjie/1.2-1
Ignoring request to alter tags of bug #782506 to the same tags previously set

-- 
782506: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=782506
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/handler.s.b782506.142894242123869.transcr...@bugs.debian.org



Bug#782482: marked as done (unblock: initramfs-tools/0.120)

2015-04-13 Thread Debian Bug Tracking System
Your message dated Mon, 13 Apr 2015 18:29:31 +0200
with message-id 552beeeb.1030...@thykier.net
and subject line Re: Bug#782482: unblock: initramfs-tools/0.120
has caused the Debian Bug report #782482,
regarding unblock: initramfs-tools/0.120
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.)


-- 
782482: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=782482
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock package initramfs-tools

This is a minor update, improving the way we report the results of fsck
and documenting more of the fall-out from mounting /usr.

diff -Nru initramfs-tools-0.119/debian/changelog 
initramfs-tools-0.120/debian/changelog
--- initramfs-tools-0.119/debian/changelog  2015-03-04 20:09:27.0 
+
+++ initramfs-tools-0.120/debian/changelog  2015-04-13 01:18:17.0 
+0100
@@ -1,3 +1,17 @@
+initramfs-tools (0.120) unstable; urgency=medium
+
+  * [23ee5f9] Add '.log' to fsck log output file, and document its existence
+(Closes: #780352)
+  * [b87e34b] Remove old comment about running shell on failure of fsck
+  * [864c04b] Create stamp files to tell the real init system fsck was
+successful (Closes: #782481)
+  * [f54fe54] NEWS: Improve wording of the entry about mdadm's INITRDSTART
+setting
+  * [25ab961] NEWS: Add entries about other ways of mounting /usr that won't
+work
+
+ -- Ben Hutchings b...@decadent.org.uk  Mon, 13 Apr 2015 01:18:06 +0100
+
 initramfs-tools (0.119) unstable; urgency=medium
 
   The Wait smarter not harder release
diff -Nru initramfs-tools-0.119/debian/NEWS initramfs-tools-0.120/debian/NEWS
--- initramfs-tools-0.119/debian/NEWS   2015-03-04 20:04:26.0 +
+++ initramfs-tools-0.120/debian/NEWS   2015-04-13 01:17:50.0 +0100
@@ -3,9 +3,14 @@
   * The initramfs will now run fsck on the root filesystem before
 mounting it.  If the chosen init program is systemd and there is a
 separate /usr filesystem, it will also fsck and mount /usr.
-  * If the /usr filesystem is on a RAID device and the INITRDSTART setting
-in /etc/default/mdadm is not 'all', you will need to change it to
-include that device.
+  * If /usr is a separate filesystem on a RAID device and the INITRDSTART
+setting in /etc/default/mdadm is not 'all', you will need to change it
+to include that device.
+  * If /usr is a separate filesystem on an LVM logical volume, and the
+line for /usr in /etc/fstab specifies the device by UUID or LABEL,
+you must change this line to specify the device using the format
+/dev/mapper/VG-LV or /dev/VG/LV.
+  * It is no longer possible to bind-mount the /usr filesystem.
   * If the RTC (real time clock) is set to local time and the local time is
 ahead of UTC, e2fsck will print a warning during boot about the time
 changing backward (bug #767040).  You can disable this by putting the
@@ -13,7 +18,7 @@
 [options]
 broken_system_clock=1
 
- -- Ben Hutchings b...@decadent.org.uk  Sat, 17 Jan 2015 16:56:56 +
+ -- Ben Hutchings b...@decadent.org.uk  Mon, 13 Apr 2015 01:00:21 +0100
 
 initramfs-tools (0.94) unstable; urgency=low
 
diff -Nru initramfs-tools-0.119/initramfs-tools.8 
initramfs-tools-0.120/initramfs-tools.8
--- initramfs-tools-0.119/initramfs-tools.8 2015-03-01 23:18:29.0 
+
+++ initramfs-tools-0.120/initramfs-tools.8 2015-04-13 00:56:58.0 
+0100
@@ -585,6 +585,18 @@
 .RE
 
 
+.SH FILES
+.TP
+.I /run/initramfs/fsck.log
+Log of fsck commands run within the initramfs, with their output.
+.TP
+.I /run/initramfs/fsck-root
+Exists only if fsck ran successfully for the root filesystem.
+.TP
+.I /run/initramfs/fsck-usr
+Exists only if fsck ran successfully for the \fI/usr\fR filesystem.
+
+
 .SH AUTHOR
 The initramfs-tools are written by Maximilian Attems m...@debian.org,
 Jeff Bailey jbai...@raspberryginger.com and numerous others.
diff -Nru initramfs-tools-0.119/scripts/functions 
initramfs-tools-0.120/scripts/functions
--- initramfs-tools-0.119/scripts/functions 2015-03-01 21:44:34.0 
+
+++ initramfs-tools-0.120/scripts/functions 2015-04-13 00:56:58.0 
+0100
@@ -340,7 +340,8 @@
if [ $NAME = / ] ; then
NAME=root
fi
-   FSCK_LOGFILE=/run/initramfs/fsck
+   FSCK_LOGFILE=/run/initramfs/fsck.log
+   FSCK_STAMPFILE=/run/initramfs/fsck-${NAME#/}
 
TYPE=$(get_fstype $1)
 
@@ -380,9 +381,6 @@
log_end_msg

Bug#782520: unblock: rinse/3.0.8

2015-04-13 Thread Thomas Lange

Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock package rinse 3.0.8. Debdiff is included.

The fix for #774669 (cpio CVE-2015-1197) breaks rinse 3.0.7. This was
fixed by adding the new option of cpio.



jessie[~] debdiff rinse_3.0.7.dsc rinse_3.0.8.dsc

diff -Nru rinse-3.0.7/bin/rinse rinse-3.0.8/bin/rinse
--- rinse-3.0.7/bin/rinse   2014-07-25 13:22:30.0 +0200
+++ rinse-3.0.8/bin/rinse   2015-04-13 14:46:04.0 +0200
@@ -1147,13 +1147,13 @@
   #  Run the unpacking command.
   #
   my $cmd =
-rpm2cpio $file | (cd $CONFIG{'directory'} ; cpio --extract 
--make-directories --no-absolute-filenames --preserve-modification-time) 
2/dev/null /dev/null;
+rpm2cpio $file | (cd $CONFIG{'directory'} ; cpio --extract 
--extract-over-symlinks --make-directories --no-absolute-filenames 
--preserve-modification-time) 2/dev/null /dev/null;
   if ( $file =~ /(fedora|centos|redhat|mandriva)-release-/ ) {
 my $rpmname = basename($file);
 $postcmd =
   cp $file $CONFIG{'directory'}/tmp ; chroot $CONFIG{'directory'} rpm 
-ivh --force --nodeps /tmp/$rpmname ; rm $CONFIG{'directory'}/tmp/$rpmname;
   }
-  system($cmd );
+  system($cmd) == 0 or die failed to extract $name: $?;
 
 }
 print \r;
diff -Nru rinse-3.0.7/debian/changelog rinse-3.0.8/debian/changelog
--- rinse-3.0.7/debian/changelog2015-02-25 12:02:18.0 +0100
+++ rinse-3.0.8/debian/changelog2015-04-13 15:21:53.0 +0200
@@ -1,9 +1,18 @@
+rinse (3.0.8) unstable; urgency=high
+
+  * add --extract-over-symlinks to cpio call, Closes: #768501
+this restores the old behaviour of cpio, which changed because of 
+CVE-2015-1197 (see #774669)
+  * add check if cpio call failed
+
+ -- Thomas Lange la...@debian.org  Mon, 13 Apr 2015 14:51:41 +0200
+
 rinse (3.0.7) unstable; urgency=high
 
   * control: change depends on perl-modules to perl, Closes: #779118,
 update Vcs-git
 
- -- Thomas Lange la...@debian.org  Wed, 25 Feb 2015 11:47:20 +0100
+ -- Thomas Lange la...@debian.org  Mon, 13 Apr 2015 15:20:39 +0200
 
 rinse (3.0.6) unstable; urgency=low


-- 
regards Thomas


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/21803.60846.8032.356...@paeffgen.informatik.uni-koeln.de



Bug#782516: unblock: hello/2.10-1

2015-04-13 Thread Santiago Vila
Package: release.debian.org
User: release.debian@packages.debian.org
Usertags: unblock

Greetings.

The security team uploaded hello_2.9-2+deb8u1 for security.debian.org
to be sure that everything regarding security.debian.org for jessie
will work.

But I am not very happy with that upload because it means:

a) If the upload is rejected now, some people might have it installed
already, which is a little bit confusing.

b) If the upload is accepted, we would have a weird version number for
a package not having any security fix, for all the lifetime of jessie
as stable, which is not nice.

c) If the upload is neither accepted or rejected, we would have it
sitting in security.debian.org for all the lifetime of jessie as stable,
which is not nice either.

So, as a better alternative to all of the above, I have uploaded
hello_2.10-1 for unstable, in the hope that you will consider
including it in jessie instead of a), b) or c).


Notes:

* The full debdiff is quite large, because upstream has refreshed the
source with new autotools stuff, updated translations, etc. This is
the diff between the debian/* files only. The updated package is in fact
a little bit simpler and less hackish than the old one.

* If this is accepted, please accept hello-traditional_2.10-1 as well,
so that they are in sync, i.e.

unblock: hello/2.10-1
unblock: hello-traditional/2.10-1

Thanks.

Diff follows:

diff -ru hello-2.9/debian/changelog hello-2.10/debian/changelog
--- hello-2.9/debian/changelog  2014-11-06 12:04:53.0 +0100
+++ hello-2.10/debian/changelog 2015-03-22 11:56:16.0 +0100
@@ -1,3 +1,13 @@
+hello (2.10-1) unstable; urgency=low
+
+  * New upstream release.
+  * debian/patches: Drop 01-fix-i18n-of-default-message, no longer needed.
+  * debian/patches: Drop 99-config-guess-config-sub, no longer needed.
+  * debian/rules: Drop override_dh_auto_build hack, no longer needed.
+  * Standards-Version: 3.9.6 (no changes for this).
+
+ -- Santiago Vila sanv...@debian.org  Sun, 22 Mar 2015 11:56:00 +0100
+
 hello (2.9-2) unstable; urgency=low
 
   * Apply patch from Reuben Thomas to fix i18n of default message.
diff -ru hello-2.9/debian/control hello-2.10/debian/control
--- hello-2.9/debian/control2014-11-06 12:00:00.0 +0100
+++ hello-2.10/debian/control   2015-03-22 11:00:00.0 +0100
@@ -2,7 +2,7 @@
 Section: devel
 Priority: optional
 Maintainer: Santiago Vila sanv...@debian.org
-Standards-Version: 3.9.5
+Standards-Version: 3.9.6
 Build-Depends: debhelper (= 9.20120311)
 Homepage: http://www.gnu.org/software/hello/
 
diff -ru hello-2.9/debian/copyright hello-2.10/debian/copyright
--- hello-2.9/debian/copyright  2014-11-06 12:00:00.0 +0100
+++ hello-2.10/debian/copyright 2015-03-22 11:00:00.0 +0100
@@ -9,7 +9,7 @@
 maintained by Santiago Vila. The source for this release was taken
 from:
 
-http://ftp.gnu.org/gnu/hello/hello-2.9.tar.gz
+http://ftp.gnu.org/gnu/hello/hello-2.10.tar.gz
 
 The changes were very minimal:
 
@@ -17,7 +17,7 @@
   various debian/* files.
 
 Program Copyright 1992, 1995, 1996, 1997, 1998, 1999, 2000, 2001,
-2002, 2005, 2006, 2007, 2008, 2010, 2011, 2012, 2013 Free Software Foundation, 
Inc.
+2002, 2005, 2006, 2007, 2008, 2010, 2011, 2012, 2013, 2014 Free Software 
Foundation, Inc.
 
 Modifications for Debian Copyright (C) 1994,1995,1996 Ian Jackson.
 
@@ -37,7 +37,7 @@
 On Debian systems, the complete text of the GNU General Public License
 can be found in `/usr/share/common-licenses/GPL'.
 
-Manual Copyright (C) 1992, 1993, 1996, 2002, 2005-2013 Free Software
+Manual Copyright (C) 1992, 1993, 1996, 2002, 2005-2014 Free Software
 Foundation, Inc.
 
 Permission is granted to copy, distribute and/or modify this
Only in hello-2.9/debian/: patches
diff -ru hello-2.9/debian/rules hello-2.10/debian/rules
--- hello-2.9/debian/rules  2014-11-06 12:00:00.0 +0100
+++ hello-2.10/debian/rules 2015-03-22 11:00:00.0 +0100
@@ -2,10 +2,6 @@
 %:
dh $@
 
-override_dh_auto_build:
-   touch man/hello.1
-   dh_auto_build
-
 override_dh_auto_clean:
[ ! -f Makefile ] || $(MAKE) distclean
 


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/alpine.deb.2.11.1504131635270.20...@cantor.unex.es