From 11476ebcfc805660cbc45b8889b75933d7cddbde Mon Sep 17 00:00:00 2001 From: epage Date: Wed, 21 Oct 2009 12:30:44 +0000 Subject: [PATCH] Updating py2deb, see http://talk.maemo.org/showpost.php?p=316701&postcount=6 git-svn-id: file:///svnroot/gc-dialer/trunk@552 c39d3808-3fe2-4d86-a59f-b7f623ee9f21 --- support/py2deb.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/support/py2deb.py b/support/py2deb.py index ce676ee..6018f91 100644 --- a/support/py2deb.py +++ b/support/py2deb.py @@ -756,15 +756,15 @@ FILES : ] if self.prettyName: - prettyName = "XBS-Maemo-Display-Name: %s" % self.prettyName.strip() + prettyName = "XSBC-Maemo-Display-Name: %s" % self.prettyName.strip() specificParagraphFields.append("\n ".join(prettyName.split("\n"))) if self.bugTracker: - bugTracker = "XBS-Bugtracker: %s" % self.bugTracker.strip() + bugTracker = "XSBC-Bugtracker: %s" % self.bugTracker.strip() specificParagraphFields.append("\n ".join(bugTracker.split("\n"))) if self.upgradeDescription: - upgradeDescription = "XBS-Maemo-Upgrade-Description: %s" % self.upgradeDescription.strip() + upgradeDescription = "XSBC-Maemo-Upgrade-Description: %s" % self.upgradeDescription.strip() specificParagraphFields.append("\n ".join(upgradeDescription.split("\n"))) if self.icon: @@ -779,7 +779,7 @@ FILES : if i % 60 == 0: uueIconLines.append("") uueIconLines[-1] += c - uueIconLines[0:0] = ("XBS-Maemo-Icon-26:", ) + uueIconLines[0:0] = ("XSBC-Maemo-Icon-26:", ) specificParagraphFields.append("\n ".join(uueIconLines)) generalParagraph = "\n".join(generalParagraphFields) -- 1.7.9.5