From: <suc...@us...> - 2007-02-11 23:45:11
|
Revision: 348 http://svn.sourceforge.net/pmplib/?rev=348&view=rev Author: sucknblow Date: 2007-02-11 15:45:11 -0800 (Sun, 11 Feb 2007) Log Message: ----------- Fix debian sections for each package Modified Paths: -------------- trunk/pmplib/debian/control Modified: trunk/pmplib/debian/control =================================================================== --- trunk/pmplib/debian/control 2007-02-11 23:19:58 UTC (rev 347) +++ trunk/pmplib/debian/control 2007-02-11 23:45:11 UTC (rev 348) @@ -7,6 +7,7 @@ Package: easypmp Architecture: any +Section: sound Depends: ${shlibs:Depends}, ${misc:Depends} Description: create music databases used by portable media players Easypmp is a command line utility used to create and maintain the music @@ -42,6 +43,7 @@ Package: libpmp0 Architecture: any +Section: libs Depends: ${shlibs:Depends} Description: library for creating playlists for portable media players PMPlib is a library for creating and maintaining the music database and @@ -71,6 +73,7 @@ Package: libpmp-dev Architecture: any +Section: libdevel Depends: libpmp0 (= ${Source-Version}) Description: library for creating databases for portable media players (development files) PMPlib is a library for creating and maintaining the music database and @@ -78,4 +81,4 @@ . This package contains the header files and static library for PMPlib. Install it if you want to develop or compile programs that use PMPlib. The PMPlib - library itself is included in the libpmp0 package. \ No newline at end of file + library itself is included in the libpmp0 package. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |