------------------------------------------------------------
revno: 2167
committer: Rene Engelhard <r...@debian.org>
branch nick: debian
timestamp: Mon 2010-11-01 23:01:37 +0100
message:
  * debian/rules, debian/control.in: add Bugs: header to divert reports on 
backports to debian-backpo...@l.d.o
modified:
  changelog
  control
  control.in
  rules
=== modified file 'changelog'
--- a/changelog 2010-10-31 23:04:05 +0000
+++ b/changelog 2010-11-01 22:01:37 +0000
@@ -27,8 +27,10 @@
   * debian/templates/soffice-template.desktop.in: ... here
   * debian/templates/debian-presentation*: add Debian presentation template,
     thanks Raphael Hertzog (closes: #602043)
+  * debian/rules, debian/control.in: add Bugs: header to divert reports on 
backports
+    to debian-backpo...@l.d.o 
 
- -- Rene Engelhard <r...@debian.org>  Mon, 01 Nov 2010 00:01:32 +0100
+ -- Rene Engelhard <r...@debian.org>  Mon, 01 Nov 2010 23:00:43 +0100
 
 libreoffice (1:3.3.0~beta2-2) experimental; urgency=low
 

=== modified file 'control'
--- a/control   2010-10-20 19:42:34 +0000
+++ b/control   2010-11-01 22:01:37 +0000
@@ -9,6 +9,7 @@
 Standards-Version: 3.8.4
 XS-Python-Version: current
 Vcs-Bzr: 
nosmart+http://bzr.debian.org/pkg-openoffice/packages/libreoffice/3.3.0/experimental
+Bugs: debbugs://bugs.debian.org
 Homepage: http://www.documentfoundation.org/download/
 
 Package: libreoffice

=== modified file 'control.in'
--- a/control.in        2010-10-20 19:42:34 +0000
+++ b/control.in        2010-11-01 22:01:37 +0000
@@ -53,6 +53,7 @@
 Standards-Version: 3.8.4
 XS-Python-Version: @PYTHON_VERSION@
 Vcs-Bzr: 
nosmart+http://bzr.debian.org/pkg-openoffice/packages/libreoffice/3.3.0/experimental
+Bugs: @BUGS@
 Homepage: http://www.documentfoundation.org/download/
 
 Package: libreofficeVER

=== modified file 'rules'
--- a/rules     2010-10-31 23:04:05 +0000
+++ b/rules     2010-11-01 22:01:37 +0000
@@ -83,6 +83,7 @@
 TARFILE_LOCATION=$(CURDIR)/ext-sources
 export TARFILE_LOCATION
 USE_SOURCE_TARBALLS=n
+BUGS=debbugs://bugs.debian.org
 
 ifeq "$(DISTREL)" "lenny"
  LENNY_BACKPORT=y
@@ -352,6 +353,7 @@
 
 # Debian Lenny
 ifeq "$(LENNY_BACKPORT)" "y"
+  BUGS=mailto:debian-backpo...@lists.debian.org
   USE_SYSTEM_LUCENE=n
   USE_SYSTEM_ICU=n
   MONO_MINVER= (>= 1.2.3)
@@ -1699,6 +1701,7 @@
            -e "s#%BUILD_DEPS%#$(strip $(BUILD_DEPS))#g" \
            -e "s#%BUILD_DEPS_INDEP%#$(strip $(BUILD_DEPS_INDEP))#g" \
            -e "s...@python_version@#$(PYTHON_VERSION)#g" \
+           -e "s...@bugs@#$(BUGS)#g" \
            < debian/control.in > debian/control
 
        for LNUM in $(filter-out en-US,$(LANGPACKISOS)) ; do \

Reply via email to