[Pkg-sugar-commit] [sugar-toolkit] 11/13: Unfuzz patches.

Jonas Smedegaard dr at jones.dk
Thu Apr 16 18:50:11 UTC 2015


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

js pushed a commit to annotated tag debian/0.84.15-1
in repository sugar-toolkit.

commit 6e0caaa612c6401c0116aa2bc289c61070891f0d
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Sun Dec 5 10:48:51 2010 +0100

    Unfuzz patches.
---
 .../2003_bundlebuilder_exit_nonzero_on_error.patch       | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/debian/patches/2003_bundlebuilder_exit_nonzero_on_error.patch b/debian/patches/2003_bundlebuilder_exit_nonzero_on_error.patch
index b165dcb..824004e 100644
--- a/debian/patches/2003_bundlebuilder_exit_nonzero_on_error.patch
+++ b/debian/patches/2003_bundlebuilder_exit_nonzero_on_error.patch
@@ -20,7 +20,7 @@ Last-Update: 2010-02-08
              self.fix_manifest()
              files = self.config.bundle.get_files()
  
-@@ -265,8 +266,9 @@
+@@ -267,8 +268,9 @@
      '''Setup for development'''
  
      if args:
@@ -31,7 +31,7 @@ Last-Update: 2010-02-08
  
      bundle_path = env.get_user_activities_path()
      if not os.path.isdir(bundle_path):
-@@ -279,13 +281,15 @@
+@@ -281,13 +283,15 @@
              print 'ERROR - The bundle has been already setup for development.'
          else:
              print 'ERROR - A bundle with the same name is already installed.'
@@ -48,7 +48,7 @@ Last-Update: 2010-02-08
     
      packager = XOPackager(Builder(config))
      packager.package()
-@@ -294,8 +298,9 @@
+@@ -296,8 +300,9 @@
      '''Add missing files to the manifest'''
  
      if args:
@@ -59,7 +59,7 @@ Last-Update: 2010-02-08
  
      builder = Builder(config)
      builder.fix_manifest()
-@@ -304,8 +309,9 @@
+@@ -306,8 +311,9 @@
      '''Create a tar source package'''
  
      if args:
@@ -70,7 +70,7 @@ Last-Update: 2010-02-08
  
      packager = SourcePackager(config)
      packager.package()
-@@ -318,8 +324,9 @@
+@@ -320,8 +326,9 @@
                        help='Prefix to install files to')
      (suboptions, subargs) = parser.parse_args(args)
      if subargs:
@@ -81,7 +81,7 @@ Last-Update: 2010-02-08
  
      installer = Installer(Builder(config))
      installer.install(suboptions.prefix)
-@@ -328,8 +335,9 @@
+@@ -330,8 +337,9 @@
      '''Generate the gettext pot file'''
  
      if args:
@@ -92,7 +92,7 @@ Last-Update: 2010-02-08
  
      po_path = os.path.join(config.source_dir, 'po')
      if not os.path.isdir(po_path):
-@@ -361,13 +369,15 @@
+@@ -363,13 +371,15 @@
      retcode = subprocess.call(args)
      if retcode:
          print 'ERROR - xgettext failed with return code %i.' % retcode
@@ -109,7 +109,7 @@ Last-Update: 2010-02-08
  
      builder = Builder(config)
      builder.build()
-@@ -395,7 +405,9 @@
+@@ -397,7 +407,9 @@
      try:
          globals()['cmd_' + args[0]](config, args[1:])
      except (KeyError, IndexError):

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



More information about the pkg-sugar-commit mailing list