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

[SCM] LibreOffice packaging repository branch, debian-experimental-4.0, updated. libreoffice_3.6.4_rc3-1-164-gb93ef86



The following commit has been merged in the debian-experimental-4.0 branch:
commit b93ef868bb19845679c340ac28ec2253d742f497
Author: Rene Engelhard <rene@debian.org>
Date:   Wed Dec 5 19:24:44 2012 +0100

    redirect bugreports to debian-openoffice@lists.debian.org if it's UNRELEASED

diff --git a/control b/control
index 536ed04..9ef98ab 100644
--- a/control
+++ b/control
@@ -11,7 +11,7 @@ XS-Python-Version: current
 XS-Python3-Version: 3.3
 Vcs-Git: https://alioth.debian.org/anonscm/git/pkg-openoffice/libreoffice.git
 Vcs-Browser: http://git.debian.org/?p=pkg-openoffice/libreoffice.git;a=summary
-Bugs: 
+Bugs: mailto:debian-openoffice@lists.debian.org
 Homepage: http://www.libreoffice.org
 
 Package: libreoffice
diff --git a/rules b/rules
index a7e3828..4976bbb 100755
--- a/rules
+++ b/rules
@@ -493,6 +493,9 @@ ifeq "$(WHEEZY_BACKPORT)" "y"
   BUGS=mailto:debian-backports@lists.debian.org
   SYSTEM_STUFF := $(filter-out libcmis libcdr clucene libmspub mdds liblangtag orcus, $(SYSTEM_STUFF))
 endif
+ifeq "$(shell dpkg-parsechangelog | grep Distribution | awk '{ print $$2 }')" "UNRELEASED"
+  BUGS=mailto:debian-openoffice@lists.debian.org
+endif
 
 CONFIGURE_FLAGS += $(foreach i, $(SYSTEM_STUFF),--with-system-$(i))
 

-- 
LibreOffice packaging repository


Reply to: