[Pkg-xfce-commits] r2438 - in goodies/xfce4-wmdock-plugin/debian: . patches
emonge-guest at alioth.debian.org
emonge-guest at alioth.debian.org
Sat Oct 18 23:11:52 UTC 2008
Author: emonge-guest
Date: 2008-10-18 23:11:51 +0000 (Sat, 18 Oct 2008)
New Revision: 2438
Added:
goodies/xfce4-wmdock-plugin/debian/README.source
goodies/xfce4-wmdock-plugin/debian/patches/
goodies/xfce4-wmdock-plugin/debian/patches/po_makefile_in.patch
Modified:
goodies/xfce4-wmdock-plugin/debian/changelog
goodies/xfce4-wmdock-plugin/debian/control
goodies/xfce4-wmdock-plugin/debian/rules
Log:
* New upstream release
* Add patchsys to debian/rules
- add patches/po_makefile_in.patch
This add the correct prefix to po/Makefile.in and
prevent the remove of po/Makefile.in
* Set standards version to 3.8.0
- Add README.source
Added: goodies/xfce4-wmdock-plugin/debian/README.source
===================================================================
--- goodies/xfce4-wmdock-plugin/debian/README.source (rev 0)
+++ goodies/xfce4-wmdock-plugin/debian/README.source 2008-10-18 23:11:51 UTC (rev 2438)
@@ -0,0 +1,4 @@
+This package uses cdbs patchsys to manage patches against the upstream source.
+
+If you are not familiar with using cdbs patchsys with Debian packages please take a
+look at /usr/share/doc/cdbs/
Modified: goodies/xfce4-wmdock-plugin/debian/changelog
===================================================================
--- goodies/xfce4-wmdock-plugin/debian/changelog 2008-10-17 06:29:37 UTC (rev 2437)
+++ goodies/xfce4-wmdock-plugin/debian/changelog 2008-10-18 23:11:51 UTC (rev 2438)
@@ -1,10 +1,20 @@
-xfce4-wmdock-plugin (0.2.0-2) UNRELEASED; urgency=low
+xfce4-wmdock-plugin (0.3.0-1) UNRELEASED; urgency=low
+ [ Yves-Alexis Perez ]
* debian/control:
- correct Uploaders field.
- -- Yves-Alexis Perez <corsac at debian.org> Mon, 28 Apr 2008 08:45:28 +0200
+ [ Enrique Monge ]
+ * New upstream release
+ * Add patchsys to debian/rules
+ - add patches/po_makefile_in.patch
+ This add the correct prefix to po/Makefile.in and
+ prevent the remove of po/Makefile.in
+ * Set standards version to 3.8.0
+ - Add README.source
+ -- Enrique Monge <emonge at debian.org.sv> Sat, 18 Oct 2008 16:48:13 -0600
+
xfce4-wmdock-plugin (0.2.0-1) unstable; urgency=low
[ Enrique Monge ]
Modified: goodies/xfce4-wmdock-plugin/debian/control
===================================================================
--- goodies/xfce4-wmdock-plugin/debian/control 2008-10-17 06:29:37 UTC (rev 2437)
+++ goodies/xfce4-wmdock-plugin/debian/control 2008-10-18 23:11:51 UTC (rev 2438)
@@ -5,7 +5,7 @@
Uploaders: Enrique Monge <emonge at debian.org.sv>, Emanuele Rocca <ema at debian.org>, Simon Huggins <huggie at earth.li>, Yves-Alexis Perez <corsac at debian.org>
Build-Depends: debhelper (>= 6), autotools-dev, cdbs, xfce4-panel-dev,
libwnck-dev
-Standards-Version: 3.7.3
+Standards-Version: 3.8.0
Homepage: http://www.ibh.de/~ellguth/xfce4-wmdock-plugin.html
Vcs-Svn: svn://svn.debian.org/pkg-xfce/goodies/xfce4-wmdock-plugin/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-xfce/goodies/xfce4-wmdock-plugin/
Added: goodies/xfce4-wmdock-plugin/debian/patches/po_makefile_in.patch
===================================================================
--- goodies/xfce4-wmdock-plugin/debian/patches/po_makefile_in.patch (rev 0)
+++ goodies/xfce4-wmdock-plugin/debian/patches/po_makefile_in.patch 2008-10-18 23:11:51 UTC (rev 2438)
@@ -0,0 +1,21 @@
+diff -pruN xfce4-wmdock-plugin-0.3.0.old/po/Makefile.in xfce4-wmdock-plugin-0.3.0/po/Makefile.in
+--- xfce4-wmdock-plugin-0.3.0.old/po/Makefile.in 2008-10-18 16:21:43.000000000 -0600
++++ xfce4-wmdock-plugin-0.3.0/po/Makefile.in 2008-10-18 16:24:03.000000000 -0600
+@@ -23,7 +23,7 @@ srcdir = .
+ top_srcdir = ..
+
+
+-prefix = /usr/local
++prefix = @prefix@
+ exec_prefix = ${prefix}
+ datarootdir = ${prefix}/share
+ datadir = ${datarootdir}
+@@ -202,7 +202,7 @@ mostlyclean:
+ clean: mostlyclean
+
+ distclean: clean
+- rm -f Makefile Makefile.in POTFILES *.mo *.msg *.cat *.cat.m
++ rm -f Makefile POTFILES *.mo *.msg *.cat *.cat.m
+
+ maintainer-clean: distclean
+ @echo "This command is intended for maintainers to use;"
Modified: goodies/xfce4-wmdock-plugin/debian/rules
===================================================================
--- goodies/xfce4-wmdock-plugin/debian/rules 2008-10-17 06:29:37 UTC (rev 2437)
+++ goodies/xfce4-wmdock-plugin/debian/rules 2008-10-18 23:11:51 UTC (rev 2438)
@@ -1,3 +1,4 @@
#!/usr/bin/make -f
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/autotools.mk
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
More information about the Pkg-xfce-commits
mailing list