[Pkg-xfce-commits] r2267 - desktop/branches/svn-snapshots/xfconf/debian

corsac at alioth.debian.org corsac at alioth.debian.org
Sun Aug 24 14:21:37 UTC 2008


Author: corsac
Date: 2008-08-24 14:21:36 +0000 (Sun, 24 Aug 2008)
New Revision: 2267

Modified:
   desktop/branches/svn-snapshots/xfconf/debian/changelog
   desktop/branches/svn-snapshots/xfconf/debian/control
   desktop/branches/svn-snapshots/xfconf/debian/rules
Log:
lintian fixes


Modified: desktop/branches/svn-snapshots/xfconf/debian/changelog
===================================================================
--- desktop/branches/svn-snapshots/xfconf/debian/changelog	2008-08-24 14:16:48 UTC (rev 2266)
+++ desktop/branches/svn-snapshots/xfconf/debian/changelog	2008-08-24 14:21:36 UTC (rev 2267)
@@ -1,5 +1,5 @@
 xfconf (4.5.80-1) UNRELEASED; urgency=low
 
-  * Initial release.
+  * Initial release.                                            closes: #000000
 
- -- Yves-Alexis Perez <corsac at debian.org>  Fri, 25 Apr 2008 08:38:41 +0200
+ -- Yves-Alexis Perez <corsac at debian.org>  Sun, 24 Aug 2008 16:17:42 +0200

Modified: desktop/branches/svn-snapshots/xfconf/debian/control
===================================================================
--- desktop/branches/svn-snapshots/xfconf/debian/control	2008-08-24 14:16:48 UTC (rev 2266)
+++ desktop/branches/svn-snapshots/xfconf/debian/control	2008-08-24 14:21:36 UTC (rev 2267)
@@ -14,14 +14,14 @@
 Architecture: any
 Depends: libxfconf-0-0 (= ${binary:Version}), libdbus-1-dev, libdbus-glib-1-dev
 Description: Development files for libxfconf
-   This package contains the headers and the static library for libxfconf-0.
+ This package contains the headers and the static library for libxfconf-0.
 
 Package: libxfconf-0-0
 Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}
 Description: Xfce configuration library
-  Xfce configuration library
+ Xfce configuration library
 
 Package: libxfconf-0-0-dbg
 Section: libs
@@ -29,11 +29,11 @@
 Architecture: any
 Depends: ${shlibs:Depends}, libxfconf-0-0 (= ${binary:Version})
 Description: debugging informations for libxfconf
-  Debugging informatoins for libxfconf
+ Debugging informatoins for libxfconf
 
 Package: xfconf
 Section: x11
 Architecture: any
-Depends: ${shlibs:Depends}, libxfconf-0 (= ${binary:Version})
+Depends: ${shlibs:Depends}, libxfconf-0-0 (= ${binary:Version})
 Description: settings manager for Xfce
-  Settings manager for Xfce.
+ Settings manager for Xfce.

Modified: desktop/branches/svn-snapshots/xfconf/debian/rules
===================================================================
--- desktop/branches/svn-snapshots/xfconf/debian/rules	2008-08-24 14:16:48 UTC (rev 2266)
+++ desktop/branches/svn-snapshots/xfconf/debian/rules	2008-08-24 14:21:36 UTC (rev 2267)
@@ -40,9 +40,9 @@
 	dh_clean -k
 	dh_installdirs
 	
-	$(MAKE) install DESTDIR=`pwd`/debian/tmp
+	$(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
 
-	rm -f $(PWD)/debian/tmp/usr/lib/libxfconf-0.la
+	rm -f $(CURDIR)/debian/tmp/usr/lib/libxfconf-0.la
 
 binary-indep: build install
 binary-arch: build install




More information about the Pkg-xfce-commits mailing list