Author: jcorgan Date: 2007-11-08 11:33:03 -0700 (Thu, 08 Nov 2007) New Revision: 6834
Modified: gnuradio/trunk/debian/changelog gnuradio/trunk/debian/control Log: Added conflict in python-gnuradio-core for python-gnuradio < 3.1, which will hopefully force the prior package to be deinstalled when upgrading. Modified: gnuradio/trunk/debian/changelog =================================================================== --- gnuradio/trunk/debian/changelog 2007-11-08 18:13:34 UTC (rev 6833) +++ gnuradio/trunk/debian/changelog 2007-11-08 18:33:03 UTC (rev 6834) @@ -1,4 +1,4 @@ -gnuradio (3.1.svn-6824) unstable; urgency=low +gnuradio (3.1.svn-6834) unstable; urgency=low * post release 3.1 trunk repository packages * see http://gnuradio.org/trac/wiki for stable branch Modified: gnuradio/trunk/debian/control =================================================================== --- gnuradio/trunk/debian/control 2007-11-08 18:13:34 UTC (rev 6833) +++ gnuradio/trunk/debian/control 2007-11-08 18:33:03 UTC (rev 6834) @@ -90,6 +90,7 @@ Package: python-gnuradio-core Architecture: any Depends: ${python:Depends}, ${shlibs:Depends}, python-numpy +Conflicts: python-gnuradio (< 3.1) Provides: ${python:Provides} Section: python XB-Python-Version: ${python:Versions} _______________________________________________ Commit-gnuradio mailing list [email protected] http://lists.gnu.org/mailman/listinfo/commit-gnuradio
