diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 14 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 14 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index e0d5401..33f263e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,16 @@ -mic (0.18.1-1) unstable; urgency=low +mic (0.19-1) unstable; urgency=low + * new distribution support: Ubuntu 13.04 and openSUSE 12.3 + * introduce '--part-type' to handle GPT partition + * copy bmap creation from bmap-tools + * update some depends and fix depends issue + * bug fix: + - fix bug autologinuser always set + - fix symlink bind mount left issue + - fix '/var/lock' non-existent throw traceback + + -- Gui Chen <gui.chen@intel.com> Thu, 16 May 2013 17:25:35 +0800 + +mic (0.18-1) unstable; urgency=low * put build_id before image name for release option * mount build directory as tmpfs to speed up diff --git a/debian/control b/debian/control index 278c369..86be578 100644 --- a/debian/control +++ b/debian/control @@ -24,7 +24,7 @@ Depends: ${misc:Depends}, ${python:Depends}, ${dist:Depends}, syslinux (>= 2:4.05), extlinux (>= 2:4.05), libzypp, - python-zypp, + tizen-python-zypp-0.5.14, python-m2crypto, python-urlgrabber, Recommends: |