[Pkg-xfce-commits] r369 - in goodies: exo/debian mousepad/debian
xfce4-terminal/debian xfce4-terminal/debian/patches xfmedia/debian
Yves-Alexis Perez
corsac-guest at costa.debian.org
Mon Dec 19 21:36:59 UTC 2005
Author: corsac-guest
Date: 2005-12-19 21:36:58 +0000 (Mon, 19 Dec 2005)
New Revision: 369
Added:
goodies/exo/debian/exo-csource.1
goodies/exo/debian/libexo-0.3-0.install
goodies/exo/debian/libexo-0.3-dev.install
goodies/xfce4-terminal/debian/patches/00_binary-name-fix-xfce4-terminal.1.patch
Removed:
goodies/exo/debian/libexo0.3-0.install
goodies/exo/debian/libexo0.3-dev.install
goodies/xfce4-terminal/debian/patches/00_binary-name-fix-xfce4-terminal(1).patch
Modified:
goodies/exo/debian/changelog
goodies/exo/debian/control
goodies/exo/debian/rules
goodies/mousepad/debian/changelog
goodies/mousepad/debian/copyright
goodies/xfce4-terminal/debian/changelog
goodies/xfce4-terminal/debian/control
goodies/xfmedia/debian/changelog
goodies/xfmedia/debian/control
goodies/xfmedia/debian/rules
Log:
modified libexo package version (from libexo0.3 to libexo-0.3) and updated xfmedia and xfce4-terminal accordingly. various other changes
Modified: goodies/exo/debian/changelog
===================================================================
--- goodies/exo/debian/changelog 2005-12-19 20:27:11 UTC (rev 368)
+++ goodies/exo/debian/changelog 2005-12-19 21:36:58 UTC (rev 369)
@@ -1,6 +1,8 @@
exo (0.3.0svn+r18845-1) UNRELEASED; urgency=low
* New Upstream (alpha) version
+ * Changed package name
+ * Added exo-csource manpage
-- Yves-Alexis Perez <corsac at corsac.net> Mon, 14 Nov 2005 19:34:31 +0100
Modified: goodies/exo/debian/control
===================================================================
--- goodies/exo/debian/control 2005-12-19 20:27:11 UTC (rev 368)
+++ goodies/exo/debian/control 2005-12-19 21:36:58 UTC (rev 369)
@@ -6,17 +6,21 @@
Standards-Version: 3.6.2
Section: libs
-Package: libexo0.3-dev
+Package: libexo-0.3-dev
Section: libdevel
Architecture: any
-Depends: libexo0.3-0 (= ${Source-Version}), libxfcegui4-dev (>= 4.2.0)
+Depends: libexo-0.3-0 (= ${Source-Version}), libxfcegui4-dev (>= 4.2.0)
+Conflicts: libexo0.3-dev
+Replaces: libexo0.3-dev
Description: Development files for libexo0.3-0
This package contains the headers and the static library
- for libexo0.3-0.
+ for libexo-0.3-0.
.
Homepage: http://libexo.os-cillation.com/
-Package: libexo0.3-0
+Package: libexo-0.3-0
+Conflicts: libexo0.3-0
+Replaces: libexo0.3-0
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Added: goodies/exo/debian/exo-csource.1
===================================================================
--- goodies/exo/debian/exo-csource.1 2005-12-19 20:27:11 UTC (rev 368)
+++ goodies/exo/debian/exo-csource.1 2005-12-19 21:36:58 UTC (rev 369)
@@ -0,0 +1,39 @@
+.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36.
+.TH EXO-CSOURCE "1" "December 2005" "exo-csource 0.3.1.1pre-alpha-r18845" "User Commands"
+.SH NAME
+exo-csource \- manual page for exo-csource 0.3.1.1pre-alpha-r18845
+.SH SYNOPSIS
+.B exo-csource
+[\fIoptions\fR] [\fIfile\fR]
+.SH DESCRIPTION
+.IP
+exo\-csource [options] \fB\-\-build\-list\fR [[name file]...]
+.TP
+\fB\-h\fR, \fB\-\-help\fR
+Print this help message and exit
+.TP
+\fB\-v\fR, \fB\-\-version\fR
+Print version information and exit
+.TP
+\fB\-\-extern\fR
+Generate extern symbols
+.TP
+\fB\-\-static\fR
+Generate static symbols
+.HP
+\fB\-\-name\fR=\fIidentifier\fR C macro/variable name
+.TP
+\fB\-\-build\-list\fR
+Parse (name, file) pairs
+.SH AUTHOR
+Written by Benedikt Meurer <benny at xfce.org>.
+.PP
+exo\-csource comes with ABSOLUTELY NO WARRANTY,
+You may redistribute copies of exo\-csource under the terms of
+the GNU Lesser General Public License which can be found in the
+exo source package.
+.PP
+Please report bugs to <benny at xfce.org>.
+.SH COPYRIGHT
+Copyright \(co 2005
+ os-cillation e.K. All rights reserved.
Added: goodies/exo/debian/libexo-0.3-0.install
===================================================================
--- goodies/exo/debian/libexo-0.3-0.install 2005-12-19 20:27:11 UTC (rev 368)
+++ goodies/exo/debian/libexo-0.3-0.install 2005-12-19 21:36:58 UTC (rev 369)
@@ -0,0 +1,4 @@
+usr/bin/*
+usr/lib/lib*.so.*
+usr/share/locale/*/*/*.mo
+usr/share/man/*
Added: goodies/exo/debian/libexo-0.3-dev.install
===================================================================
--- goodies/exo/debian/libexo-0.3-dev.install 2005-12-19 20:27:11 UTC (rev 368)
+++ goodies/exo/debian/libexo-0.3-dev.install 2005-12-19 21:36:58 UTC (rev 369)
@@ -0,0 +1,6 @@
+usr/include/*
+usr/lib/lib*.a
+usr/lib/lib*.so
+usr/lib/pkgconfig/*
+usr/lib/*.la
+usr/share/gtk-doc/html/exo-0.3/*
Deleted: goodies/exo/debian/libexo0.3-0.install
===================================================================
--- goodies/exo/debian/libexo0.3-0.install 2005-12-19 20:27:11 UTC (rev 368)
+++ goodies/exo/debian/libexo0.3-0.install 2005-12-19 21:36:58 UTC (rev 369)
@@ -1,3 +0,0 @@
-usr/bin/*
-usr/lib/lib*.so.*
-usr/share/locale/*/*/*.mo
Deleted: goodies/exo/debian/libexo0.3-dev.install
===================================================================
--- goodies/exo/debian/libexo0.3-dev.install 2005-12-19 20:27:11 UTC (rev 368)
+++ goodies/exo/debian/libexo0.3-dev.install 2005-12-19 21:36:58 UTC (rev 369)
@@ -1,6 +0,0 @@
-usr/include/*
-usr/lib/lib*.a
-usr/lib/lib*.so
-usr/lib/pkgconfig/*
-usr/lib/*.la
-usr/share/gtk-doc/html/exo-0.3/*
Modified: goodies/exo/debian/rules
===================================================================
--- goodies/exo/debian/rules 2005-12-19 20:27:11 UTC (rev 368)
+++ goodies/exo/debian/rules 2005-12-19 21:36:58 UTC (rev 369)
@@ -21,13 +21,13 @@
endif
# determine current exo version
-EXOVERS=$(shell sed -ne 's/^Package: libexo\([0-9]\{1,\}\.[0-9]\{1,\}\)-[0-9]\{1,\}/\1/p' debian/control)
+EXOVERS=$(shell sed -ne 's/^Package: libexo-\([0-9]\{1,\}\.[0-9]\{1,\}\)-[0-9]\{1,\}/\1/p' debian/control)
# determine python version in use
PYVERS=$(shell sed -ne 's/^Build-Depends:.*python\([0-9]\{1,\}\.[0-9]\{1,\}\)-dev.*/\1/p' debian/control)
# determine library package name
-LIBRARY_PKGNAME=$(shell sed -ne 's/^Package: \(libexo[0-9]\{1,\}\.[0-9]\{1,\}-[0-9]\{1,\}\)/\1/p' debian/control)
+LIBRARY_PKGNAME=$(shell sed -ne 's/^Package: \(libexo-[0-9]\{1,\}\.[0-9]\{1,\}-[0-9]\{1,\}\)/\1/p' debian/control)
# option 2, assuming the library is created as src/.libs/libfoo.so.2.0.5 or so
version=`ls exo/.libs/lib*.so.* | \
@@ -93,7 +93,6 @@
# Build architecture-independent files here.
binary-indep: build install
-# We have nothing to do by default.
# Build architecture-dependent files here.
binary-arch: build install
@@ -103,7 +102,6 @@
dh_installdocs
dh_installexamples
dh_install --list-missing --sourcedir=debian/tmp
- dh_installman
dh_link
dh_strip
dh_compress
Modified: goodies/mousepad/debian/changelog
===================================================================
--- goodies/mousepad/debian/changelog 2005-12-19 20:27:11 UTC (rev 368)
+++ goodies/mousepad/debian/changelog 2005-12-19 21:36:58 UTC (rev 369)
@@ -1,3 +1,9 @@
+mousepad (0.2.2-3) UNRELEASED; urgency=low
+
+ * Updated standards version and fsf addres
+
+ -- Yves-Alexis Perez <corsac at corsac.net> Mon, 19 Dec 2005 17:09:33 +0100
+
mousepad (0.2.2-2) unstable; urgency=low
* Moving to unstable
Modified: goodies/mousepad/debian/copyright
===================================================================
--- goodies/mousepad/debian/copyright 2005-12-19 20:27:11 UTC (rev 368)
+++ goodies/mousepad/debian/copyright 2005-12-19 21:36:58 UTC (rev 369)
@@ -16,8 +16,8 @@
You should have received a copy of the GNU General Public License
along with this package; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
- 02111-1307, USA.
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+ MA 02110-1301, USA.
On Debian systems, the complete text of the GNU General
Public License can be found in `/usr/share/common-licenses/GPL'.
Modified: goodies/xfce4-terminal/debian/changelog
===================================================================
--- goodies/xfce4-terminal/debian/changelog 2005-12-19 20:27:11 UTC (rev 368)
+++ goodies/xfce4-terminal/debian/changelog 2005-12-19 21:36:58 UTC (rev 369)
@@ -2,6 +2,7 @@
[ Yves-Alexis Perez ]
* Changed default behaviour for the cycle tabs options
+ * Changed dependance on libexo-0.3
[ Rudy Godoy ]
* Fixed binary name on .desktop file call since we rename it to xfce4-terminal.
Modified: goodies/xfce4-terminal/debian/control
===================================================================
--- goodies/xfce4-terminal/debian/control 2005-12-19 20:27:11 UTC (rev 368)
+++ goodies/xfce4-terminal/debian/control 2005-12-19 21:36:58 UTC (rev 369)
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Debian Xfce Maintainers <pkg-xfce-devel at lists.alioth.debian.org>
Uploaders: Emanuele Rocca <ema at debian.org>, Simon Huggins <huggie at earth.li>, Rudy Godoy <rudy at kernel-panik.org>, Martin Loschwitz <madkiss at debian.org>, Yves-Alexis Perez <corsac at corsac.net>
-Build-Depends: debhelper (>= 4.1.0), dbus-glib-1-dev (>= 0.23.2-3), libexo0.3-dev (>= 0.3.0-1), libvte-dev (>= 0.11.11), libxml-perl, libstartup-notification0-dev, cdbs
+Build-Depends: debhelper (>= 4.1.0), dbus-glib-1-dev (>= 0.23.2-3), libexo-0.3-dev (>= 0.3.0-1), libvte-dev (>= 0.11.11), libxml-perl, libstartup-notification0-dev, cdbs
Standards-Version: 3.6.2
Package: xfce4-terminal
Deleted: goodies/xfce4-terminal/debian/patches/00_binary-name-fix-xfce4-terminal(1).patch
===================================================================
--- goodies/xfce4-terminal/debian/patches/00_binary-name-fix-xfce4-terminal(1).patch 2005-12-19 20:27:11 UTC (rev 368)
+++ goodies/xfce4-terminal/debian/patches/00_binary-name-fix-xfce4-terminal(1).patch 2005-12-19 21:36:58 UTC (rev 369)
@@ -1,71 +0,0 @@
---- Terminal.1.old 2005-07-02 13:18:06.000000000 +0200
-+++ Terminal.1 2005-07-02 13:33:21.000000000 +0200
-@@ -1,29 +1,29 @@
--.TH Terminal 1 "Mar 19, 2005"
-+.TH xfce4-terminal 1 "Mar 19, 2005"
- .SH NAME
--Terminal \- A Terminal emulator for X
-+xfce4-terminal \- A Terminal emulator for X
- .SH SYNOPSIS
--.B Terminal
-+.B xfce4-terminal
- .br
- .SH DESCRIPTION
- This manual page documents briefly the
--.B Terminal
-+.B xfce4-terminal
- application.
- .PP
--\fBTerminal\fP is what is known as an X terminal emulator, often referred
-+\fBxfce4-terminal\fP is what is known as an X terminal emulator, often referred
- to as terminal or shell. It provides an equivalent to the old fashioned text
--screen on your desktop, but on which can easily the screen with other
-+screen on your desktop, but on which can easily share the screen with other
- graphical applications.
-
--\fBTerminal\fP emulates the xterm application developed by the X Consortium.
-+\fBxfce4-terminal\fP emulates the xterm application developed by the X Consortium.
- In turn, the xterm applications emulates the DEC VT102 terminal and also
- supports the DEC VT220 escape sequences. An escape sequence is a series of
--characters that with the Esc character. Terminal accepts all of the escape
-+characters that with the Esc character. \fBxfce4-terminal\fP accepts all of the escape
- sequences that the VT102 and VT220 terminals use for functions such as to
- position the cursor and to clear the screen.
-
-
- .SH OPTIONS
--\fBTerminal\fP takes the following command line options:
-+\fBxfce4-terminal\fP takes the following command line options:
- .TP
- .B \-\-help
- Print a help screen and exit.
-@@ -33,7 +33,7 @@
-
-
- .SH ENVIRONMENT
--\fBTerminal\fP's behaviour is affected by the following environment
-+\fBxfce4-terminal\fP's behaviour is affected by the following environment
- variables.
- .PP
- .TP
-@@ -61,9 +61,9 @@
-
-
- .SH FILES
--\fBTerminal\fP reads its configuration from the files
-+\fBxfce4-terminal\fP reads its configuration from the files
- .IR $XDG_CONFIG_DIRS/Terminal/terminalrc .
--\fBTerminal\fP creates the main menubar and the popup
-+\fBxfce4-terminal\fP creates the main menubar and the popup
- menu from the files
- .IR $XDG_DATA_DIRS/Terminal/Terminal.ui
- and the toolbars layout from the files
-@@ -74,7 +74,7 @@
-
-
- .SH AUTHOR
--The \fBTerminal\fP software and this manual page was written
-+The \fBxfce4-terminal\fP software and this manual page was written
- for os-cillation by Benedikt Meurer <benny at xfce.org>.
-
-
Copied: goodies/xfce4-terminal/debian/patches/00_binary-name-fix-xfce4-terminal.1.patch (from rev 368, goodies/xfce4-terminal/debian/patches/00_binary-name-fix-xfce4-terminal(1).patch)
Modified: goodies/xfmedia/debian/changelog
===================================================================
--- goodies/xfmedia/debian/changelog 2005-12-19 20:27:11 UTC (rev 368)
+++ goodies/xfmedia/debian/changelog 2005-12-19 21:36:58 UTC (rev 369)
@@ -1,6 +1,8 @@
xfmedia (0.9.1-2) UNRELEASED; urgency=low
* Fix lintian warnings related to calling ldconfig in postinst/prerm.
+ * Now depends on libexo-0.3
+ * Added xfmedia-remote manpage in rules script
-- Yves-Alexis Perez <corsac at corsac.net> Thu, 17 Nov 2005 14:19:59 +0100
Modified: goodies/xfmedia/debian/control
===================================================================
--- goodies/xfmedia/debian/control 2005-12-19 20:27:11 UTC (rev 368)
+++ goodies/xfmedia/debian/control 2005-12-19 21:36:58 UTC (rev 369)
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Debian Xfce Maintainers <pkg-xfce-devel at lists.alioth.debian.org>
Uploaders: Emanuele Rocca <ema at debian.org>, Simon Huggins <huggie at earth.li>, Rudy Godoy <rudy at kernel-panik.org>, Martin Loschwitz <madkiss at debian.org>, Yves-Alexis Perez <corsac at corsac.net>
-Build-Depends: debhelper (>= 4.1.0), libxfcegui4-dev (>= 4.2.1-1), libxine-dev, libexo0.3-dev (>= 0.3.0-1), dbus-1-dev (>= 0.23), dbus-glib-1-dev (>= 0.23), libxml-perl, libstartup-notification0-dev, cdbs, libtagc0-dev
+Build-Depends: debhelper (>= 4.1.0), libxfcegui4-dev (>= 4.2.1-1), libxine-dev, libexo-0.3-dev (>= 0.3.0-1), dbus-1-dev (>= 0.23), dbus-glib-1-dev (>= 0.23), libxml-perl, libstartup-notification0-dev, cdbs, libtagc0-dev
Standards-Version: 3.6.2
Package: xfmedia
@@ -20,7 +20,7 @@
Package: xfmedia-dev
Section: devel
Architecture: all
-Depends: xfmedia (>= ${Source-Version}), libxfcegui4-dev (>= 4.2.1-1), libexo0.3-dev (>= 0.3.0-1), dbus-1-dev (>= 0.23)
+Depends: xfmedia (>= ${Source-Version}), libxfcegui4-dev (>= 4.2.1-1), libexo-0.3-dev (>= 0.3.0-1), dbus-1-dev (>= 0.23)
Description: The Xfmedia development files
In this package, you can find the development files
distributed with Xfmedia, the media player for the
Modified: goodies/xfmedia/debian/rules
===================================================================
--- goodies/xfmedia/debian/rules 2005-12-19 20:27:11 UTC (rev 368)
+++ goodies/xfmedia/debian/rules 2005-12-19 21:36:58 UTC (rev 369)
@@ -7,7 +7,7 @@
DEB_DH_MAKESHLIBS_ARGS_xfmedia := -Xinfopipe
binary-post-install/xfmedia::
- dh_installman debian/xfmedia.1
+ dh_installman debian/xfmedia.1 debian/xfmedia-remote.1
dh_installmime -pxfmedia
rm -f $(CURDIR)/debian/tmp/usr/lib/xfmedia/*.a
rm -f $(CURDIR)/debian/tmp/usr/lib/xfmedia/*.la
More information about the Pkg-xfce-commits
mailing list