[pkg-haskell-tools] 04/11: dht dch: Use the '--no-auto-nmu' debchange option

Ilias Tsitsimpis iliastsi-guest at moszumanska.debian.org
Sun Jul 24 20:52:53 UTC 2016


This is an automated email from the git hooks/post-receive script.

iliastsi-guest pushed a commit to branch master
in repository pkg-haskell-tools.

commit c0d11376397c64303ed519270e6badc7dc0d7e39
Author: Ilias Tsitsimpis <i.tsitsimpis at gmail.com>
Date:   Sat Jul 23 16:50:35 2016 +0300

    dht dch: Use the '--no-auto-nmu' debchange option
    
    Since in DHG we avoid team uploads (i.e., regular uploads whose first
    changelog entry is "* Team upload."), use the '--no-auto-nmu' option in
    dht dch.
---
 debian/changelog | 1 +
 scripts/dch      | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 5ce83fe..4a78ef8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ pkg-haskell-tools (0.10.4) UNRELEASED; urgency=medium
   * Build-Depend on newer version of devscripts (>= 2.16.6)
     This newer version is needed because 'dht dch' relies on
     #826837 in order to properly work.
+  * dht dch: Use the '--no-auto-nmu' debchange option
 
  -- Joachim Breitner <nomeata at debian.org>  Thu, 02 Jun 2016 18:12:52 +0200
 
diff --git a/scripts/dch b/scripts/dch
index c8f4800..6e20b4e 100755
--- a/scripts/dch
+++ b/scripts/dch
@@ -44,7 +44,7 @@ if ($firstline =~ m/([\w-]+) \(([\w:~.+-]+)\) ([\w-]+);/) {
 	my $tag = sprintf "%s_v%s", $source, $version;
 	$tag =~ tr/:~/_/;
 
-	my @options = ("--release-heuristic", "changelog")
+	my @options = ("--release-heuristic", "changelog", "--no-auto-nmu");
 	if (system(qw/git show-ref --quiet/, "refs/tags/$tag") == 0) {
         if ($suite eq "UNRELEASED") {
             printf STDERR "Tag %s exists, but version is marked UNRELEASED\n", $tag;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/pkg-haskell-tools.git



More information about the Pkg-haskell-commits mailing list