[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[SCM] LibreOffice packaging repository branch, debian-experimental-3.6, updated. libreoffice_3.6.5_rc2-1-2-gb1d32ac



The following commit has been merged in the debian-experimental-3.6 branch:
commit b1d32ac486efec9332261cdb9ee7b26081fe05cf
Author: Rene Engelhard <rene@debian.org>
Date:   Tue Jan 22 00:59:47 2013 +0100

    using Distribution: is better

diff --git a/rules b/rules
index 7512097..bd2da0e 100755
--- a/rules
+++ b/rules
@@ -472,7 +472,7 @@ ifeq "$(DEB_VENDOR)" "Debian"
 endif
 
 # Debian WHeezy
-ifeq "$(shell dpkg-parsechangelog | grep urgency | awk '{ print $$3 }')" "wheezy-backports;"
+ifeq "$(shell dpkg-parsechangelog | grep Distribution | awk '{ print $$2 }')" "wheezy-backports"
   BUGS=mailto:debian-backports@lists.debian.org
   SYSTEM_STUFF := $(filter-out libcmis libcdr clucene, $(SYSTEM_STUFF))
 endif

-- 
LibreOffice packaging repository


Reply to: