correct wrong default branch for debian development
authorGuido Guenther <agx@sigxcpu.org>
Sat, 9 Dec 2006 12:21:48 +0000 (13:21 +0100)
committerGuido Guenther <agx@bogon.sigxcpu.org>
Sat, 9 Dec 2006 12:21:48 +0000 (13:21 +0100)
git_buildpackage/config.py

index f909b2f6d1e61721826ba3179f854e7aa9e21121..a6f3ff7d470320f4a6784e2924da78031684671f 100644 (file)
@@ -23,8 +23,7 @@ class GBPOptionParser(OptionParser):
     @type config_files: list
     """
     defaults={ 'builder'         : 'debuild',
-               'debian-branch'   : 'debian',
-               'upstream-branch' : 'upstream',
+               'debian-branch'   : 'master',
                'upstream-branch' : 'upstream',
               'sign-tags'       : '',          # empty means False
               'keyid'           : '',