Removing a reference to Chinook and working around a py2deb issue where it thought...
authorEd Page <eopage@byu.net>
Wed, 27 Jan 2010 04:23:44 +0000 (22:23 -0600)
committerEd Page <eopage@byu.net>
Wed, 27 Jan 2010 04:23:44 +0000 (22:23 -0600)
support/builddeb.py

index 827df16..9794d32 100755 (executable)
@@ -92,7 +92,7 @@ def build_package(distribution):
        else:
                p.prettyName = "Google Voice plugin for Conversations and Calls"
        p.description = __description__
-       p.bugTracker = "https://bugs.maemo.org/enter_bug.cgi?product=The%20One%20Ring"
+       p.bugTracker = "https://bugs.maemo.org/enter_bug.cgi?product=The%%20One%%20Ring"
        #p.upgradeDescription = __changelog__.split("\n\n", 1)[0]
        p.author = __author__
        p.mail = __email__
@@ -111,7 +111,6 @@ def build_package(distribution):
        ])
        p.depends += {
                "debian": "",
-               "chinook": "",
                "diablo": ", python2.5-conic, account-plugin-haze",
                "fremantle": ", account-plugin-haze",
                "mer": "",