diff -Nru keyutils-1.5.2/debian/changelog keyutils-1.5.2/debian/changelog --- keyutils-1.5.2/debian/changelog 2011-08-22 18:51:20.000000000 +0900 +++ keyutils-1.5.2/debian/changelog 2011-08-23 09:11:53.000000000 +0900 @@ -1,3 +1,9 @@ +keyutils (1.5.2-1.1) unstable; urgency=low + + * Non-maintainer upload. + + -- Nobuhiro Iwamatsu Tue, 23 Aug 2011 09:11:51 +0900 + keyutils (1.5.2-1) unstable; urgency=low * Merging upstream version 1.5.2. diff -Nru keyutils-1.5.2/debian/patches/debian-changes-1.5.2-1.1 keyutils-1.5.2/debian/patches/debian-changes-1.5.2-1.1 --- keyutils-1.5.2/debian/patches/debian-changes-1.5.2-1.1 1970-01-01 09:00:00.000000000 +0900 +++ keyutils-1.5.2/debian/patches/debian-changes-1.5.2-1.1 2011-08-23 09:13:27.000000000 +0900 @@ -0,0 +1,40 @@ +Description: Upstream changes introduced in version 1.5.2-1.1 + This patch has been created by dpkg-source during the package build. + Here's the last changelog entry, hopefully it gives details on why + those changes were made: + . + keyutils (1.5.2-1.1) unstable; urgency=low + . + * Non-maintainer upload. + . + The person named in the Author field signed this changelog entry. +Author: Nobuhiro Iwamatsu + +--- +The information above should follow the Patch Tagging Guidelines, please +checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here +are templates for supplementary fields that you might want to add: + +Origin: , +Bug: +Bug-Debian: http://bugs.debian.org/ +Bug-Ubuntu: https://launchpad.net/bugs/ +Forwarded: +Reviewed-By: +Last-Update: + +--- keyutils-1.5.2.orig/Makefile ++++ keyutils-1.5.2/Makefile +@@ -56,12 +56,10 @@ BUILDFOR := $(shell file /usr/bin/make | + LNS := ln -sf + + ifeq ($(BUILDFOR),32-bit) +-CFLAGS += -m32 + LIBDIR := /lib + USRLIBDIR := /usr/lib + else + ifeq ($(BUILDFOR),64-bit) +-CFLAGS += -m64 + LIBDIR := /lib64 + USRLIBDIR := /usr/lib64 + endif diff -Nru keyutils-1.5.2/debian/patches/series keyutils-1.5.2/debian/patches/series --- keyutils-1.5.2/debian/patches/series 2011-08-22 18:51:20.000000000 +0900 +++ keyutils-1.5.2/debian/patches/series 2011-08-23 09:13:27.000000000 +0900 @@ -1,3 +1,4 @@ 01-memleak-from-realloc.patch 02-another-memleak.patch 03-cifs.patch +debian-changes-1.5.2-1.1