[california] Packaging for PPA, tarball: Refs bug #727510



commit 10f26ff4df4506362230bd7d0220f0df8707d0cf
Author: Jim Nelson <jim yorba org>
Date:   Tue Apr 29 17:15:23 2014 -0700

    Packaging for PPA, tarball: Refs bug #727510

 NEWS             |    9 +++++++++
 debian/changelog |   10 ++++++++++
 debian/compat    |    1 +
 debian/control   |   25 +++++++++++++++++++++++++
 debian/copyright |   15 +++++++++++++++
 debian/dirs      |    4 ++++
 debian/docs      |    3 +++
 debian/rules     |   17 +++++++++++++++++
 po/POTFILES.skip |    3 +++
 src/Makefile.am  |    2 +-
 10 files changed, 88 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index e69de29..46f9140 100644
--- a/NEWS
+++ b/NEWS
@@ -0,0 +1,9 @@
+California 0.1.0 - 29 April 2014
+--------------------------------
+
+  * First unstable release.
+  * Month view of Evolution Data Server (EDS) calendars.
+  * Add, remove, update events.
+  * Quick add (natural language parser) events.
+  * Add WebCal, Google calendars.
+
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..df21eaf
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,10 @@
+california (0.1.0-1~saucy1) saucy; urgency=low
+
+  * First unstable release.
+  * Month view of Evolution Data Server (EDS) calendars.
+  * Add, remove, update events.
+  * Quick add (natural language parser) events.
+  * Add WebCal, Google calendars.
+
+ -- Jim Nelson <jim yorba org>  Tue, 29 Apr 2014 15:54:56 -0700
+
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..45a4fb7
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+8
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..75e5cc5
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,25 @@
+Source: california
+Section: gnome
+Priority: optional
+Maintainer: Jim Nelson <jim yorba org>
+Build-Depends: debhelper (>= 8),
+ libgee-0.8-dev (>= 0.10.5),
+ libglib2.0-dev (>= 2.38.0),
+ libgtk-3-dev (>= 3.10.7),
+ valac-0.22 (>= 0.21.1),
+ intltool,
+ libecal1.2-dev (>= 3.8.5),
+ libsoup2.4-dev (>= 2.44),
+ libgdata-dev (>= 0.14.0),
+ libgoa-1.0-dev (>= 3.8.3)
+Standards-Version: 3.8.3
+Homepage: https://wiki.gnome.org/Apps/California
+
+Package: california
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: GNOME 3 Calendar
+ California is a GNOME 3 calendar designed with a simple, modern interface.
+ .
+ Visit https://wiki.gnome.org/Apps/California for more information.
+
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..14bf55b
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,15 @@
+Format: http://dep.debian.net/deps/dep5
+Upstream-Name: california
+Source: <https://wiki.gnome.org/Apps/California>
+
+Files: *
+Copyright: 2014 Yorba Foundation
+License: LGPL-2.1
+ This program is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Lesser General Public
+ License as published by the Free Software Foundation; either
+ version 2.1 of the License, or (at your option) any later version.
+ .
+ On Debian systems, the complete text of the GNU Lesser General Public
+ License 2.1, can be found in /usr/share/common-licenses/LGPL-2.1.
+
diff --git a/debian/dirs b/debian/dirs
new file mode 100644
index 0000000..23674ab
--- /dev/null
+++ b/debian/dirs
@@ -0,0 +1,4 @@
+/usr
+/usr/bin
+/usr/share/applications
+
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..ffe5fe2
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1,3 @@
+NEWS
+README
+THANKS
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..315e200
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,17 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+# Sample debian/rules that uses debhelper.
+# This file was originally written by Joey Hess and Craig Small.
+# As a special exception, when this file is copied by dh-make into a
+# dh-make output file, you may use that output file without restriction.
+# This special exception was added by Craig Small in version 0.37 of dh-make.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+%:
+       dh $@ --parallel
+
+override_dh_auto_configure:
+       ./configure --prefix=/usr
+
diff --git a/po/POTFILES.skip b/po/POTFILES.skip
index eb50af9..15f3919 100644
--- a/po/POTFILES.skip
+++ b/po/POTFILES.skip
@@ -2,6 +2,7 @@ data/california.desktop.in
 src/activator/activator.c
 src/activator/google/activator-google-authenticating-pane.c
 src/activator/google/activator-google-calendar-list-pane.c
+src/activator/webcal/activator-webcal-pane.c
 src/application/california-application.c
 src/application/california-commandline.c
 src/calendar/calendar.c
@@ -11,3 +12,5 @@ src/host/host-create-update-event.c
 src/host/host-import-calendar.c
 src/host/host-main-window.c
 src/host/host-show-event.c
+src/manager/manager-calendar-list-item.c
+
diff --git a/src/Makefile.am b/src/Makefile.am
index 8ca1e2a..99df41d 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -160,7 +160,7 @@ california_OPTIONAL_VALAFLAGS += --define ENABLE_UNITY
 endif
 
 california_VALAFLAGS = \
-       --fatal-warnings -g --enable-checking --vapidir $(top_srcdir)/vapi --target-glib=2.38 \
+       --fatal-warnings --debug --enable-checking --vapidir $(top_srcdir)/vapi --target-glib=2.38 \
        --gresources=california-resources.xml \
        $(california_OPTIONAL_VALAFLAGS) \
        --pkg gtk+-3.0 \


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]