Anthony Wong has proposed merging lp:~anthonywong/chinese-calendar/packaging-fix-for-1.0.0-0ubuntu2 into lp:chinese-calendar.
Requested reviews: Aron Xu (happyaron) Shine Huang (shine) For more details, see: https://code.launchpad.net/~anthonywong/chinese-calendar/packaging-fix-for-1.0.0-0ubuntu2/+merge/243521 -- Your team Ubuntu Kylin Members is subscribed to branch lp:chinese-calendar.
=== modified file 'debian/changelog' --- debian/changelog 2014-10-15 06:59:04 +0000 +++ debian/changelog 2014-12-03 11:38:22 +0000 @@ -1,3 +1,14 @@ +chinese-calendar (1.0.0-0ubuntu2) vivid; urgency=low + + * debian/control: + - add dependency on libqt4-sql-sqlite (LP: #1343191) + - remove unnecessary packages from Build-Depends + - add Bzr-Broswer and Vcs-Bzr + * debian/changelog: + - fix syntax error + + -- Anthony Wong <[email protected]> Wed, 03 Dec 2014 16:09:49 +0800 + chinese-calendar (1.0.0-0ubuntu1) utopic; urgency=medium [ Shine Huang ] @@ -74,7 +85,7 @@ * Fix bug #1154063, bug #1154075, bug #1154079, bug #1154050. * Modify note function. - -- abelsaber (Yes,it's true) <[email protected]> Wed, 13 Mar 2013 10:12:21 +0800 + -- abelsaber (Yes,it's true) <[email protected]> Wed, 13 Mar 2013 10:12:21 +0800 chinese-calendar (0.7.5) raring; urgency=high === modified file 'debian/control' --- debian/control 2014-10-15 01:09:00 +0000 +++ debian/control 2014-12-03 11:38:22 +0000 @@ -3,17 +3,18 @@ Priority: optional Maintainer: Ubuntu Kylin Members <[email protected]> Uploaders: Abel Liu <[email protected]>, - Shine Huang <[email protected]> + Shine Huang <[email protected]>, + Anthony Wong <[email protected]> Build-Depends: debhelper (>= 9), - libqt4-dev (>= 4.8.1), - libqt4-sql-sqlite, - ttf-wqy-microhei + libqt4-dev (>= 4.8.1) Standards-Version: 3.9.6 Homepage: https://launchpad.net/chinese-calendar +Vcs-Browser: https://bazaar.launchpad.net/~ubuntukylin-members/chinese-calendar/trunk/files +Vcs-Bzr: lp:chinese-calendar Package: chinese-calendar Architecture: any -Depends: ${misc:Depends}, ${shlibs:Depends} +Depends: ${misc:Depends}, ${shlibs:Depends}, libqt4-sql-sqlite Description: Chinese lunar calendar This indicator is used to show a Chinese lunar calendar which is tailored for Chinese users. The calendar can show festivals and the
-- Mailing list: https://launchpad.net/~ubuntukylin-members Post to : [email protected] Unsubscribe : https://launchpad.net/~ubuntukylin-members More help : https://help.launchpad.net/ListHelp

