[Pkg-xfce-commits] r2776 - desktop/branches/svn-snapshots/mousepad/debian
corsac at alioth.debian.org
corsac at alioth.debian.org
Fri Feb 27 00:37:36 UTC 2009
Author: corsac
Date: 2009-02-27 00:37:36 +0000 (Fri, 27 Feb 2009)
New Revision: 2776
Removed:
desktop/branches/svn-snapshots/mousepad/debian/patches/
Modified:
desktop/branches/svn-snapshots/mousepad/debian/changelog
desktop/branches/svn-snapshots/mousepad/debian/control
desktop/branches/svn-snapshots/mousepad/debian/copyright
desktop/branches/svn-snapshots/mousepad/debian/rules
Log:
* New upstream release.
* debian/control:
- drop Rudy Godoy and Martin Loschwitz from Uploaders.
- bump build-deps for Xfce 4.6.
- update standards version to 3.8.0.
- add depends on ${misc:Depends}.
- drop quilt from build-deps.
- add build-dep on intltool.
* debian/patches:
- 01_fix-recent-items-sort dropped, merged upstream.
* debian/rules:
- drop quilt rules.
Modified: desktop/branches/svn-snapshots/mousepad/debian/changelog
===================================================================
--- desktop/branches/svn-snapshots/mousepad/debian/changelog 2009-02-27 00:37:29 UTC (rev 2775)
+++ desktop/branches/svn-snapshots/mousepad/debian/changelog 2009-02-27 00:37:36 UTC (rev 2776)
@@ -1,3 +1,20 @@
+mousepad (0.2.16-1) UNRELEASED; urgency=low
+
+ * New upstream release.
+ * debian/control:
+ - drop Rudy Godoy and Martin Loschwitz from Uploaders.
+ - bump build-deps for Xfce 4.6.
+ - update standards version to 3.8.0.
+ - add depends on ${misc:Depends}.
+ - drop quilt from build-deps.
+ - add build-dep on intltool.
+ * debian/patches:
+ - 01_fix-recent-items-sort dropped, merged upstream.
+ * debian/rules:
+ - drop quilt rules.
+
+ -- Yves-Alexis Perez <corsac at debian.org> Fri, 27 Feb 2009 01:24:54 +0100
+
mousepad (0.2.13-2) unstable; urgency=low
* debian/control:
Modified: desktop/branches/svn-snapshots/mousepad/debian/control
===================================================================
--- desktop/branches/svn-snapshots/mousepad/debian/control 2009-02-27 00:37:29 UTC (rev 2775)
+++ desktop/branches/svn-snapshots/mousepad/debian/control 2009-02-27 00:37:36 UTC (rev 2776)
@@ -2,15 +2,17 @@
Section: editors
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 debian.org>
-Build-Depends: debhelper (>= 4.0.0), docbook-to-man, libxfcegui4-dev (>= 4.4.2), pkg-config, libxml-parser-perl, chrpath, quilt
-Standards-Version: 3.7.3
+Uploaders: Emanuele Rocca <ema at debian.org>, Simon Huggins <huggie at earth.li>,
+ Yves-Alexis Perez <corsac at debian.org>
+Build-Depends: debhelper (>= 4.0.0), docbook-to-man,
+ libxfcegui4-dev (>= 4.6.0), pkg-config, libxml-parser-perl, chrpath, intltool
+Standards-Version: 3.8.0
Vcs-Svn: svn://svn.debian.org/pkg-xfce/desktop/trunk/mousepad/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-xfce/desktop/trunk/mousepad/
Package: mousepad
Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: xfprint4
Description: simple Xfce oriented text editor
Mousepad is a graphical text editor for Xfce based on Leafpad.
Modified: desktop/branches/svn-snapshots/mousepad/debian/copyright
===================================================================
--- desktop/branches/svn-snapshots/mousepad/debian/copyright 2009-02-27 00:37:29 UTC (rev 2775)
+++ desktop/branches/svn-snapshots/mousepad/debian/copyright 2009-02-27 00:37:36 UTC (rev 2776)
@@ -18,7 +18,7 @@
This package is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
- the Free Software Foundation; version 2 dated June, 1991.
+ the Free Software Foundation; version 2 or later.
This package is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
Modified: desktop/branches/svn-snapshots/mousepad/debian/rules
===================================================================
--- desktop/branches/svn-snapshots/mousepad/debian/rules 2009-02-27 00:37:29 UTC (rev 2775)
+++ desktop/branches/svn-snapshots/mousepad/debian/rules 2009-02-27 00:37:36 UTC (rev 2776)
@@ -17,9 +17,9 @@
CFLAGS += -O2
endif
-include /usr/share/quilt/quilt.make
+#include /usr/share/quilt/quilt.make
-config.status: patch configure
+config.status: configure
dh_testdir
# Add here commands to configure the package.
CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --sysconfdir=/etc --enable-final
@@ -36,7 +36,7 @@
touch build-stamp
-clean: unpatch
+clean:
dh_testdir
dh_testroot
rm -f build-stamp mousepad.1
More information about the Pkg-xfce-commits
mailing list