From 005cc08b4038cb208d1daaf1190a814e603305c1 Mon Sep 17 00:00:00 2001 From: Brock Tice Date: Sat, 23 May 2015 18:53:48 -0400 Subject: [PATCH] Modified makefile to work with updated debian-lucene patch, use official locations. Fixed conflicting edits to ppa/Makefile due to cherry-pick. --- ppa/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ppa/Makefile b/ppa/Makefile index 23c29371..b744d543 100755 --- a/ppa/Makefile +++ b/ppa/Makefile @@ -41,10 +41,10 @@ build_dovecot_lucene: (cd /tmp/build/dovecot-2.2.9; dpkg-buildpackage -S -us -uc -nc) # Sign the packages. - #debsign /tmp/build/dovecot_2.2.9-1ubuntu2.1_amd64.changes + debsign /tmp/build/dovecot_2.2.9-1ubuntu2.2~ppa0~trusty0_source.changes # Upload it. - #dput ppa:mail-in-a-box/ppa /tmp/build/dovecot_2.2.9-1ubuntu2.1_amd64.changes + dput ppa:mail-in-a-box/ppa /tmp/build/dovecot_2.2.9-1ubuntu2.2~ppa0~trusty0_source.changes # TESTING BINARY PACKAGE # Install build dependencies and build dependencies we've added in our patch,