Hello community,

here is the log from the commit of package deb for openSUSE:Factory checked in 
at 2012-05-14 16:13:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/deb (Old)
 and      /work/SRC/openSUSE:Factory/.deb.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "deb", Maintainer is "vdziewie...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/deb/deb.changes  2012-01-31 10:20:31.000000000 
+0100
+++ /work/SRC/openSUSE:Factory/.deb.new/deb.changes     2012-05-14 
16:13:29.000000000 +0200
@@ -1,0 +2,7 @@
+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
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ deb.spec ++++++
--- /var/tmp/diff_new_pack.3ZHHe8/_old  2012-05-14 16:13:31.000000000 +0200
+++ /var/tmp/diff_new_pack.3ZHHe8/_new  2012-05-14 16:13:31.000000000 +0200
@@ -24,9 +24,17 @@
 Version:        1.15.8.12
 Release:        0
 Url:            http://www.debian.org
-Provides:       dpkg dpkg-dev debhelper dselect dpkg-doc devscripts
+Provides:       debhelper
+Provides:       devscripts
+Provides:       dpkg
+Provides:       dpkg-dev
+Provides:       dpkg-doc
+Provides:       dselect
+Requires:       cpio
+Requires:       html2text
+Requires:       make
+Requires:       patch
 Requires:       perl = %{perl_version}
-Requires:       cpio patch make html2text
 Summary:        Tools for Debian Packages
 License:        GPL-2.0+
 Group:          System/Packages
@@ -48,8 +56,8 @@
 %if 0%{?suse_version} > 1010
 BuildRequires:  fdupes
 %endif
-BuildRequires:  libxslt
 BuildRequires:  docbook-xsl-stylesheets
+BuildRequires:  libxslt
 Requires(pre):  /bin/touch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -232,6 +240,13 @@
 
 pushd ../devscripts-%{devscripts_ver}
 make install DESTDIR=%{buildroot}
+install -D -m 644 scripts/*.1 %{buildroot}%{_mandir}/man1/
+install -D -m 644 scripts/*.5 %{buildroot}%{_mandir}/man5/
+while read target link; do
+  if [ -d $(dirname "%{buildroot}$link") ]; then
+    ln -sf $target %{buildroot}$link
+  fi
+done <debian/links
 popd
 
 # extras

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

Reply via email to