[Samba] Samba 4.4.3 debian wheezy backport intructions
Achim Gottinger
achim at ag-web.biz
Thu May 26 19:27:45 UTC 2016
Hi,
Backported samba-4.4.3 from debian unstabel to debian wheezy today. May
be of interest for others so i share the instructions and patches here.
Ten packages from unstabel must be backported, I modified some to use
python2.7 and removed dependencies to python2.6 and python3 (the later
is not available in an recent enough version on wheezy/wheezy-backports).
1. Install build dependencies
aptitude install pkg-config build-essential bison faketime flex
libacl1-dev libarchive-dev libattr1-dev libblkid-dev libbsd-dev
libcap-dev libcups2-dev libgnutls-dev libncurses5-dev libpam0g-dev
libparse-yapp-perl libreadline-dev python-dnspython python-testtools
python-crypto debhelper docbook-xml docbook-xsl xsltproc dh-exec
libpopt-dev python-dev libaio-dev libldap2-dev python2.7-dbg cmake
dh-buildinfo asciidoc libxml2-utils
2. Add sid repo
Create /etc/apt/sources.list.d/sid.list with
deb http://ftp.de.debian.org/debian/ sid main non-free contrib
deb-src http://ftp.de.debian.org/debian/ sid main non-free contrib
Run
aptitude update
3. Grab sources
mkdir samba
cd samba
apt-get -t sid source talloc tevent tdb ldb cmocka nss-wrapper
socket-wrapper uid-wrapper resolv-wrapper samba
4. Apply patches (added inline at the bottom of the mail, put them in an
folder called patches), I use the ~bpo7+1 suffix for wheezy-sloppy-backports
for i in patches/*; do patch -p0 < $i; done
5. Build packages
cd talloc-2.1.6
dpkg-buildpackage
cd ..
dpkg -i libtalloc2_2.1.6-1~bpo7+1_amd64.deb
libtalloc-dev_2.1.6-1~bpo7+1_amd64.deb
python-talloc_2.1.6-1~bpo7+1_amd64.deb
python-talloc-dev_2.1.6-1~bpo7+1_amd64.deb
cd tevent-0.9.28
dpkg-buildpackage
cd ..
dpkg -i libtevent0_0.9.28-1~bpo7+1_amd64.deb
libtevent-dev_0.9.28-1~bpo7+1_amd64.deb
cd tdb-1.3.9
dpkg-buildpackage
cd ..
dpkg -i libtdb1_1.3.9-1~bpo7+1_amd64.deb
libtdb-dev_1.3.9-1~bpo7+1_amd64.deb python-tdb_1.3.9-1~bpo7+1_amd64.deb
tdb-tools_1.3.9-1~bpo7+1_amd64.deb
cd ldb-1.1.26
dpkg-buildpackage
cd ..
dpkg -i libldb1_1.1.26-1~bpo7+1_amd64.deb
libldb-dev_1.1.26-1~bpo7+1_amd64.deb ldb-tools_1.1.26-1~bpo7+1_amd64.deb
python-ldb_1.1.26-1~bpo7+1_amd64.deb
python-ldb-dev_1.1.26-1~bpo7+1_amd64.deb
cd cmocka-1.0.1
dpkg-buildpackage
cd ..
dpkg -i libcmocka-dev_1.0.1-2~bpo7+1_amd64.deb
libcmocka0_1.0.1-2~bpo7+1_amd64.deb
cd nss-wrapper-1.1.2
dpkg-buildpackage
cd ..
dpkg -i libnss-wrapper_1.1.2-1~bpo7+1_amd64.deb
cd socket-wrapper-1.1.7
dpkg-buildpackage
cd ..
dpkg -i libsocket-wrapper_1.1.7-1~bpo7+1_amd64.deb
cd uid-wrapper-1.2.0+dfsg1
dpkg-buildpackage
cd ..
dpkg -i libuid-wrapper_1.2.0+dfsg1-1~bpo7+1_amd64.deb
cd resolv-wrapper-1.1.3
dpkg-buildpackage
cd ..
dpkg -i libresolv-wrapper_1.1.3-1~bpo7+1_amd64.deb
cd samba-4.4.3+dfsg
dpkg-buildpackage
cd ..
6. Create local repo (for example /var/www/htdocs/debian)
mkdir -p /var/www/htdocs/debian/wheezy
mv *.deb /var/www/htdocs/debian/wheezy
cd /var/www/htdocs/debian/
dpkg-scanpackages wheezy /dev/null | gzip -9c > wheezy/Packages.gz
7. Include repo and add pinning to prefere the local repo
Create /etc/apt/preferences with
Package: *
Pin: origin ""
Pin-Priority: 995
Create /etc/apt/sources.list/local.list with
deb file:/root/samba/packages/ wheezy/
8. Install samba
aptitude install samba
You may verify it grabs your local version first with
apt-cache policy samba
Should output something like:
samba:
Installiert: 2:4.4.3+dfsg-4~bpo7+1
Installationskandidat: 2:4.4.3+dfsg-4~bpo7+1
Versionstabelle:
2:4.4.3+dfsg-4 0
500 http://ftp.de.debian.org/debian/ sid/main amd64 Packages
*** 2:4.4.3+dfsg-4~bpo7+1 0
995 file:/root/samba/packages/ wheezy/ Packages
100 /var/lib/dpkg/status
2:3.6.6-6+deb7u9 0
990 http://security.debian.org/ wheezy/updates/main amd64 Packages
2:3.6.6-6+deb7u7 0
990 http://ftp.de.debian.org/debian/ wheezy/main amd64 Packages
Required patches:
cmocka-1.0.1~bpo7+1.diff
---------------------------------------------------------------------------------------------------------------------
diff -ur cmocka-1.0.1.orig/debian/changelog cmocka-1.0.1/debian/changelog
--- cmocka-1.0.1.orig/debian/changelog 2015-05-15 17:14:35.000000000 +0200
+++ cmocka-1.0.1/debian/changelog 2016-05-26 19:23:36.253147215 +0200
@@ -1,3 +1,10 @@
+cmocka (1.0.1-2~bpo7+1) wheezy; urgency=low
+
+ * Wheezy backport
+ * Remove doxygen dependency and doc package
+
+ -- Achim Gottinger <achim at ag-web.biz> Thu, 26 May 2016 19:22:46 +0200
+
cmocka (1.0.1-2) unstable; urgency=medium
* Upload to unstable since Jessie has been released
diff -ur cmocka-1.0.1.orig/debian/control cmocka-1.0.1/debian/control
--- cmocka-1.0.1.orig/debian/control 2015-02-22 20:19:46.000000000 +0100
+++ cmocka-1.0.1/debian/control 2016-05-26 16:48:09.017067904 +0200
@@ -4,29 +4,11 @@
Maintainer: David Prévot <taffit at debian.org>
Uploaders: Sandro Knauß <bugs at sandroknauss.de>
Build-Depends: cmake, debhelper (>= 9)
-Build-Depends-indep: doxygen
Standards-Version: 3.9.6
Homepage: http://cmocka.org/
Vcs-Git: git://anonscm.debian.org/collab-maint/cmocka.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/cmocka.git
-Package: cmocka-doc
-Section: doc
-Architecture: all
-Depends: libjs-jquery, ${misc:Depends}
-Description: documentation for the CMocka unit testing framework
- This package contains the documentation and examples for CMocka.
- .
- The idea of CMocka is that a test application only requires the
- standard C library and the CMocka library itself to minimize conflicts
- with standard C headers especially on a lot of different platforms.
- .
- Features:
- * Easy to use framework to write unit tests
- * Support for mock objects
- * Testing of memory leaks, buffer overflows and underflows
- * Platform and compiler independent
-
Package: libcmocka0
Section: libs
Architecture: any
diff -ur cmocka-1.0.1.orig/debian/rules cmocka-1.0.1/debian/rules
--- cmocka-1.0.1.orig/debian/rules 2015-02-22 20:19:45.000000000 +0100
+++ cmocka-1.0.1/debian/rules 2016-05-26 16:48:09.021068427 +0200
@@ -20,7 +20,6 @@
override_dh_auto_install-indep:
dh_install obj-*/doc/html usr/share/doc/cmocka-doc
- dh_doxygen
get-orig-source:
uscan --verbose --force --rename
---------------------------------------------------------------------------------------------------------------------
ldb-1.1.26~bpo7+1.diff
---------------------------------------------------------------------------------------------------------------------
diff -u ldb-1.1.26.orig/debian/changelog ldb-1.1.26/debian/changelog
--- ldb-1.1.26.orig/debian/changelog 2016-02-27 20:51:01.000000000 +0100
+++ ldb-1.1.26/debian/changelog 2016-05-26 18:31:34.369209915 +0200
@@ -1,3 +1,10 @@
+ldb (2:1.1.26-1~bpo7+1) wheezy; urgency=low
+
+ * Wheezy backport
+ * Only depend on python 2.7
+
+ -- Achim Gottinger <achim at ag-web.biz> Thu, 26 May 2016 18:30:37 +0200
+
ldb (2:1.1.26-1) unstable; urgency=medium
* New upstream version.
diff -u ldb-1.1.26.orig/debian/control ldb-1.1.26/debian/control
--- ldb-1.1.26.orig/debian/control 2016-02-27 20:51:01.000000000 +0100
+++ ldb-1.1.26/debian/control 2016-05-26 16:41:38.789060329 +0200
@@ -13,8 +13,8 @@
libtevent-dev (>= 0.9.27~),
pkg-config,
python (>= 2.6.6-3),
- python-all-dbg (>= 2.6.6-3),
- python-all-dev (>= 2.6.6-3),
+ python2.7-dbg (>= 2.7),
+ python2.7-dev (>= 2.7),
python-talloc-dev (>= 2.1.5~),
python-tdb (>= 1.3.8~),
xsltproc
---------------------------------------------------------------------------------------------------------------------
nss-wrapper-1.1.2~bpo7+1.diff
---------------------------------------------------------------------------------------------------------------------
diff -u nss-wrapper-1.1.2.orig/debian/changelog
nss-wrapper-1.1.2/debian/changelog
--- nss-wrapper-1.1.2.orig/debian/changelog 2016-02-22
07:22:46.000000000 +0100
+++ nss-wrapper-1.1.2/debian/changelog 2016-05-26 19:27:36.001077047 +0200
@@ -1,3 +1,9 @@
+nss-wrapper (1.1.2-1~bpo7+1) wheezy; urgency=low
+
+ * Wheezy backport
+
+ -- Achim Gottinger <achim at ag-web.biz> Thu, 26 May 2016 19:27:05 +0200
+
nss-wrapper (1.1.2-1) unstable; urgency=medium
* New upstream release.
---------------------------------------------------------------------------------------------------------------------
resolv-wrapper-1.1.3~bpo7+1.diff
---------------------------------------------------------------------------------------------------------------------
diff -u resolv-wrapper-1.1.3.orig/debian/changelog
resolv-wrapper-1.1.3/debian/changelog
--- resolv-wrapper-1.1.3.orig/debian/changelog 2016-04-04
17:38:50.000000000 +0200
+++ resolv-wrapper-1.1.3/debian/changelog 2016-05-26
19:34:14.641080783 +0200
@@ -1,3 +1,9 @@
+resolv-wrapper (1.1.3-1~bpo7+1) wheezy; urgency=low
+
+ * Wheezy backport
+
+ -- Achim Gottinger <achim at ag-web.biz> Thu, 26 May 2016 19:33:46 +0200
+
resolv-wrapper (1.1.3-1) unstable; urgency=low
* Initial upload (closes: #819986).
---------------------------------------------------------------------------------------------------------------------
samba-4.4.3+dfsg~bpo7+1.diff
---------------------------------------------------------------------------------------------------------------------
diff -ru samba-4.4.3+dfsg.orig/debian/changelog
samba-4.4.3+dfsg/debian/changelog
--- samba-4.4.3+dfsg.orig/debian/changelog 2016-05-07
13:19:28.000000000 +0200
+++ samba-4.4.3+dfsg/debian/changelog 2016-05-26 18:38:11.577194144 +0200
@@ -1,3 +1,12 @@
+samba (2:4.4.3+dfsg-4~bpo7+1) wheezy; urgency=low
+
+ * Wheezy backport
+ * Only depend on python 2.7
+ * Do not use systemd
+ * Depend on libgnutls-dev
+
+ -- Achim Gottinger <achim at ag-web.biz> Thu, 26 May 2016 18:35:25 +0200
+
samba (2:4.4.3+dfsg-4) unstable; urgency=medium
* Fix build with DEB_BUILD_OPTIONS=nocheck
diff -ru samba-4.4.3+dfsg.orig/debian/control
samba-4.4.3+dfsg/debian/control
--- samba-4.4.3+dfsg.orig/debian/control 2016-05-03
22:15:40.000000000 +0200
+++ samba-4.4.3+dfsg/debian/control 2016-05-26 17:07:20.321089167 +0200
@@ -12,7 +12,6 @@
Standards-Version: 3.9.8
Build-Depends: bison,
debhelper (>> 9),
- dh-systemd (>= 1.5),
docbook-xml,
docbook-xsl,
faketime,
@@ -25,7 +24,7 @@
libbsd-dev,
libcap-dev [linux-any],
libcups2-dev,
- libgnutls28-dev,
+ libgnutls-dev,
libldap2-dev,
libldb-dev (>= 2:1.1.26~),
libncurses5-dev,
@@ -40,14 +39,13 @@
perl,
pkg-config,
po-debconf,
- python-all-dev (>= 2.6.6-3),
+ python2.7-dev (>= 2.7),
python-dnspython,
python-ldb (>= 2:1.1.26~),
python-ldb-dev (>= 2:1.1.26~),
python-talloc-dev (>= 2.1.6~),
python-tdb (>= 1.3.8~),
python-testtools,
- python3,
xsltproc,
zlib1g-dev (>= 1:1.2.3),
ldb-tools,
diff -ru samba-4.4.3+dfsg.orig/debian/ctdb.install
samba-4.4.3+dfsg/debian/ctdb.install
--- samba-4.4.3+dfsg.orig/debian/ctdb.install 2016-05-03
12:58:11.000000000 +0200
+++ samba-4.4.3+dfsg/debian/ctdb.install 2016-05-26
17:01:44.229098182 +0200
@@ -1,6 +1,5 @@
etc/ctdb
etc/sudoers.d
-lib/systemd/system/ctdb.service
usr/bin/ctdb
usr/bin/ctdb_diagnostics
usr/lib/*/ctdb/ctdb_event_helper
diff -ru samba-4.4.3+dfsg.orig/debian/rules samba-4.4.3+dfsg/debian/rules
--- samba-4.4.3+dfsg.orig/debian/rules 2016-05-07 13:19:27.000000000 +0200
+++ samba-4.4.3+dfsg/debian/rules 2016-05-26 17:00:53.689073733 +0200
@@ -69,7 +69,7 @@
--enable-selftest
%:
- dh $* --with python2 --with systemd
+ dh $* --with python2
override_dh_auto_configure:
$(shell dpkg-buildflags --export=configure) $(WAF) configure \
@@ -97,9 +97,6 @@
@echo "** tests disabled"
endif
-override_dh_systemd_start:
- dh_systemd_start -pctdb --no-start --no-restart-on-upgrade
-
override_dh_installdocs-arch:
cp ctdb/config/events.d/README ctdb/README.eventscripts
cp ctdb/config/notify.d.README ctdb/README.notify.d
@@ -167,8 +164,6 @@
rm -rf $(DESTDIR)/usr/lib/*/ctdb-tests
rm -rf $(DESTDIR)/usr/share/ctdb-tests
# Install ctdb conffiles
- mkdir -p $(DESTDIR)/lib/systemd/system/
- install -m 0644 ctdb/config/ctdb.service
$(DESTDIR)/lib/systemd/system/
dh_install --sourcedir=$(DESTDIR) --list-missing --fail-missing
override_dh_python2:
diff -ru samba-4.4.3+dfsg.orig/debian/samba.links
samba-4.4.3+dfsg/debian/samba.links
--- samba-4.4.3+dfsg.orig/debian/samba.links 2016-05-02
22:48:32.000000000 +0200
+++ samba-4.4.3+dfsg/debian/samba.links 2016-05-26 17:04:51.037082597 +0200
@@ -1,2 +0,0 @@
-# mask /etc/init.d/samba init script for systemd
-/dev/null /lib/systemd/system/samba.service
---------------------------------------------------------------------------------------------------------------------
socket-wrapper-1.1.7~bpo7+1.diff
---------------------------------------------------------------------------------------------------------------------
diff -u socket-wrapper-1.1.7.orig/debian/changelog
socket-wrapper-1.1.7/debian/changelog
--- socket-wrapper-1.1.7.orig/debian/changelog 2016-05-24
22:27:03.000000000 +0200
+++ socket-wrapper-1.1.7/debian/changelog 2016-05-26
19:29:35.793078021 +0200
@@ -1,3 +1,9 @@
+socket-wrapper (1.1.7-1~bpo7+1) wheezy; urgency=low
+
+ * Wheezy backport
+
+ -- Achim Gottinger <achim at ag-web.biz> Thu, 26 May 2016 19:29:08 +0200
+
socket-wrapper (1.1.7-1) unstable; urgency=low
* New upstream release.
---------------------------------------------------------------------------------------------------------------------
talloc-2.1.6~bpo7+1.diff
---------------------------------------------------------------------------------------------------------------------
diff -ur talloc-2.1.6.orig/debian/changelog talloc-2.1.6/debian/changelog
--- talloc-2.1.6.orig/debian/changelog 2016-04-05 00:14:00.000000000 +0200
+++ talloc-2.1.6/debian/changelog 2016-05-26 18:19:43.661080898 +0200
@@ -1,3 +1,11 @@
+talloc (2.1.6-1~bpo7+1) wheezy; urgency=low
+
+ [Achim Gottinger]
+ * Wheezy Backport
+ * Only depend on python 2.7
+
+ -- Achim Gottinger <achim at ag-web.biz> Thu, 26 May 2016 18:07:03 +0200
+
talloc (2.1.6-1) unstable; urgency=low
[ Jelmer Vernooij ]
Nur in talloc-2.1.6/debian/: changelog~.
diff -ur talloc-2.1.6.orig/debian/control talloc-2.1.6/debian/control
--- talloc-2.1.6.orig/debian/control 2016-04-05 00:10:47.000000000 +0200
+++ talloc-2.1.6/debian/control 2016-05-26 16:16:13.937078659 +0200
@@ -7,10 +7,8 @@
Build-Depends: debhelper (>= 9),
docbook-xml, docbook-xsl, xsltproc,
dh-exec,
- dh-python,
libpopt-dev,
- python-dev (>= 2.6.6-3),
- python3-dev,
+ python-dev (>= 2.7),
Standards-Version: 3.9.7
Vcs-Git: git://anonscm.debian.org/pkg-samba/talloc.git
XS-Testsuite: autopkgtest
---------------------------------------------------------------------------------------------------------------------
tdb-1.3.9~bpo7+1.diff
---------------------------------------------------------------------------------------------------------------------
diff -u tdb-1.3.9.orig/debian/changelog tdb-1.3.9/debian/changelog
--- tdb-1.3.9.orig/debian/changelog 2016-05-02 17:54:21.000000000 +0200
+++ tdb-1.3.9/debian/changelog 2016-05-26 18:24:31.829079464 +0200
@@ -1,3 +1,12 @@
+tdb (1.3.9-1~bpo7+1) wheezy; urgency=low
+
+ [Achim Gottinger]
+ * Wheezy backport
+ * Only depend on python 2.7
+ * Do not build Python3 packages
+
+ -- Achim Gottinger <achim at ag-web.biz> Thu, 26 May 2016 18:23:30 +0200
+
tdb (1.3.9-1) unstable; urgency=medium
* New upstream release.
diff -u tdb-1.3.9.orig/debian/control tdb-1.3.9/debian/control
--- tdb-1.3.9.orig/debian/control 2016-05-02 17:20:46.000000000 +0200
+++ tdb-1.3.9/debian/control 2016-05-26 16:34:20.297086881 +0200
@@ -4,11 +4,9 @@
Maintainer: Debian Samba Maintainers
<pkg-samba-maint at lists.alioth.debian.org>
Uploaders: Jelmer Vernooij <jelmer at debian.org>
Build-Depends: debhelper (>= 9),
- dh-python,
docbook-xml,
docbook-xsl,
- python-dev (>= 2.6.6-3),
- python3-dev,
+ python-dev (>= 2.7),
xsltproc
Homepage: http://tdb.samba.org/
Standards-Version: 3.9.7
@@ -98,35 +96,3 @@
appropriate locking and transactions.
.
This package contains the Python debug extension.
-
-Package: python3-tdb
-Section: python
-Architecture: linux-any kfreebsd-any
-Depends: libtdb1 (= ${binary:Version}),
- ${misc:Depends},
- ${python3:Depends},
- ${shlibs:Depends}
-Provides: ${python3:Provides}
-Description: Python3 bindings for TDB
- This is a simple database API. It is modelled after the structure
- of GDBM. TDB features, unlike GDBM, multiple writers support with
- appropriate locking and transactions.
- .
- This package contains the Python3 bindings.
-
-Package: python3-tdb-dbg
-Section: debug
-Architecture: linux-any kfreebsd-any
-Priority: extra
-Depends: python3-tdb (= ${binary:Version}),
- ${misc:Depends},
- ${python3:Depends},
- ${shlibs:Depends}
-Recommends: python3-dbg, libtdb1-dbg
-Provides: ${python3:Provides}
-Description: Python3 bindings for TDB - debug extension
- This is a simple database API. It is modelled after the structure
- of GDBM. TDB features, unlike GDBM, multiple writers support with
- appropriate locking and transactions.
- .
- This package contains the Python3 debug extension.
diff -u tdb-1.3.9.orig/debian/rules tdb-1.3.9/debian/rules
--- tdb-1.3.9.orig/debian/rules 2016-05-02 17:54:05.000000000 +0200
+++ tdb-1.3.9/debian/rules 2016-05-26 16:33:54.909138826 +0200
@@ -14,14 +14,13 @@
DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
%:
- dh $* --with python2,python3
+ dh $* --with python2
override_dh_auto_configure:
PYTHON="$(PYTHON)" \
CPPFLAGS="$(CPPFLAGS)" CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" \
./configure --prefix=/usr --disable-rpath-install \
--libdir=/usr/lib/$(DEB_HOST_MULTIARCH) \
- --extra-python=python3 \
-v
get-packaged-orig-source:
@@ -67,8 +66,7 @@
override_dh_strip:
dh_strip -p libtdb1 --dbg-package=libtdb1-dbg
dh_strip -p python-tdb --dbg-package=python-tdb-dbg
- dh_strip -p python3-tdb --dbg-package=python3-tdb-dbg
dh_strip -p tdb-tools
override_dh_makeshlibs:
- dh_makeshlibs -Npython-tdb -Npython3-tdb -- -c4
+ dh_makeshlibs -Npython-tdb -- -c4
---------------------------------------------------------------------------------------------------------------------
tevent-0.9.28~bpo7+1.diff
---------------------------------------------------------------------------------------------------------------------
diff -ur tevent-0.9.28.orig/debian/changelog tevent-0.9.28/debian/changelog
--- tevent-0.9.28.orig/debian/changelog 2016-02-27 15:31:26.000000000 +0100
+++ tevent-0.9.28/debian/changelog 2016-05-26 18:15:52.821072490 +0200
@@ -1,3 +1,10 @@
+tevent (0.9.28-1~bpo7+1) wheezy; urgency=low
+
+ * Wheezy Backport
+ * Only depend on python 2.7
+
+ -- Achim Gottinger <achim at ag-web.biz> Thu, 26 May 2016 18:14:35 +0200
+
tevent (0.9.28-1) unstable; urgency=medium
* New upstream version.
diff -ur tevent-0.9.28.orig/debian/control tevent-0.9.28/debian/control
--- tevent-0.9.28.orig/debian/control 2016-02-27 15:31:26.000000000 +0100
+++ tevent-0.9.28/debian/control 2016-05-26 16:30:23.489159308 +0200
@@ -7,7 +7,7 @@
libtalloc-dev (>= 2.1.5~),
pkg-config,
python,
- python-all-dev (>= 2.6.6-3),
+ python2.7-dev (>= 2.7),
python-talloc-dev (>= 2.1.5~)
Standards-Version: 3.9.6
Homepage: http://tevent.samba.org/
---------------------------------------------------------------------------------------------------------------------
uid-wrapper-1.2.0+dfsg1~bpo7+1.diff
---------------------------------------------------------------------------------------------------------------------
diff -u uid-wrapper-1.2.0+dfsg1.orig/debian/changelog
uid-wrapper-1.2.0+dfsg1/debian/changelog
--- uid-wrapper-1.2.0+dfsg1.orig/debian/changelog 2015-12-09
15:27:48.000000000 +0100
+++ uid-wrapper-1.2.0+dfsg1/debian/changelog 2016-05-26
19:32:13.241074358 +0200
@@ -1,3 +1,9 @@
+uid-wrapper (1.2.0+dfsg1-1~bpo7+1) wheezy; urgency=low
+
+ * Wheezy backport
+
+ -- Achim Gottinger <achim at ag-web.biz> Thu, 26 May 2016 19:31:43 +0200
+
uid-wrapper (1.2.0+dfsg1-1) unstable; urgency=medium
* New upstream release.
---------------------------------------------------------------------------------------------------------------------
More information about the samba
mailing list