diff --git a/PKGBUILD b/PKGBUILD
index 28d2ac3..d40fbfe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=build
-pkgver=20171121
+pkgver=20171122
pkgrel=0
pkgdesc="Build packages in sandbox"
arch=('i686' 'x86_64')
diff --git a/_service b/_service
index aa42839..8423ad0 100644
--- a/_service
+++ b/_service
@@ -9,7 +9,9 @@
dist/build-mkbaselibs-sle.spec
dist/build.dsc
dist/debian.changelog
+ dist/debian.compat
dist/debian.control
+ dist/debian.rules
dist/PKGBUILD
diff --git a/build-mkbaselibs-sle.spec b/build-mkbaselibs-sle.spec
index ea7bf69..f2b655a 100644
--- a/build-mkbaselibs-sle.spec
+++ b/build-mkbaselibs-sle.spec
@@ -20,7 +20,7 @@ Name: build-mkbaselibs-sle
Summary: Tools to generate base lib packages
License: GPL-2.0+
Group: Development/Tools/Building
-Version: 20171121
+Version: 20171122
Release: 0
#!BuildIgnore: build-mkbaselibs
#!BuildIgnore: build-mkbaselibs-sle
diff --git a/build.dsc b/build.dsc
index 78b91a1..e0d81f7 100644
--- a/build.dsc
+++ b/build.dsc
@@ -1,6 +1,6 @@
Format: 1.0
Source: build
-Version: 20171121
+Version: 20171122
Binary: build
Maintainer: Adrian Schroeter
Architecture: all
diff --git a/build.spec b/build.spec
index f8aef26..33b28f2 100644
--- a/build.spec
+++ b/build.spec
@@ -22,7 +22,7 @@ Name: build
Summary: A Script to Build SUSE Linux RPMs
License: GPL-2.0+ and GPL-2.0
Group: Development/Tools/Building
-Version: 20171121
+Version: 20171122
Release: 0
Source: obs-build-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
diff --git a/debian.changelog b/debian.changelog
index 207d11c..23a5a83 100644
--- a/debian.changelog
+++ b/debian.changelog
@@ -1,4 +1,4 @@
-build (20171121) unstable; urgency=low
+build (20171122) unstable; urgency=low
* Update to current git trunk
- add sles11sp2 build config and adapt autodetection
diff --git a/debian.compat b/debian.compat
new file mode 100644
index 0000000..2445c5e
--- /dev/null
+++ b/debian.compat
@@ -0,0 +1 @@
+5
diff --git a/debian.rules b/debian.rules
new file mode 100644
index 0000000..652314a
--- /dev/null
+++ b/debian.rules
@@ -0,0 +1,65 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+# Sample debian/rules that uses debhelper.
+# This file was originally written by Joey Hess and Craig Small.
+# As a special exception, when this file is copied by dh-make into a
+# dh-make output file, you may use that output file without restriction.
+# This special exception was added by Craig Small in version 0.37 of dh-make.
+
+# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany
+# This file and all modifications and additions to the pristine package
+# are under the same license as the package itself.
+#
+# Please submit bugfixes or commens via http://bugs.opensuse.org
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+SHELL=/bin/bash
+
+configure: configure-stamp
+configure-stamp:
+ dh_testdir
+ touch configure-stamp
+
+
+build: build-stamp
+
+build-stamp: configure-stamp
+ dh_testdir
+ touch build-stamp
+
+clean:
+ dh_testdir
+ dh_testroot
+ rm -f build-stamp configure-stamp
+
+ dh_clean
+
+install: build
+ dh_testdir
+ dh_testroot
+ dh_clean -k
+ dh_installdirs
+ make DESTDIR=$(CURDIR)/debian/obs-build install
+
+binary-arch: build install
+ dh_testdir
+ dh_testroot
+ dh_installchangelogs
+ dh_installdocs
+ dh_installexamples
+ dh_installman
+ dh_link
+ dh_strip
+ dh_compress
+ dh_installdeb
+ dh_shlibdeps
+ dh_gencontrol
+ dh_md5sums
+ dh_builddeb
+
+binary-indep: build install
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install configure
diff --git a/obs-build-20171121.tar.gz b/obs-build-20171121.tar.gz
deleted file mode 100644
index 2987d8d..0000000
--- a/obs-build-20171121.tar.gz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:3fce27b91b8c5b983921c6d5b79bb61da1866c72ef41fbb799565405cb041ac5
-size 288485
diff --git a/obs-build-20171122.tar.gz b/obs-build-20171122.tar.gz
new file mode 100644
index 0000000..92c4a14
--- /dev/null
+++ b/obs-build-20171122.tar.gz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:2b3b3fa40c650d5c8762e1b4aac2ba82bbeb745f21ddde15c7968ce9acced084
+size 329410