[gnome-clocks] 01/02: [svn-buildpackage] Tagging gnome-clocks 3.7.92-1

Jeremy Bicha jbicha at moszumanska.debian.org
Thu Dec 14 22:04:51 UTC 2017


This is an automated email from the git hooks/post-receive script.

jbicha pushed a commit to tag debian/3.7.92-1
in repository gnome-clocks.

commit 9c728c6f2d9dde14dd37f066c4ef15987cc4c1b7
Author: Sjoerd Simons <sjoerd at debian.org>
Date:   Sun Mar 24 15:22:03 2013 +0000

    [svn-buildpackage] Tagging gnome-clocks 3.7.92-1
---
 debian/README.Debian | 61 ----------------------------------------------------
 debian/changelog     |  4 ++--
 debian/control       |  5 ++++-
 debian/control.in    |  5 ++++-
 debian/copyright     |  4 +++-
 5 files changed, 13 insertions(+), 66 deletions(-)

diff --git a/debian/README.Debian b/debian/README.Debian
deleted file mode 100644
index 7dd2a0c..0000000
--- a/debian/README.Debian
+++ /dev/null
@@ -1,61 +0,0 @@
-This is not for the kids!
-=========================
-
-JHBuild offers a mean to pull the latest software and the latest bugs
-from upstream source repositories.  In particular, it will expose the
-build failures that plenty of GNOME modules have at some time.
-
-You should NOT use JHBuild if you do not know how to deal with these
-failures.  This tool is aimed at developers who need the latest version
-of some modules or module sets or at advanced users curious of new
-developments or upstream bug fixes, but in all cases at people who are
-able to understand and fix build failures.
-
-Using development snapshots along of your Debian system might corrupt
-your configuration or data files.  Use at your own risk.
-
-
-Size matters
-============
-
-Building the full GNOME moduleset uses a lot of disk space: the GNOME
-2.16 moduleset uses between 5 and 6 GB for the checkouted data, build
-dirs, and installed files.
-
-
-User Manual -- slightly obsolete
-================================
-
-The JHBuild user manual is at /usr/share/doc/jhbuild/jhbuild.html;
-unfortunately it's not completely up-to-date, so take its advice with a
-grain of salt.
-
-
-Configuring JHBuild
-===================
-
-There are sample configuration files for JHBuild under
-/usr/share/doc/jhbuild.  I suggest you create a separate "jhbuild" user
-for building, but also to run the resulting binaries.  Keep in mind that
-some resources are shared with your Debian system, such as your GConf
-settings.
-
-I personally prefer checkouting, building, and installing under the home
-directory of the user invoking jhbuild; this can be achieved with:
-   checkoutroot = os.path.expanduser('~/jhbuild/checkout')
-   prefix = os.path.expanduser('~/jhbuild/prefix')
-
-The upstream jhbuild builds an "install-check" tool which avoids
-updating the timestamps of installed files when they are identical.
-This tool is missing from the Debian package because its functionality
-is not critical and it would be the only piece of C in this package.  A
-Python replacement might be provided in future versions of the package.
-
-
-Scripts
-=======
-
-The upstream scripts/ dir has many small utilities which were mostly
-useful in the days where GNOME modules were kept in CVS.  Nowadays,
-some scripts are quite obsolete.
-
diff --git a/debian/changelog b/debian/changelog
index 3d1b7d9..d8783f2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-gnome-clocks (3.7.92-1) UNRELEASED; urgency=low
+gnome-clocks (3.7.92-1) experimental; urgency=low
 
   [ Jeremy Bicha ]
   * Initial release
@@ -7,4 +7,4 @@ gnome-clocks (3.7.92-1) UNRELEASED; urgency=low
   * New upstream release (Update build-depends)
   * debian/control: Use standard gnome-pkg-tools rules
 
- -- Sjoerd Simons <sjoerd at debian.org>  Sun, 24 Mar 2013 10:58:07 +0100
+ -- Sjoerd Simons <sjoerd at debian.org>  Sun, 24 Mar 2013 16:17:14 +0100
diff --git a/debian/control b/debian/control
index 1ae6aba..b91141d 100644
--- a/debian/control
+++ b/debian/control
@@ -11,11 +11,14 @@ Uploaders: Sjoerd Simons <sjoerd at debian.org>
 Build-Depends: debhelper (>= 9),
                gnome-pkg-tools,
                pkg-config,
+               intltool,
                valac (>= 0.17.4) | valac-0.18,
                libgweather-3-dev (>= 3.7.90),
                libnotify-dev (>= 0.7.0),
                libcanberra-dev (>= 0.30),
-               libgtk-3-dev (>= 3.7.12)
+               libgtk-3-dev (>= 3.7.12),
+               libgnome-desktop-3-dev (>= 3.7.90),
+               libgirepository1.0-dev
 Standards-Version: 3.9.3
 Vcs-Svn: svn://anonscm.debian.org/svn/pkg-gnome/packages/experimental/gnome-clocks
 Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/packages/experimental/gnome-clocks/
diff --git a/debian/control.in b/debian/control.in
index b84a750..d036440 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -6,11 +6,14 @@ Uploaders: @GNOME_TEAM@
 Build-Depends: debhelper (>= 9),
                gnome-pkg-tools,
                pkg-config,
+               intltool,
                valac (>= 0.17.4) | valac-0.18,
                libgweather-3-dev (>= 3.7.90),
                libnotify-dev (>= 0.7.0),
                libcanberra-dev (>= 0.30),
-               libgtk-3-dev (>= 3.7.12)
+               libgtk-3-dev (>= 3.7.12),
+               libgnome-desktop-3-dev (>= 3.7.90),
+               libgirepository1.0-dev
 Standards-Version: 3.9.3
 Vcs-Svn: svn://anonscm.debian.org/svn/pkg-gnome/packages/experimental/gnome-clocks
 Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/packages/experimental/gnome-clocks/
diff --git a/debian/copyright b/debian/copyright
index 36b0447..e00583c 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -3,7 +3,9 @@ Upstream-Name: gnome-clocks
 Source: http://ftp.gnome.org/pub/GNOME/sources/gnome-clocks/
 
 Files: *
-Copyright: 2011-2012 Collabora, Ltd.
+Copyright: 2011-2013 Collabora Ltd.
+           2012-2013 Seif Lotfy, Emily Gonyer, Eslam Mostafa
+           2012-2013 Paolo Borelli, Volker Sobek
 License: GPL-2+
  This program is free software; you can redistribute it and/or
  modify it under the terms of the GNU General Public

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnome/gnome-clocks.git



More information about the pkg-gnome-commits mailing list