Hello community, here is the log from the commit of package spec-cleaner for openSUSE:Factory checked in at 2016-03-26 15:27:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/spec-cleaner (Old) and /work/SRC/openSUSE:Factory/.spec-cleaner.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "spec-cleaner" Changes: -------- --- /work/SRC/openSUSE:Factory/spec-cleaner/spec-cleaner.changes 2016-03-03 15:16:37.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.spec-cleaner.new/spec-cleaner.changes 2016-03-26 15:27:30.000000000 +0100 @@ -1,0 +2,5 @@ +Wed Mar 23 10:27:36 UTC 2016 - [email protected] + +- Added build files for Debian + +------------------------------------------------------------------- New: ---- debian.changelog debian.compat debian.control debian.rules spec-cleaner.dsc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ spec-cleaner.spec ++++++ --- /var/tmp/diff_new_pack.Srpo8Y/_old 2016-03-26 15:27:31.000000000 +0100 +++ /var/tmp/diff_new_pack.Srpo8Y/_new 2016-03-26 15:27:31.000000000 +0100 @@ -27,6 +27,11 @@ Group: Development/Tools/Other Url: http://github.com/openSUSE/spec-cleaner Source0: https://github.com/openSUSE/%{name}/archive/%{name}-%{version}.tar.gz +Source1: debian.changelog +Source2: debian.compat +Source3: debian.control +Source4: debian.rules +Source5: %{name}.dsc BuildRequires: python3-devel BuildRequires: python3-mock BuildRequires: python3-nose @@ -56,7 +61,7 @@ # set libexec properly so it works on Fedora too sed -i \ - -e 's:/usr/lib/obs/:%{_libexecdir}/obs/:g' \ + -e 's:%{_prefix}/lib/obs/:%{_libexecdir}/obs/:g' \ setup.py %build ++++++ debian.compat ++++++ 9 ++++++ debian.control ++++++ Source: spec-cleaner Section: devel Priority: optional Standards-Version: 3.9.2 Maintainer: Přemysl Janouch <[email protected]> Build-Depends: debhelper (>= 9), python3-dev, python3-mock, python3-nose, python3-setuptools, dh-python Package: spec-cleaner Architecture: all Depends: ${python3:Depends}, ${misc:Depends} Conflicts: obs-service-format-spec-file Description: RPM .spec files cleaner Command-line tool for cleaning various formatting errors in RPM .spec files. ++++++ debian.rules ++++++ #!/usr/bin/make -f %: dh $@ --with python3 --buildsystem=pybuild ++++++ spec-cleaner.dsc ++++++ Format: 3.0 (quilt) Source: spec-cleaner Version: 0.7.9-1 Binary: spec-cleaner Maintainer: Přemysl Janouch <[email protected]> Architecture: all Build-Depends: debhelper (>= 9), python3-dev, python3-mock, python3-nose, python3-setuptools, dh-python
