[Blends-commit] [SCM] blends-dev branch, master, updated. 7661b6ebe1eb153b0784e1b4d5a739685f371c0a

Andreas Tille tille at debian.org
Fri Aug 1 06:37:43 UTC 2014


The following commit has been merged in the master branch:
commit 7661b6ebe1eb153b0784e1b4d5a739685f371c0a
Author: Andreas Tille <tille at debian.org>
Date:   Fri Aug 1 08:32:17 2014 +0200

    Fix typo: s/Section: metapackage/&s/

diff --git a/debian/blends-dev.NEWS.Debian b/debian/blends-dev.NEWS.Debian
index 9ca988a..0b52cdd 100644
--- a/debian/blends-dev.NEWS.Debian
+++ b/debian/blends-dev.NEWS.Debian
@@ -1,12 +1,12 @@
 blends (0.6.10) unstable; urgency=low
 
-  * Do not try to take over config files of package cdd-dev
-    from /etc/cdd to /etc/blends it just leads to trouble and
-    is not worth the effort because they are unchanged in most
-    practical cases
-    --> Please check the files in /etc/cdd if existant and
-        take over the changes manually if needed to
-        /etc/blends
+  Do not try to take over config files of package cdd-dev
+  from /etc/cdd to /etc/blends it just leads to trouble and
+  is not worth the effort because they are unchanged in most
+  practical cases
+  --> Please check the files in /etc/cdd if existant and
+      take over the changes manually if needed to
+      /etc/blends
 
  -- Andreas Tille <tille at debian.org>  Wed, 27 Jan 2010 13:05:07 +0100
 
diff --git a/debian/changelog b/debian/changelog
index 128940f..196aebb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+blends (0.6.92.1) unstable; urgency=medium
+
+  * Fix typo: s/Section: metapackage/&s/
+  * Reformat debian/*.NEWS
+
+ -- Andreas Tille <tille at debian.org>  Fri, 01 Aug 2014 08:14:08 +0200
+
 blends (0.6.92) unstable; urgency=medium
 
   [ Andreas Tille ]
diff --git a/devtools/blend-gen-control b/devtools/blend-gen-control
index 3e65a8e..3ec8aa5 100755
--- a/devtools/blend-gen-control
+++ b/devtools/blend-gen-control
@@ -185,7 +185,7 @@ sub gen_control {
 	if (defined $taskinfo{$task}{'Section'} && $taskinfo{$task}{'Section'} ne 'misc') {
             print "Section: $taskinfo{$task}{'Section'}\n" ;
         } else {
-            print "Section: metapackage\n" ;
+            print "Section: metapackages\n" ;
         }
         my $header;
         for $header (qw(Architecture Priority)) {

-- 
Git repository for blends code



More information about the Blends-commit mailing list