2 new revisions:
Revision: 80e92ef119
Author: Derek Anderson <
pub...@kered.org>
Date: Wed May 5 09:17:09 2010
Log: fix for lucid install
http://code.google.com/p/flyback/source/detail?r=80e92ef119
Revision: 31b813e38c
Author: Derek Anderson <
pub...@kered.org>
Date: Wed May 5 09:17:53 2010
Log: fix for lucid install
http://code.google.com/p/flyback/source/detail?r=31b813e38c
==============================================================================
Revision: 80e92ef119
Author: Derek Anderson <
pub...@kered.org>
Date: Wed May 5 09:17:09 2010
Log: fix for lucid install
http://code.google.com/p/flyback/source/detail?r=80e92ef119
Added:
/debian/control.karmic
/debian/control.lucid
Modified:
/build_deb.sh
/src/settings.py
=======================================
--- /dev/null
+++ /debian/control.karmic Wed May 5 09:17:09 2010
@@ -0,0 +1,13 @@
+Source: flyback
+Section: editors
+Priority: extra
+Maintainer: Derek Anderson <
pub...@kered.org>
+Build-Depends: debhelper (>= 7)
+Standards-Version: 3.8.0
+Homepage:
http://flyback.org/
+
+Package: flyback
+Architecture: all
+Depends: ${shlibs:Depends}, ${misc:Depends}, python, python-glade2,
python-gnome2, python-gnome2-extras, git-core
+Description: Flyback - Apple's Time Machine for Linux
+ Apple's Time Machine is a great feature in their OS, and Linux has
almost all of the required technology already built in to recreate it. This
is a simple GUI to make it easy to use.
=======================================
--- /dev/null
+++ /debian/control.lucid Wed May 5 09:17:09 2010
@@ -0,0 +1,13 @@
+Source: flyback
+Section: editors
+Priority: extra
+Maintainer: Derek Anderson <
pub...@kered.org>
+Build-Depends: debhelper (>= 7)
+Standards-Version: 3.8.0
+Homepage:
http://flyback.org/
+
+Package: flyback
+Architecture: all
+Depends: ${shlibs:Depends}, ${misc:Depends}, python, python-glade2,
python-gnome2, git-core
+Description: Flyback - Apple's Time Machine for Linux
+ Apple's Time Machine is a great feature in their OS, and Linux has
almost all of the required technology already built in to recreate it. This
is a simple GUI to make it easy to use.
=======================================
--- /build_deb.sh Thu Feb 18 15:08:26 2010
+++ /build_deb.sh Wed May 5 09:17:09 2010
@@ -17,7 +17,15 @@
cp -R ../../debian .
rm -Rf debian/.hg
echo "flyback ($VERSION-1) unstable; urgency=low" > debian/changelog
+
+cp debian/control.karmic debian/control
fakeroot debian/rules binary
+mv ../flyback_$VERSION-1_all.deb ../flyback-karmic_$VERSION-1_all.deb
+
+cp debian/control.lucid debian/control
+fakeroot debian/rules binary
+mv ../flyback_$VERSION-1_all.deb ../flyback-lucid_$VERSION-1_all.deb
+
cd ..
rm -Rf flyback
rm -Rf flyback-$VERSION
=======================================
--- /src/settings.py Fri Feb 19 12:08:13 2010
+++ /src/settings.py Wed May 5 09:17:09 2010
@@ -1,5 +1,5 @@
PROGRAM_NAME = 'Flyback'
-PROGRAM_VERSION = '0.6.4'
+PROGRAM_VERSION = '0.6.5'
DEFAULT_PREFERENCES = {
'exclude_audio': True,
==============================================================================
Revision: 31b813e38c
Author: Derek Anderson <
pub...@kered.org>
Date: Wed May 5 09:17:53 2010
Log: fix for lucid install
http://code.google.com/p/flyback/source/detail?r=31b813e38c
Deleted:
/debian/control
=======================================
--- /debian/control Wed Oct 28 22:28:37 2009
+++ /dev/null
@@ -1,13 +0,0 @@
-Source: flyback
-Section: editors
-Priority: extra
-Maintainer: Derek Anderson <
pub...@kered.org>
-Build-Depends: debhelper (>= 7)
-Standards-Version: 3.8.0
-Homepage:
http://flyback.org/
-
-Package: flyback
-Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, python, python-glade2,
python-gnome2, python-gnome2-extras, git-core
-Description: Flyback - Apple's Time Machine for Linux
- Apple's Time Machine is a great feature in their OS, and Linux has
almost all of the required technology already built in to recreate it. This
is a simple GUI to make it easy to use.
--
You received this message because you are subscribed to the Google Groups "flyback-discuss" group.
To post to this group, send email to
flyback...@googlegroups.com
To unsubscribe from this group, send email to
flyback-discu...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/flyback-discuss?hl=en
Project homepage:
http://code.google.com/p/flyback/