[Pkg-gtkpod-devel] r262 - libgpod/trunk/debian

djpig at alioth.debian.org djpig at alioth.debian.org
Tue Nov 13 17:19:25 UTC 2007


Author: djpig
Date: 2007-11-13 17:19:25 +0000 (Tue, 13 Nov 2007)
New Revision: 262

Modified:
   libgpod/trunk/debian/changelog
   libgpod/trunk/debian/control
   libgpod/trunk/debian/libgpod-common.install
   libgpod/trunk/debian/rules
Log:
add new hal support progs to libgpod-common and make it arch: any


Modified: libgpod/trunk/debian/changelog
===================================================================
--- libgpod/trunk/debian/changelog	2007-11-13 15:21:29 UTC (rev 261)
+++ libgpod/trunk/debian/changelog	2007-11-13 17:19:25 UTC (rev 262)
@@ -5,6 +5,8 @@
     - add new build-depends: libhal-dev, libsgutils1-dev,
       python-gobject-dev
     - SONAME changes from libgpod2 to libgpod3
+    - add new hal support prog to libgpod-common and make it
+      arch: any
   * Remove XS prefix from Vcs-* field names, dpkg-dev supports them now
   * Added Homepage control field.
 

Modified: libgpod/trunk/debian/control
===================================================================
--- libgpod/trunk/debian/control	2007-11-13 15:21:29 UTC (rev 261)
+++ libgpod/trunk/debian/control	2007-11-13 17:19:25 UTC (rev 262)
@@ -67,7 +67,7 @@
 
 Package: libgpod-common
 Section: libs
-Architecture: all
+Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Replaces: libgpod0 (<< 0.3.0-4)
 Description: a library to read and write songs and artwork to an iPod
@@ -75,8 +75,11 @@
  provides an easy to use API to retrieve the list of files and playlist
  stored on an iPod, to modify them and to save them back to the iPod
  .
- This package contains some documentation, examples and the files doing
- the internationalization.
+ This package contains
+  - documentation
+  - examples
+  - internationalization support
+  - hal support
 
 Package: python-gpod
 Section: python

Modified: libgpod/trunk/debian/libgpod-common.install
===================================================================
--- libgpod/trunk/debian/libgpod-common.install	2007-11-13 15:21:29 UTC (rev 261)
+++ libgpod/trunk/debian/libgpod-common.install	2007-11-13 17:19:25 UTC (rev 262)
@@ -1 +1,3 @@
 debian/tmp/usr/share
+debian/tmp/usr/bin
+debian/tmp/usr/lib/hal

Modified: libgpod/trunk/debian/rules
===================================================================
--- libgpod/trunk/debian/rules	2007-11-13 15:21:29 UTC (rev 261)
+++ libgpod/trunk/debian/rules	2007-11-13 17:19:25 UTC (rev 262)
@@ -93,19 +93,7 @@
 	dh_builddeb -a
 
 binary-indep:
-	dh_testdir
-	dh_testroot
-	dh_installchangelogs -i ChangeLog
-	dh_installdocs -i -A AUTHORS README README.SysInfo
-	dh_installexamples -i
-	dh_install -i
-	dh_link -i
-	dh_compress -i
-	dh_fixperms -i
-	dh_installdeb -i
-	dh_gencontrol -i
-	dh_md5sums -i
-	dh_builddeb -i
+# nothing to do
 
 binary: binary-arch binary-indep
 




More information about the Pkg-gtkpod-devel mailing list