[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] r6242 - gnuradio/branches/features/deb/debian
From: |
jcorgan |
Subject: |
[Commit-gnuradio] r6242 - gnuradio/branches/features/deb/debian |
Date: |
Fri, 31 Aug 2007 10:39:21 -0600 (MDT) |
Author: jcorgan
Date: 2007-08-31 10:39:21 -0600 (Fri, 31 Aug 2007)
New Revision: 6242
Added:
gnuradio/branches/features/deb/debian/build-all.sh
gnuradio/branches/features/deb/debian/build-bin.sh
gnuradio/branches/features/deb/debian/build-src.sh
Removed:
gnuradio/branches/features/deb/debian/build-pkgs.sh
gnuradio/branches/features/deb/debian/build-source-pkg.sh
Modified:
gnuradio/branches/features/deb/debian/changelog
Log:
work in progress
Added: gnuradio/branches/features/deb/debian/build-all.sh
===================================================================
--- gnuradio/branches/features/deb/debian/build-all.sh
(rev 0)
+++ gnuradio/branches/features/deb/debian/build-all.sh 2007-08-31 16:39:21 UTC
(rev 6242)
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+cd ..
+svn-buildpackage \
+ --svn-ignore-new \
+ -uc \
+ -us \
+ -rfakeroot
+
+
Property changes on: gnuradio/branches/features/deb/debian/build-all.sh
___________________________________________________________________
Name: svn:executable
+ *
Copied: gnuradio/branches/features/deb/debian/build-bin.sh (from rev 6241,
gnuradio/branches/features/deb/debian/build-pkgs.sh)
===================================================================
--- gnuradio/branches/features/deb/debian/build-bin.sh
(rev 0)
+++ gnuradio/branches/features/deb/debian/build-bin.sh 2007-08-31 16:39:21 UTC
(rev 6242)
@@ -0,0 +1,14 @@
+#!/bin/sh
+
+cd ..
+svn-buildpackage \
+ --svn-ignore-new \
+ --svn-dont-clean \
+ --svn-dont-purge \
+ --svn-reuse \
+ -uc \
+ -us \
+ -nc \
+ -rfakeroot
+
+
Deleted: gnuradio/branches/features/deb/debian/build-pkgs.sh
Deleted: gnuradio/branches/features/deb/debian/build-source-pkg.sh
Copied: gnuradio/branches/features/deb/debian/build-src.sh (from rev 6240,
gnuradio/branches/features/deb/debian/build-source-pkg.sh)
===================================================================
--- gnuradio/branches/features/deb/debian/build-src.sh
(rev 0)
+++ gnuradio/branches/features/deb/debian/build-src.sh 2007-08-31 16:39:21 UTC
(rev 6242)
@@ -0,0 +1,11 @@
+#!/bin/sh
+
+cd ..
+svn-buildpackage \
+ --svn-ignore-new \
+ -S \
+ -uc \
+ -us \
+ -rfakeroot
+
+
Modified: gnuradio/branches/features/deb/debian/changelog
===================================================================
--- gnuradio/branches/features/deb/debian/changelog 2007-08-31 16:09:46 UTC
(rev 6241)
+++ gnuradio/branches/features/deb/debian/changelog 2007-08-31 16:39:21 UTC
(rev 6242)
@@ -1,4 +1,4 @@
-gnuradio (3.0svn) UNRELEASED; urgency=low
+gnuradio (3.0.svn) 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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Commit-gnuradio] r6242 - gnuradio/branches/features/deb/debian,
jcorgan <=