commit debhelper for openSUSE:Factory

2015-01-15 Thread h_root
Hello community,

here is the log from the commit of package debhelper for openSUSE:Factory 
checked in at 2015-01-15 15:58:42

Comparing /work/SRC/openSUSE:Factory/debhelper (Old)
 and  /work/SRC/openSUSE:Factory/.debhelper.new (New)


Package is "debhelper"

Changes:

--- /work/SRC/openSUSE:Factory/debhelper/debhelper.changes  2013-10-04 
15:57:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.debhelper.new/debhelper.changes 2015-01-15 
15:58:42.0 +0100
@@ -1,0 +2,8 @@
+Sun Jan  4 17:24:25 UTC 2015 - p.drou...@gmail.com
+
+- Update to version 9.20150101
+- Adapt debhelper-no-localized-manpages.patch to upstream changes
+  * debhelper-9.20150101-no-localized-manpages.patch
+- Remove upstreamed debhelper-findutils.patch
+
+---

Old:

  debhelper-findutils.patch
  debhelper-no-localized-manpages.patch
  debhelper_9.20120830.tar.gz

New:

  debhelper-9.20150101-no-localized-manpages.patch
  debhelper_9.20150101.tar.gz



Other differences:
--
++ debhelper.spec ++
--- /var/tmp/diff_new_pack.B7LjXa/_old  2015-01-15 15:58:43.0 +0100
+++ /var/tmp/diff_new_pack.B7LjXa/_new  2015-01-15 15:58:43.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package debhelper
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   debhelper
-Version:9.20120830
+Version:9.20150101
 Release:0
 Summary:Helper programs for debian/rules
 License:GPL-2.0+
@@ -26,11 +26,9 @@
 # http://ftp.de.debian.org/debian/pool/main/d/debhelper/
 Source0:debhelper_%{version}.tar.gz
 # PATCH-FIX-UPSTREAM not build translated-manpages.
-Patch0: debhelper-no-localized-manpages.patch
+Patch0: debhelper-9.20150101-no-localized-manpages.patch
 # PATCH-FIX-UPSTREAM remove --utf8 since we only build En manpages.
 Patch1: debhelper-pod2man-no-utf8.patch
-# PATCH-FIX-UPSTREAM fix problems with new findutils
-Patch2: debhelper-findutils.patch
 Requires:   dpkg
 %if 0%{?suse_version}
 Requires:   perl = %{perl_version}
@@ -51,7 +49,6 @@
 %setup -q -n %{name}
 
 %patch0 -p1
-%patch2 -p1
 %if 0%{?suse_version} && 0%{?suse_version} < 1130
 %patch1 -p1
 %endif

++ debhelper-9.20150101-no-localized-manpages.patch ++
Index: debhelper/Makefile
===
--- debhelper/Makefile.orig 2011-03-16 09:40:35.806209287 +0100
+++ debhelper/Makefile  2011-03-16 09:40:54.454930738 +0100
@@ -42,32 +42,11 @@
 
 POD2MAN=pod2man --utf8 -c Debhelper -r "$(VERSION)"
 
-ifneq ($(USE_NLS),no)
-# l10n to be built is determined from .po files
-LANGS?=$(notdir $(basename $(wildcard man/po4a/po/*.po)))
-else
 LANGS=
-endif
 
 build: version debhelper.7
find . -maxdepth 1 -type f -perm /100 -name "dh*" \
-exec $(POD2MAN) {} {}.1 \;
-ifneq ($(USE_NLS),no)
-   po4a --previous -L UTF-8 man/po4a/po4a.cfg 
-   set -e; \
-   for lang in $(LANGS); do \
-   dir=man/$$lang; \
-   for file in $$dir/dh*.pod; do \
-   prog=`basename $$file | sed 's/.pod//'`; \
-   $(POD2MAN) $$file $$prog.$$lang.1; \
-   done; \
-   if [ -e $$dir/debhelper.pod ]; then \
-   cat $$dir/debhelper.pod | \
-   $(MAKEMANLIST) `find $$dir -type f -maxdepth 1 
-name "dh_*.pod" | sort` | \
-   $(POD2MAN) --name="debhelper" --section=7 > 
debhelper.$$lang.7; \
-   fi; \
-   done
-endif
 
 version:
printf "package 
Debian::Debhelper::Dh_Version;\n\$$version='$(VERSION)';\n1" > \
@@ -80,12 +59,6 @@
 
 clean:
rm -f *.1 *.7 Debian/Debhelper/Dh_Version.pm
-ifneq ($(USE_NLS),no)
-   po4a --previous --rm-translations --rm-backups man/po4a/po4a.cfg
-endif
-   for lang in $(LANGS); do \
-   if [ -e man/$$lang ]; then rmdir man/$$lang; fi; \
-   done;
 
 install:
install -d $(DESTDIR)$(PREFIX)/bin \
++ debhelper_9.20120830.tar.gz -> debhelper_9.20150101.tar.gz ++
 28013 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit debhelper for openSUSE:Factory

2013-10-04 Thread h_root
Hello community,

here is the log from the commit of package debhelper for openSUSE:Factory 
checked in at 2013-10-04 15:57:15

Comparing /work/SRC/openSUSE:Factory/debhelper (Old)
 and  /work/SRC/openSUSE:Factory/.debhelper.new (New)


Package is "debhelper"

Changes:

--- /work/SRC/openSUSE:Factory/debhelper/debhelper.changes  2012-10-04 
19:34:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.debhelper.new/debhelper.changes 2013-10-04 
15:57:16.0 +0200
@@ -1,0 +2,7 @@
+Fri Oct  4 02:43:46 UTC 2013 - frank.lichtenh...@sophos.com
+
+- import upstream patch debhelper-findutils.patch from Git
+* Avoid find -perm +mode breakage caused by findutils 4.5.11,
+  by instead using -perm /mode (deb#700200)
+
+---

New:

  debhelper-findutils.patch



Other differences:
--
++ debhelper.spec ++
--- /var/tmp/diff_new_pack.I44uqj/_old  2013-10-04 15:57:17.0 +0200
+++ /var/tmp/diff_new_pack.I44uqj/_new  2013-10-04 15:57:17.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package debhelper
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -29,6 +29,8 @@
 Patch0: debhelper-no-localized-manpages.patch
 # PATCH-FIX-UPSTREAM remove --utf8 since we only build En manpages.
 Patch1: debhelper-pod2man-no-utf8.patch
+# PATCH-FIX-UPSTREAM fix problems with new findutils
+Patch2: debhelper-findutils.patch
 Requires:   dpkg
 %if 0%{?suse_version}
 Requires:   perl = %{perl_version}
@@ -49,6 +51,7 @@
 %setup -q -n %{name}
 
 %patch0 -p1
+%patch2 -p1
 %if 0%{?suse_version} && 0%{?suse_version} < 1130
 %patch1 -p1
 %endif

++ debhelper-findutils.patch ++
From: Joey Hess 
Date: Sat, 9 Feb 2013 21:38:42 + (-0400)
Subject: Avoid find -perm +mode breakage caused by findutils 4.5.11, by instead 
using -perm... 
X-Git-Tag: 9.20130504~7
X-Git-Url: 
http://anonscm.debian.org/gitweb/?p=debhelper%2Fdebhelper.git;a=commitdiff_plain;h=e9fe3cee83cdcc4df978fb1761009dfc124add92;hp=7765a25a48492d2d971c836c8e609422c540d721

Avoid find -perm +mode breakage caused by findutils 4.5.11, by instead using 
-perm /mode. Closes: #700200
---

Index: debhelper/Makefile
===
--- debhelper.orig/Makefile
+++ debhelper/Makefile
@@ -1,5 +1,5 @@
 # List of files of dh_* commands. Sorted for debhelper man page.
-COMMANDS=$(shell find . -maxdepth 1 -type f -perm +100 -name "dh_*" -printf 
"%f\n" | sort)
+COMMANDS=$(shell find . -maxdepth 1 -type f -perm /100 -name "dh_*" -printf 
"%f\n" | sort)
 
 # Find deprecated commands by looking at their synopsis.
 DEPRECATED=$(shell egrep -l '^dh_.* - .*deprecated' $(COMMANDS))
@@ -41,7 +41,7 @@ PERLLIBDIR=$(shell perl -MConfig -e 'pri
 POD2MAN=pod2man --utf8 -c Debhelper -r "$(VERSION)"
 
 build: version debhelper.7
-   find . -maxdepth 1 -type f -perm +100 -name "dh*" \
+   find . -maxdepth 1 -type f -perm /100 -name "dh*" \
-exec $(POD2MAN) {} {}.1 \;
 
 version:
Index: debhelper/dh_shlibdeps
===
--- debhelper.orig/dh_shlibdeps
+++ debhelper/dh_shlibdeps
@@ -129,7 +129,7 @@ foreach my $package (@{$dh{DOPACKAGES}})
if (defined($dh{EXCLUDE_FIND}) && $dh{EXCLUDE_FIND} ne '') {
$find_options="! \\( $dh{EXCLUDE_FIND} \\)";
}
-   foreach my $file (split(/\n/,`find $tmp -type f \\( -perm +111 -or 
-name "*.so*" -or -name "*.cmxs" \\) $find_options -print`)) {
+   foreach my $file (split(/\n/,`find $tmp -type f \\( -perm /111 -or 
-name "*.so*" -or -name "*.cmxs" \\) $find_options -print`)) {
# Prune directories that contain separated debug symbols.
next if 
$file=~m!^\Q$tmp\E/usr/lib/debug/(lib|lib64|usr|bin|sbin|opt|dev|emul)/!;
# TODO this is slow, optimize. Ie, file can run once on
Index: debhelper/dh_suidregister
===
--- debhelper.orig/dh_suidregister
+++ debhelper/dh_suidregister
@@ -53,7 +53,7 @@ foreach my $package (@{$dh{DOPACKAGES}})
if (! @files && ! $suid) {
# No files specified (and no empty debian/suid file), so
# guess what files to process.
-   @files=split(/\n/,`find $tmp -type f -perm +6000`);
+   @files=split(/\n/,`find $tmp -type f -perm /6000`);
 
# Strip the debian working directory off of the filenames.

commit debhelper for openSUSE:Factory

2012-10-04 Thread h_root
Hello community,

here is the log from the commit of package debhelper for openSUSE:Factory 
checked in at 2012-10-04 19:34:56

Comparing /work/SRC/openSUSE:Factory/debhelper (Old)
 and  /work/SRC/openSUSE:Factory/.debhelper.new (New)


Package is "debhelper", Maintainer is ""

Changes:

New Changes file:

--- /dev/null   2012-08-23 02:41:28.555381587 +0200
+++ /work/SRC/openSUSE:Factory/.debhelper.new/debhelper.changes 2012-10-04 
19:34:57.0 +0200
@@ -0,0 +1,840 @@
+---
+Thu Sep 27 22:31:33 UTC 2012 - frank.lichtenh...@sophos.com
+
+- update to debhelper-9.20120830
+* dh_installcatalogs: Turn /etc/sgml/$package.cat into conffiles
+  and introduce dependency on trigger-based sgml-base. Closes: #477751
+* dh: When there's an -indep override target without -arch, or vice versa,
+  avoid acting on packages covered by the override target when running
+  the command for packages not covered by it. Closes: #676462
+
+---
+Fri Jul  6 21:11:04 UTC 2012 - frank.lichtenh...@sophos.com
+
+- fix Provides for package split, there is no /usr/bin/debhelper
+- fix wrong perl require on Fedora
+
+---
+Tue Jun 26 21:02:05 UTC 2012 - frank.lichtenh...@sophos.com
+
+- refresh debhelper-pod2man-no-utf8.patch to allow build
+  on SLE 11 SP2
+
+---
+Tue Jun 26 20:57:57 UTC 2012 - frank.lichtenh...@sophos.com
+
+- package debhelper separately
+
+---
+Mon May 21 03:31:50 UTC 2012 - i...@marguerite.su
+
+- update to dpkg-1.16.3
+  * see 
http://packages.debian.org/changelogs/pool/main/d/dpkg/dpkg_1.16.3/changelog
+- update to debhelper 9.20120518
+  * Fix versioned dependency on dpkg for xz options. Closes: #672895
+  * dh_link: Doc improvement. Closes: #672988
+- update to devscripts-2.11.7
+  * see 
http://packages.debian.org/changelogs/pool/main/d/devscripts/devscripts_2.11.7/changelog
+- reworked patch. remove version for archtable. for it's universal.
+- add dh_make 0.60
+  * see 
http://packages.debian.org/changelogs/pool/main/d/dh-make/dh-make_0.60/changelog
+- add dh_autoreconf 6
+  * see 
http://packages.debian.org/changelogs/pool/main/d/dh-autoreconf/dh-autoreconf_6/changelog
+
+---
+Thu May  3 20:23:11 UTC 2012 - frank.lichtenh...@sophos.com
+
+- install missing parts of devscripts
+* install man pages installed by debian/manpages
+* install symlinks installed by debian/links
+
+---
+Sun Jan 29 20:54:50 UTC 2012 - frank.lichtenh...@sophos.com
+
+- update to dpkg-1.15.8.12
+* Do not fail to unpack shared directories missing on the file system
+  from packages being replaced by other packages. Debian Bug #631808
+* Defer hardlink renames so that there's never a point were the new
+  file contents are accessible from the final path before they have
+  been fsync()ed and cannot be executed causing ETXTBSY when trying
+  to open the to be installed paths for writing. Debian Bug #635683
+* Add armhf support to ostable and triplettable.
+  Debian Bugs #594179, #639674
+
+---
+Tue Dec 20 20:15:25 UTC 2011 - co...@suse.com
+
+- remove call to suse_update_config (very old work around)
+
+---
+Sat Nov 26 00:18:57 UTC 2011 - frank.lichtenh...@sophos.com
+
+- update to dpkg-1.15.8.11
+* Do not segfault on "dpkg -i --no-act".
+* Fix typo in "dpkg-name --overwrite" argument parsing so that it actually
+  works at all. Ubuntu Bug #728708
+* Fix dpkg-split to not corrupt binary part metadata when generating the
+  split packages on 32-bit systems.
+* Fix a regression in dpkg-divert where using --rename led to a failure when
+  the rename implies crossing file systems.
+
+---
+Sun Sep 18 17:17:12 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant tags/sections from specfile
+  (cf. packaging guidelines)
+- Use %_smp_mflags for parallel build
+
+---
+Thu Mar 31 11:39:18 UTC 2011 - flichtenh...@astaro.com
+
+- Merge openSUSE:Tools changes with system:packagemanager changes
+
+---
+Thu Mar 17 15:32:12 UTC 2011 - mvysko...@suse.cz
+
+- split the u-a to separate spec file to reduce a build cycle 
+
+---
+Wed Mar 16 09:07:15 UTC 2011 - mvysko...@suse.cz
+
+- update t