Hi I prepared a small NMU for it. Should I continue aksing vor a sponsor (@Yaroslav).
Attached is the debdiff for this. Andrei, I have uploaded a preliminary package to [1], could you test it? [1] http://people.ee.ethz.ch/~bonaccos/debian/gcalcli/ Bests Salvatore
diff -u gcalcli-1.4/gcalcli gcalcli-1.4/gcalcli
--- gcalcli-1.4/gcalcli
+++ gcalcli-1.4/gcalcli
@@ -223,7 +223,7 @@
allCals = None
workCals = []
now = datetime.now(tzlocal())
- feedPrefix = 'http://www.google.com/calendar/feeds/'
+ feedPrefix = 'https?://www.google.com/calendar/feeds/'
agendaLength = 5
username = ''
password = ''
diff -u gcalcli-1.4/debian/changelog gcalcli-1.4/debian/changelog
--- gcalcli-1.4/debian/changelog
+++ gcalcli-1.4/debian/changelog
@@ -1,3 +1,12 @@
+gcalcli (1.4-3.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Adjust 'feedPrefix' URL to 'https?://www.google.com/calendar/feeds/'
+ fixing failure of gcalcli on all operations with AttributeError
+ (Closes: #582247).
+
+ -- Salvatore Bonaccorso <[email protected]> Wed, 02 Jun 2010 07:34:32 +0200
+
gcalcli (1.4-3) unstable; urgency=low
* BF: fix absent ordering about "root" calendars (Closes: #575086)
signature.asc
Description: Digital signature

