The following commit has been merged in the debian-experimental-4.0 branch:
commit b93ef868bb19845679c340ac28ec2253d742f497
Author: Rene Engelhard <[email protected]>
Date:   Wed Dec 5 19:24:44 2012 +0100

    redirect bugreports to [email protected] 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:[email protected]
 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:[email protected]
   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:[email protected]
+endif
 
 CONFIGURE_FLAGS += $(foreach i, $(SYSTEM_STUFF),--with-system-$(i))
 

-- 
LibreOffice packaging repository


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: http://lists.debian.org/[email protected]

Reply via email to