[Glibc-bsd-commits] r2456 - trunk/freebsd-libs/debian

Guillem Jover guillem at alioth.debian.org
Fri Apr 17 23:59:50 UTC 2009


Author: guillem
Date: 2009-04-17 23:59:50 +0000 (Fri, 17 Apr 2009)
New Revision: 2456

Modified:
   trunk/freebsd-libs/debian/changelog
   trunk/freebsd-libs/debian/control
   trunk/freebsd-libs/debian/copyright
   trunk/freebsd-libs/debian/rules
Log:
Remove trailing spaces


Modified: trunk/freebsd-libs/debian/changelog
===================================================================
--- trunk/freebsd-libs/debian/changelog	2009-04-17 23:56:26 UTC (rev 2455)
+++ trunk/freebsd-libs/debian/changelog	2009-04-17 23:59:50 UTC (rev 2456)
@@ -8,7 +8,7 @@
 
 freebsd-libs (7.1-2) unstable; urgency=low
 
-  * Upload to unstable. 
+  * Upload to unstable.
   * Don't use a tar in tar build system:
     - Remove fetch
     - Add a get-orig-source target.
@@ -17,7 +17,7 @@
     - Update patches accordingly.
   * Change patch level to -p1.
   * Fix a few bashisms in debian/rules.
-  * Fix parallel build support in debian/rules. 
+  * Fix parallel build support in debian/rules.
   * Install more manpages.
   * Switch to debhelper 5.
   * Bumped Standards-Version to 3.8.1 (no changes).
@@ -39,7 +39,7 @@
   * Change packages name to reflect SONAME changes:
     - libusbhid2   -> libusbhid3
     - libkiconv2   -> libkiconv3
-    - libdevstat5  -> libdevstat6 
+    - libdevstat5  -> libdevstat6
   * Make it buildable with gcc-4.2
 
   [ Aurelien Jarno ]
@@ -131,7 +131,7 @@
 
 freebsd-libs (5.4-6) unreleased; urgency=low
 
-  * Added libipx. 
+  * Added libipx.
 
  -- Aurelien Jarno <aurel32 at debian.org>  Tue, 20 Dec 2005 23:18:51 +0100
 

Modified: trunk/freebsd-libs/debian/control
===================================================================
--- trunk/freebsd-libs/debian/control	2009-04-17 23:56:26 UTC (rev 2455)
+++ trunk/freebsd-libs/debian/control	2009-04-17 23:59:50 UTC (rev 2456)
@@ -12,10 +12,10 @@
 Architecture: kfreebsd-i386 kfreebsd-amd64
 Depends: ${shlibs:Depends}
 Description: FreeBSD string buffer library
- This library provide a way to handle string buffers. It contains 
+ This library provide a way to handle string buffers. It contains
  numerous functions such as append, copy, cat, print, trim whitespace
  characters, etc.
- 
+
 Package: libsbuf-dev
 Section: libdevel
 Architecture: kfreebsd-i386 kfreebsd-amd64
@@ -35,7 +35,7 @@
 Section: libdevel
 Architecture: kfreebsd-i386 kfreebsd-amd64
 Depends: libcam0 (>= ${binary:Version}), libc0.1-dev | libc-dev, libbsd-dev
-Description: Development files for libcam 
+Description: Development files for libcam
  This package contains the header files and static library needed to
  compile applications that use libcam.
 
@@ -58,14 +58,14 @@
 Architecture: kfreebsd-i386 kfreebsd-amd64
 Depends: ${shlibs:Depends}
 Description: FreeBSD library to access USB HID devices
- The usbhid library provides routines to extract data from USB Human 
+ The usbhid library provides routines to extract data from USB Human
  Interface Devices.
  .
- USB HID devices send and receive data layed out in a device dependent 
- way. The usbhid library contains routines to extract the report 
- descriptor which contains the data layout information and then use this 
+ USB HID devices send and receive data layed out in a device dependent
+ way. The usbhid library contains routines to extract the report
+ descriptor which contains the data layout information and then use this
  information.
-		
+
 Package: libusbhid-dev
 Section: libdevel
 Architecture: kfreebsd-i386 kfreebsd-amd64

Modified: trunk/freebsd-libs/debian/copyright
===================================================================
--- trunk/freebsd-libs/debian/copyright	2009-04-17 23:56:26 UTC (rev 2455)
+++ trunk/freebsd-libs/debian/copyright	2009-04-17 23:59:50 UTC (rev 2456)
@@ -44,7 +44,7 @@
 
 Licenses:
 
-    Files: 
+    Files:
            lib/libcam/camlib.c
            lib/libcam/camlib.h
            lib/libcam/scsi_cmdparse.c
@@ -91,8 +91,8 @@
     OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
     SUCH DAMAGE.
 
-    ------------------------------------------------------------------- 
-    Files: 
+    -------------------------------------------------------------------
+    Files:
            lib/libcam/cam.3
            lib/libcam/cam_cdbparse.3
            lib/libdevstat/devstat.3
@@ -132,8 +132,8 @@
     LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
     OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
     SUCH DAMAGE.
- 
-    ------------------------------------------------------------------- 
+
+    -------------------------------------------------------------------
     Files:
            lib/libipx/ipx_addr.c
            lib/libipx/ipx_ntoa.c
@@ -232,8 +232,8 @@
     WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 
     -------------------------------------------------------------------
-    Files: 
+    Files:
            sys/cam/scsi/scsi_iu.h
            sys/cam/scsi/scsi_message.h
-	
+
     These files are in the public domain.

Modified: trunk/freebsd-libs/debian/rules
===================================================================
--- trunk/freebsd-libs/debian/rules	2009-04-17 23:56:26 UTC (rev 2455)
+++ trunk/freebsd-libs/debian/rules	2009-04-17 23:59:50 UTC (rev 2456)
@@ -108,7 +108,7 @@
 	QUILT_PATCHES=debian/patches quilt pop -a -R || test $$? = 2
 	rm -rf .pc
 	rm -f *stamp
-	dh_clean 
+	dh_clean
 
 install: install-indep install-arch
 install-indep:
@@ -116,7 +116,7 @@
 install-arch:
 	dh_testdir
 	dh_testroot
-	dh_clean -k -s 
+	dh_clean -k -s
 	dh_installdirs -s
 
 	mkdir -p $(DESTDIR)/usr/lib $(DESTDIR)/usr/include $(DESTDIR)/usr/share/man/man3
@@ -137,12 +137,12 @@
 binary-common:
 	dh_testdir
 	dh_testroot
-	dh_installchangelogs 
+	dh_installchangelogs
 	dh_installdocs
 #	dh_installexamples
 #	dh_installmenu
-#	dh_installdebconf	
-#	dh_installlogrotate	
+#	dh_installdebconf
+#	dh_installlogrotate
 #	dh_installemacsen
 #	dh_installpam
 #	dh_installmime
@@ -152,7 +152,7 @@
 #	dh_installman
 	dh_link
 	dh_strip
-	dh_compress 
+	dh_compress
 	dh_fixperms
 #	dh_perl
 #	dh_python




More information about the Glibc-bsd-commits mailing list