r41449 - in /packages/unstable/polari/debian: changelog control control.in copyright rules
bigon at users.alioth.debian.org
bigon at users.alioth.debian.org
Sat Apr 26 12:35:59 UTC 2014
Author: bigon
Date: Sat Apr 26 12:35:58 2014
New Revision: 41449
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=41449
Log:
* New upstream release (3.12.1)
* debian/control:
- Add Vcs-* fields
- Add missing {build-,}dependencies
- Bump Standards-Version to 3.9.5 (no further changes)
* debian/rules:
- Drop get-fresh-source targets, do not reinvent the wheel
- Include uploaders.mk file to generate uploaders list
Modified:
packages/unstable/polari/debian/changelog
packages/unstable/polari/debian/control
packages/unstable/polari/debian/control.in
packages/unstable/polari/debian/copyright
packages/unstable/polari/debian/rules
Modified: packages/unstable/polari/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/polari/debian/changelog?rev=41449&op=diff
==============================================================================
--- packages/unstable/polari/debian/changelog [utf-8] (original)
+++ packages/unstable/polari/debian/changelog [utf-8] Sat Apr 26 12:35:58 2014
@@ -1,11 +1,16 @@
-polari (3.12.0-1) experimental; urgency=low
+polari (3.12.1-1) UNRELEASED; urgency=low
+ [ Brandon Snider ]
* New upstream release.
- -- Brandon Snider <brandonjsnider at gmail.com> Tue, 25 Mar 2014 19:10:26 -0400
+ [ Laurent Bigonville ]
+ * New upstream release (3.12.1)
+ * debian/control:
+ - Add Vcs-* fields
+ - Add missing {build-,}dependencies
+ - Bump Standards-Version to 3.9.5 (no further changes)
+ * debian/rules:
+ - Drop get-fresh-source targets, do not reinvent the wheel
+ - Include uploaders.mk file to generate uploaders list
-polari (3.11.2-1) unstable; urgency=low
-
- * Initial release.
-
- -- Brandon Snider <brandonjsnider at gmail.com> Sat, 15 Feb 2014 16:20:11 -0500
+ -- Laurent Bigonville <bigon at debian.org> Sat, 26 Apr 2014 14:28:34 +0200
Modified: packages/unstable/polari/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/polari/debian/control?rev=41449&op=diff
==============================================================================
--- packages/unstable/polari/debian/control [utf-8] (original)
+++ packages/unstable/polari/debian/control [utf-8] Sat Apr 26 12:35:58 2014
@@ -2,31 +2,42 @@
#
# Modifications should be made to debian/control.in instead.
# This file is regenerated automatically in the clean target.
+
Source: polari
Section: gnome
Priority: optional
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
-Uploaders: Brandon Snider <brandonjsnider at gmail.com>
+Uploaders: Laurent Bigonville <bigon at debian.org>, Brandon Snider <brandonjsnider at gmail.com>
Build-Depends: debhelper (>= 9.0.0),
- autotools-dev,
+ dh-autoreconf,
gnome-pkg-tools (>= 0.10),
+ intltool (>= 0.50.0),
libglib2.0-dev (>= 2.39.0),
libgtk-3-dev (>= 3.11.5),
libtelepathy-glib-dev,
- telepathy-idle
-Standards-Version: 3.9.4
+ gobject-introspection,
+ libgirepository1.0-dev,
+ desktop-file-utils,
+ libxml2-utils,
+ gjs
+Standards-Version: 3.9.5
Homepage: https://wiki.gnome.org/Apps/Polari
-#Vcs-Git: git://git.debian.org/collab-maint/polari.git
-#Vcs-Browser: http://git.debian.org/?p=collab-maint/polari.git;a=summary
+Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/packages/unstable/polari/debian
+Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/packages/unstable/polari/debian
Package: polari
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
- ${gir:Depends}
+ ${gir:Depends},
+ gir1.2-telepathylogger-0.2,
+ gir1.2-soup-2.4,
+ telepathy-idle,
+ telepathy-mission-control-5,
+ telepathy-logger,
+ gjs
Description: Internet Relay Chat (IRC) client
- Polari is an Internet Relay Chat (IRC)
- client designed for GNOME 3.
+ Polari is an Internet Relay Chat (IRC) client designed for GNOME 3.
Package: polari-dbg
Section: debug
@@ -34,5 +45,6 @@
Architecture: any
Depends: polari (= ${binary:Version}), ${misc:Depends}
Description: Internet Relay Chat (IRC) client
+ Polari is an Internet Relay Chat (IRC) client designed for GNOME 3.
+ .
This package provides Polari's debugging symbols.
-
Modified: packages/unstable/polari/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/polari/debian/control.in?rev=41449&op=diff
==============================================================================
--- packages/unstable/polari/debian/control.in [utf-8] (original)
+++ packages/unstable/polari/debian/control.in [utf-8] Sat Apr 26 12:35:58 2014
@@ -2,27 +2,37 @@
Section: gnome
Priority: optional
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
-Uploaders: @GNOME_TEAM@
+Uploaders: @GNOME_TEAM@, Brandon Snider <brandonjsnider at gmail.com>
Build-Depends: debhelper (>= 9.0.0),
- autotools-dev,
+ dh-autoreconf,
gnome-pkg-tools (>= 0.10),
+ intltool (>= 0.50.0),
libglib2.0-dev (>= 2.39.0),
libgtk-3-dev (>= 3.11.5),
libtelepathy-glib-dev,
- telepathy-idle
-Standards-Version: 3.9.4
+ gobject-introspection,
+ libgirepository1.0-dev,
+ desktop-file-utils,
+ libxml2-utils,
+ gjs
+Standards-Version: 3.9.5
Homepage: https://wiki.gnome.org/Apps/Polari
-#Vcs-Git: git://git.debian.org/collab-maint/polari.git
-#Vcs-Browser: http://git.debian.org/?p=collab-maint/polari.git;a=summary
+Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/packages/unstable/polari/debian
+Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/packages/unstable/polari/debian
Package: polari
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
- ${gir:Depends}
+ ${gir:Depends},
+ gir1.2-telepathylogger-0.2,
+ gir1.2-soup-2.4,
+ telepathy-idle,
+ telepathy-mission-control-5,
+ telepathy-logger,
+ gjs
Description: Internet Relay Chat (IRC) client
- Polari is an Internet Relay Chat (IRC)
- client designed for GNOME 3.
+ Polari is an Internet Relay Chat (IRC) client designed for GNOME 3.
Package: polari-dbg
Section: debug
@@ -30,5 +40,6 @@
Architecture: any
Depends: polari (= ${binary:Version}), ${misc:Depends}
Description: Internet Relay Chat (IRC) client
+ Polari is an Internet Relay Chat (IRC) client designed for GNOME 3.
+ .
This package provides Polari's debugging symbols.
-
Modified: packages/unstable/polari/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/polari/debian/copyright?rev=41449&op=diff
==============================================================================
--- packages/unstable/polari/debian/copyright [utf-8] (original)
+++ packages/unstable/polari/debian/copyright [utf-8] Sat Apr 26 12:35:58 2014
@@ -32,8 +32,3 @@
.
On Debian systems, the complete text of the GNU General
Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
-
-# Please also look if there are files or directories which have a
-# different copyright/license attached and list them here.
-# Please avoid to pick license terms that are more restrictive than the
-# packaged work, as it may make Debian's contributions unacceptable upstream.
Modified: packages/unstable/polari/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/polari/debian/rules?rev=41449&op=diff
==============================================================================
--- packages/unstable/polari/debian/rules [utf-8] (original)
+++ packages/unstable/polari/debian/rules [utf-8] Sat Apr 26 12:35:58 2014
@@ -1,4 +1,5 @@
#!/usr/bin/make -f
+include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
-include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
export DEB_LDFLAGS_MAINT_APPEND= -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
@@ -32,34 +33,5 @@
override_dh_strip:
dh_strip -ppolari --dbg-package=polari-dbg
-###############################################################################
-# Tarball (get-fresh-source)
-DEB_SOURCE_PACKAGE := $(shell dpkg-parsechangelog | sed -n -e 's/^Source: //p')
-CCOMP_URL = git://git.gnome.org/polari
-CCOMP_REV := $(shell git describe master)
-ORIG_DIR := $(shell echo $(HOME))/$(DEB_SOURCE_PACKAGE)
-TMP_DIR = /tmp
-PACK_DIR := $(DEB_SOURCE_PACKAGE)
-
-get-fresh-source: gfs-all
-
-gfs-all: gfs-co gfs-pack
-gfs-co:
- cd $(TMP_DIR)
- rm -rf $(PACK_DIR)
- mkdir -p $(PACK_DIR)
- cd $(PACK_DIR) && git clone $(CCOMP_URL)
-
-gfs-pack: VERSION = $(CCOMP_REV)
-gfs-pack: TARBALL = $(DEB_SOURCE_PACKAGE)_$(VERSION).orig.tar.xz
-gfs-pack:
- # Pack
- mv $(PACK_DIR)/$(PACK_DIR) $(PACK_DIR)/$(DEB_SOURCE_PACKAGE)-$(VERSION)
- cd $(PACK_DIR)/$(DEB_SOURCE_PACKAGE)-$(VERSION) && ./autogen.sh --prefix=/usr
- cd $(PACK_DIR) && tar cfJ ../$(DEB_SOURCE_PACKAGE)_$(VERSION).orig.tar.xz --exclude-vcs $(DEB_SOURCE_PACKAGE)-$(VERSION)
- rm -rf $(PACK_DIR)
- @echo "# Done (created $(DEB_SOURCE_PACKAGE)_$(VERSION).orig.tar.xz)"
- @ls -l $(DEB_SOURCE_PACKAGE)_$(VERSION).orig.tar.xz
-# mv -v $(TARBALL) $(ORIG_DIR)
-
-.PHONY: get-fresh-source gfs-all
+override_dh_makeshlibs:
+ dh_makeshlibs -Xlibpolari-1.0.so
More information about the pkg-gnome-commits
mailing list