[Chinese-commits] [liblunar] 02/02: Update control
ChangZhuo Chen
czchen at moszumanska.debian.org
Tue Oct 25 11:13:56 UTC 2016
This is an automated email from the git hooks/post-receive script.
czchen pushed a commit to branch master
in repository liblunar.
commit 58d1fe260044fdc5c5ae007d227f34f71e7ef0e2
Author: ChangZhuo Chen (陳昌倬) <czchen at debian.org>
Date: Tue Oct 25 19:12:46 2016 +0800
Update control
---
debian/compat | 2 +-
debian/control | 33 +++++++++++++++++++++++----------
2 files changed, 24 insertions(+), 11 deletions(-)
diff --git a/debian/compat b/debian/compat
index 7f8f011..f599e28 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+10
diff --git a/debian/control b/debian/control
index 541adb4..75b11d2 100644
--- a/debian/control
+++ b/debian/control
@@ -1,20 +1,28 @@
Source: liblunar
Priority: optional
-Maintainer: LI Daobing <lidaobing at debian.org>
-Build-Depends: debhelper (>= 7), gtk-doc-tools, libglib2.0-dev, libgtk2.0-dev,
- pkg-config, intltool, python-gtk2-dev, libgtksourceview2.0-dev,
- python-gtksourceview2, python-support (>= 1.0)
+Maintainer: Debian Chinese Team <chinese-developers at lists.alioth.debian.org>
+Uploaders: ChangZhuo Chen (陳昌倬) <czchen at debian.org>
+Build-Depends: debhelper (>= 10),
+ gtk-doc-tools,
+ intltool,
+ libglib2.0-dev,
+ libgtk2.0-dev,
+ libgtksourceview2.0-dev,
+ pkg-config,
+ python-gtk2-dev,
+ python-gtksourceview2,
+ python-support (>= 1.0),
Standards-Version: 3.8.1
Section: libs
Homepage: http://code.google.com/p/liblunar
Vcs-Browser: http://git.debian.org/?p=chinese/liblunar.git
Vcs-Git: git://git.debian.org/git/chinese/liblunar.git
-DM-Upload-Allowed: yes
Package: liblunar-1-dev
Section: libdevel
Architecture: any
-Depends: ${misc:Depends}, liblunar-1-0 (= ${binary:Version})
+Depends: ${misc:Depends},
+ liblunar-1-0 (= ${binary:Version})
Description: Development files for the Chinese Lunar library
This library provide a struct to covert between Chinese lunar calendar
and Gregorian calendar.
@@ -28,7 +36,8 @@ Description: Development files for the Chinese Lunar library
Package: liblunar-1-0
Section: libs
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
Description: Chinese Lunar library
This library provide a struct to covert between Chinese lunar calendar
and Gregorian calendar.
@@ -41,7 +50,8 @@ Package: liblunar-1-0-dbg
Priority: extra
Section: debug
Architecture: any
-Depends: ${misc:Depends}, liblunar-1-0 (= ${binary:Version})
+Depends: ${misc:Depends},
+ liblunar-1-0 (= ${binary:Version})
Description: Chinese Lunar library
This library provide a struct to covert between Chinese lunar calendar
and Gregorian calendar.
@@ -53,7 +63,8 @@ Description: Chinese Lunar library
Package: liblunar-1-doc
Section: doc
Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
Description: Documentation for the Chinese Lunar library
This library provide a struct to covert between Chinese lunar calendar
and Gregorian calendar.
@@ -66,7 +77,9 @@ Description: Documentation for the Chinese Lunar library
Package: python-lunar
Section: python
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, python-support (>= 1.0)
+Depends: ${shlibs:Depends},
+ ${misc:Depends},
+ python-support (>= 1.0)
Description: Python bindings for the Chinese Lunar library
This library provide a struct to covert between Chinese lunar calendar
and Gregorian calendar.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/chinese/liblunar.git
More information about the Chinese-commits
mailing list