commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r6213 - in gnuradio/branches/features/deb: . debian


From: jcorgan
Subject: [Commit-gnuradio] r6213 - in gnuradio/branches/features/deb: . debian
Date: Wed, 29 Aug 2007 18:50:43 -0600 (MDT)

Author: jcorgan
Date: 2007-08-29 18:50:43 -0600 (Wed, 29 Aug 2007)
New Revision: 6213

Modified:
   gnuradio/branches/features/deb/
   gnuradio/branches/features/deb/Makefile.am
   gnuradio/branches/features/deb/debian/changelog
   gnuradio/branches/features/deb/debian/rules
Log:
Work-in-progress


Property changes on: gnuradio/branches/features/deb
___________________________________________________________________
Name: svn:ignore
   - configure
Makefile.in
config.log
config.guess
config.h
ltmain.sh
config.sub
Makefile
config.status
stamp-h1
config.h.in
autom4te.cache
libtool
missing
aclocal.m4
install-sh
depcomp
py-compile
compile
build
run_tests.sh

   + configure
Makefile.in
config.log
config.guess
config.h
ltmain.sh
config.sub
Makefile
config.status
stamp-h1
config.h.in
autom4te.cache
libtool
missing
aclocal.m4
install-sh
depcomp
py-compile
compile
build
run_tests.sh
*-stamp


Modified: gnuradio/branches/features/deb/Makefile.am
===================================================================
--- gnuradio/branches/features/deb/Makefile.am  2007-08-30 00:11:16 UTC (rev 
6212)
+++ gnuradio/branches/features/deb/Makefile.am  2007-08-30 00:50:43 UTC (rev 
6213)
@@ -24,6 +24,7 @@
 include $(top_srcdir)/Makefile.common
 
 EXTRA_DIST = \
+       debian/* \
        bootstrap \
        configure \
        config.h.in \

Modified: gnuradio/branches/features/deb/debian/changelog
===================================================================
--- gnuradio/branches/features/deb/debian/changelog     2007-08-30 00:11:16 UTC 
(rev 6212)
+++ gnuradio/branches/features/deb/debian/changelog     2007-08-30 00:50:43 UTC 
(rev 6213)
@@ -1,4 +1,4 @@
-gnuradio (3.0.3.SVN.2007.07.26) UNRELEASED; urgency=low
+gnuradio (3.1.0svn) UNRELEASED; urgency=low
 
   * fix build failure with gcc-4.3 by adding a #include, closes: #420896
   * update copyright assertion on the debian/ contents, since I have

Modified: gnuradio/branches/features/deb/debian/rules
===================================================================
--- gnuradio/branches/features/deb/debian/rules 2007-08-30 00:11:16 UTC (rev 
6212)
+++ gnuradio/branches/features/deb/debian/rules 2007-08-30 00:50:43 UTC (rev 
6213)
@@ -44,6 +44,12 @@
        $(MAKE) check
        touch $@
 
+update:
+       -test -r /usr/share/misc/config.sub && \
+               cp -f /usr/share/misc/config.sub config.sub
+       -test -r /usr/share/misc/config.guess && \
+               cp -f /usr/share/misc/config.guess config.guess
+
 clean:
        dh_testdir
        dh_testroot
@@ -59,12 +65,8 @@
                fi; \
        fi
 
-       -test -r /usr/share/misc/config.sub && \
-               cp -f /usr/share/misc/config.sub config.sub
-       -test -r /usr/share/misc/config.guess && \
-               cp -f /usr/share/misc/config.guess config.guess
 
-       dh_clean  --exclude ./gr-gsm-fr-vocoder/src/lib/gsm/README.orig
+       dh_clean
 
 install:
        dh_testdir





reply via email to

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