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

Bug#699492: unblock bacula-doc/5.2.6-2



Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock

Hi!

Please, unblock bacula-doc/5.2.6-2.
This is change in major version, but this will fix situation, that we
ship in wheezy different versions of package and documentation (package
5.2.6 and docs for 5.0.2).

Differences in debian/ structure between 5.0.2-4 and 5.2.6-2 in attach.
There were excluded from diff next files: debian/patches/* and
debian/fake-bacula-source/


-- 
with best regards,
Alexander Golovko
email: alexandro@ankalagon.ru
xmpp: alexandro@ankalagon.ru
diff -urEZwbBN -x patches -x fake-bacula-source bacula-doc-5.0.2/debian/changelog bacula-doc/debian/changelog
--- bacula-doc-5.0.2/debian/changelog	2011-12-16 20:17:48.000000000 +0400
+++ bacula-doc/debian/changelog	2013-02-01 02:22:08.809411200 +0400
@@ -1,3 +1,39 @@
+bacula-doc (5.2.6-2) unstable; urgency=low
+
+  * Revert dependency from debhelper >= 9.
+  * debian/rules:
+    + Don't compress documentation in libreoffice formats.
+  * debian/gbp.conf:
+    + Fix option name for bz2 compression.
+
+ -- Alexander Golovko <alexandro@ankalagon.ru>  Fri, 01 Feb 2013 02:22:07 +0400
+
+bacula-doc (5.2.6-1) unstable; urgency=low
+
+  [ Alexander Golovko ]
+  * debian/patches/remove-config-generated-file-in-source.patch, 
+    debian/patches/series, debian/rules, debian/source.lintian-overrides:
+    + change method for remove config.{log,status} from sources.
+
+  [ Willem van den Akker ]
+  * New maintainer (Closes: #612297).
+  * New upstream release.
+  * debian/control: 
+    + changed maintainer to Debian Bacula Team.
+    + added Vcs-Git, Vcs-Browser and Homepage tags.
+    + added myself to uploaders list.
+  * debian/patches/tex-styles-and-path: changed hardcoded version numbers.
+  * debian/fake-bacula-source: updated version.h from the 
+    bacula-5.2.6+dfsg.orig.tar.gz file.
+  * Bump standards to 3.9.4 (no changes).
+  * debian/compat: bump to 9.
+    debian/control: set dpendency debhelper to >9.
+  * debian/watch: file added.
+  * debian/gbd.conf: changed pristine-tar to pristine-bz2. Source is shipped
+    as bz2 file.
+
+ -- Willem van den Akker <wvdakker@wilsoft.nl>  Fri, 25 Jan 2013 08:32:44 +0100
+
 bacula-doc (5.0.2-4) unstable; urgency=low
 
   [Alexander Reichle-Schmehl]
diff -urEZwbBN -x patches -x fake-bacula-source bacula-doc-5.0.2/debian/control bacula-doc/debian/control
--- bacula-doc-5.0.2/debian/control	2011-12-16 20:12:36.000000000 +0400
+++ bacula-doc/debian/control	2013-01-31 17:58:24.316930676 +0400
@@ -1,11 +1,15 @@
 Source: bacula-doc
 Section: doc
 Priority: optional
-Maintainer: Debian QA Group <packages@qa.debian.org>
+Maintainer: Debian Bacula Team <pkg-bacula-devel@lists.alioth.debian.org>
+Uploaders: Willem van den Akker <wvdakker@wilsoft.nl>
 Build-Depends: debhelper (>= 7), autoconf, autotools-dev,
  texlive-base, texlive-latex-recommended, texlive-fonts-recommended,
  ghostscript
-Standards-Version: 3.9.2
+Standards-Version: 3.9.4
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-bacula/bacula-doc.git;a=summary
+Vcs-Git: git://anonscm.debian.org/pkg-bacula/bacula-doc.git
+Homepage: http://www.bacula.org/
 
 Package: bacula-doc
 Architecture: all
diff -urEZwbBN -x patches -x fake-bacula-source bacula-doc-5.0.2/debian/gbp.conf bacula-doc/debian/gbp.conf
--- bacula-doc-5.0.2/debian/gbp.conf	2011-02-09 20:59:40.000000000 +0300
+++ bacula-doc/debian/gbp.conf	2013-02-01 02:19:08.849408340 +0400
@@ -1,3 +1,3 @@
 [DEFAULT]
-pristine-tar = True
-git-compression = bzip2
+pristine-bz2 = True
+compression = bzip2
diff -urEZwbBN -x patches -x fake-bacula-source bacula-doc-5.0.2/debian/rules bacula-doc/debian/rules
--- bacula-doc-5.0.2/debian/rules	2011-12-16 20:17:17.000000000 +0400
+++ bacula-doc/debian/rules	2013-02-01 01:07:54.773340390 +0400
@@ -41,7 +41,7 @@
 	rm -f build-stamp configure-stamp
 	-rm -rf $(BUILDDIR)
 	dh_autotools-dev_restoreconfig
-	dh_clean config.status config.log
+	dh_clean
 
 install: build
 	dh_testdir
@@ -75,7 +75,7 @@
 	dh_installman
 	dh_link
 	dh_strip
-	dh_compress -X.pdf
+	dh_compress -X.odp -X.ods -X.odt -X.pdf -X.sxw
 	dh_fixperms
 #	dh_perl
 #	dh_makeshlibs
diff -urEZwbBN -x patches -x fake-bacula-source bacula-doc-5.0.2/debian/source.lintian-overrides bacula-doc/debian/source.lintian-overrides
--- bacula-doc-5.0.2/debian/source.lintian-overrides	2011-12-16 20:05:30.000000000 +0400
+++ bacula-doc/debian/source.lintian-overrides	1970-01-01 03:00:00.000000000 +0300
@@ -1,4 +0,0 @@
-# they are cleaned in debian/rules clean target
-bacula-doc source: configure-generated-file-in-source config.status
-bacula-doc source: configure-generated-file-in-source config.log
-
diff -urEZwbBN -x patches -x fake-bacula-source bacula-doc-5.0.2/debian/watch bacula-doc/debian/watch
--- bacula-doc-5.0.2/debian/watch	1970-01-01 03:00:00.000000000 +0300
+++ bacula-doc/debian/watch	2013-01-31 17:48:16.852921018 +0400
@@ -0,0 +1,2 @@
+version=3
+http://sf.net/bacula/bacula-docs-?([\w+\d+\.]+|\d+)\.tar\.bz2

Attachment: signature.asc
Description: PGP signature


Reply to: