commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] r6229 - in gnuradio/branches/features/deb: config debi


From: jcorgan
Subject: [Commit-gnuradio] r6229 - in gnuradio/branches/features/deb: config debian pmt
Date: Thu, 30 Aug 2007 12:58:04 -0600 (MDT)

Author: jcorgan
Date: 2007-08-30 12:58:04 -0600 (Thu, 30 Aug 2007)
New Revision: 6229

Added:
   gnuradio/branches/features/deb/debian/libpmt0c2a.dirs
   gnuradio/branches/features/deb/debian/libpmt0c2a.install
   gnuradio/branches/features/deb/pmt/pmt.pc.in
Modified:
   gnuradio/branches/features/deb/config/grc_pmt.m4
   gnuradio/branches/features/deb/debian/control
   gnuradio/branches/features/deb/debian/rules
   gnuradio/branches/features/deb/pmt/
   gnuradio/branches/features/deb/pmt/Makefile.am
Log:
Work-in-progress.  Created libpmt0c2a package, misc. cleanup.

Modified: gnuradio/branches/features/deb/config/grc_pmt.m4
===================================================================
--- gnuradio/branches/features/deb/config/grc_pmt.m4    2007-08-30 17:41:59 UTC 
(rev 6228)
+++ gnuradio/branches/features/deb/config/grc_pmt.m4    2007-08-30 18:58:04 UTC 
(rev 6229)
@@ -22,6 +22,7 @@
 
     AC_CONFIG_FILES([\
        pmt/Makefile \
+       pmt/pmt.pc
        pmt/doc/Makefile \
        pmt/src/Makefile \
        pmt/src/lib/Makefile \

Modified: gnuradio/branches/features/deb/debian/control
===================================================================
--- gnuradio/branches/features/deb/debian/control       2007-08-30 17:41:59 UTC 
(rev 6228)
+++ gnuradio/branches/features/deb/debian/control       2007-08-30 18:58:04 UTC 
(rev 6229)
@@ -11,7 +11,7 @@
 Package: libgnuradio-omnithread0c2a
 Section: libs
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: 
 Conflicts:  
 Replaces:  
 Recommends: 
@@ -30,21 +30,35 @@
  .
  This package contains header files needed by developers.
 
+Package: libpmt0c2a
+Section: libs
+Architecture: any
+Depends: libgnuradio-omnithread0c2a
+Conflicts:  
+Replaces:  
+Recommends: 
+Suggests: 
+Description: GNU Radio Polymorphic Type library
+ This package contains implementation of polymorphic types.  These 
+ are similar to lisp or python data objects, and implement transparent
+ reference counting using the boost shared_ptr templates.
+
 Package: libgnuradio-core0c2a
 Section: libs
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libgnuradio-omnithread0c2a
+Depends: fftw3, libgnuradio-omnithread0c2a
 Conflicts:  libgnuradio-core0, libgnuradio-core0c2
 Replaces:  libgnuradio-core0, libgnuradio-core0c2
 Recommends: 
-Suggests:
+Suggests: gnuradio-doc
 Description: Software Defined Radio
  This package contains the core GNU Radio libraries.
 
 Package: gnuradio-doc
 Section: doc
 Architecture: all
-Depends: ${shlibs:Depends}
+Depends:
 Description: Software Defined Radio
  This package contains the documentation for the GNU Radio software
  defined radio system.
+

Added: gnuradio/branches/features/deb/debian/libpmt0c2a.dirs
===================================================================
--- gnuradio/branches/features/deb/debian/libpmt0c2a.dirs                       
        (rev 0)
+++ gnuradio/branches/features/deb/debian/libpmt0c2a.dirs       2007-08-30 
18:58:04 UTC (rev 6229)
@@ -0,0 +1,4 @@
+usr/lib
+usr/lib/pkgconfig
+usr/share/gnuradio
+

Added: gnuradio/branches/features/deb/debian/libpmt0c2a.install
===================================================================
--- gnuradio/branches/features/deb/debian/libpmt0c2a.install                    
        (rev 0)
+++ gnuradio/branches/features/deb/debian/libpmt0c2a.install    2007-08-30 
18:58:04 UTC (rev 6229)
@@ -0,0 +1,4 @@
+usr/lib/libpmt.la
+usr/lib/libpmt.so
+usr/lib/pkgconfig/pmt.pc
+usr/share/gnuradio/pmt*

Modified: gnuradio/branches/features/deb/debian/rules
===================================================================
--- gnuradio/branches/features/deb/debian/rules 2007-08-30 17:41:59 UTC (rev 
6228)
+++ gnuradio/branches/features/deb/debian/rules 2007-08-30 18:58:04 UTC (rev 
6229)
@@ -127,15 +127,7 @@
 #      dh_installinfo
        dh_installman
        dh_link
-ifneq (,$(findstring -s,$(DH_OPTIONS)))
-       dh_strip --no-package=libgnuradio-core0c2a
-#      DH_OPTIONS= dh_strip --package=libgnuradio-core0c2a \
-#              --dbg-package=libgnuradio-core0c2a-dbg
-#      DH_OPTIONS= dh_strip --package=libusrp0c2a \
-#              --dbg-package=libusrp0c2a-dbg
-else
        dh_strip
-endif
        dh_compress 
 #      dh_movefiles --sourcedir=debian/gnuradio
        dh_fixperms


Property changes on: gnuradio/branches/features/deb/pmt
___________________________________________________________________
Name: svn:ignore
   - depcomp
ltmain.sh
install-sh
Makefile
Makefile.in
aclocal.m4
configure
config.h.in
stamp-h.in
libtool
config.log
config.h
config.cache
config.status
missing
stamp-h
stamp-h1
.deps
.libs
*.la
*.lo
autom4te.cache
*.cache
missing
make.log

   + depcomp
ltmain.sh
install-sh
Makefile
Makefile.in
aclocal.m4
configure
config.h.in
stamp-h.in
libtool
config.log
config.h
config.cache
config.status
missing
stamp-h
stamp-h1
.deps
.libs
*.la
*.lo
autom4te.cache
*.cache
missing
make.log
pmt.pc


Modified: gnuradio/branches/features/deb/pmt/Makefile.am
===================================================================
--- gnuradio/branches/features/deb/pmt/Makefile.am      2007-08-30 17:41:59 UTC 
(rev 6228)
+++ gnuradio/branches/features/deb/pmt/Makefile.am      2007-08-30 18:58:04 UTC 
(rev 6229)
@@ -21,5 +21,11 @@
 
 include $(top_srcdir)/Makefile.common
 
+EXTRA_DIST = \
+    pmt.pc.in
+
 SUBDIRS = src
 DIST_SUBDIRS = src doc
+
+pkgconfigdir = $(libdir)/pkgconfig
+pkgconfig_DATA = pmt.pc

Added: gnuradio/branches/features/deb/pmt/pmt.pc.in
===================================================================
--- gnuradio/branches/features/deb/pmt/pmt.pc.in                                
(rev 0)
+++ gnuradio/branches/features/deb/pmt/pmt.pc.in        2007-08-30 18:58:04 UTC 
(rev 6229)
@@ -0,0 +1,11 @@
address@hidden@
address@hidden@
address@hidden@
address@hidden@
+
+Name: pmt
+Description: The GNU Radio Polymorphic Type library
+Requires:
+Version: @VERSION@
+Libs: -L${libdir} -lgromnithread
+Cflags: -I${includedir} @DEFINES@ @PTHREAD_CFLAGS@





reply via email to

[Prev in Thread] Current Thread [Next in Thread]