From 08e3d54bacf8b38a7c33e420a0bc19bcc7acedd4 Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Fri, 26 Aug 2011 09:35:54 -0600 Subject: moving git-buildpackage config into .git/ since it is fairly specific to Bdale's build environment, and doesn't need to be in the source package --- debian/gbp.conf | 46 ---------------------------------------------- 1 file changed, 46 deletions(-) delete mode 100644 debian/gbp.conf (limited to 'debian') diff --git a/debian/gbp.conf b/debian/gbp.conf deleted file mode 100644 index 9561fdfe..00000000 --- a/debian/gbp.conf +++ /dev/null @@ -1,46 +0,0 @@ -# Configuration file for git-buildpackage and friends - -[DEFAULT] -# the default build command: -#builder = debuild -i\.git/ -I.git -# the default clean command: -cleaner = debian/rules prebuild && debuild clean -# the default branch for upstream sources: -upstream-branch = upstream -# the default branch for the debian patch: -debian-branch = master -# the default tag formats used: -#upstream-tag = upstream/%(version)s -#debian-tag = debian/%(version)s -# use pristine-tar: -pristine-tar = True - -# Options only affecting git-buildpackage -[git-buildpackage] -#upstream-branch = dfsgclean -# uncomment this to automatically GPG sign tags -#sign-tags = True -# keyid to GPG sign tags with -#keyid = 0xdeadbeef -# push to a remote repository after a successful tag: -posttag = git push --mirror -# use this for more svn-buildpackage like behaviour: -export-dir = ../build-area/altos/ -#tarball-dir = ../tarballs/ - -# Options only affecting git-import-orig -[git-import-orig] -#upstream-branch = newupstream -#debian-branch = dfsgclean -#filter = .svn - -# Options only affecting git-import-dsc -[git-import-dsc] -#upstream-branch = svn-upstream -#filter = [ 'CVS', '.cvsignore' ] - -# Options only affecting git-dch -[git-dch] -#git-log = --no-merges -#snapshot-number = snapshot + 1 - -- cgit v1.2.3 From 0a92eb2fa6b213533691288d8f99d72b80312983 Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Fri, 26 Aug 2011 09:43:06 -0600 Subject: update changelogs for Debian build --- ChangeLog | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ debian/changelog | 14 ++++++++++++++ 2 files changed, 65 insertions(+) (limited to 'debian') diff --git a/ChangeLog b/ChangeLog index 87d7951f..70d0c357 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,54 @@ +commit 3cea033ec928c21b9f7b810898ed3c3cc536d2ce +Author: Bdale Garbee +Date: Fri Aug 26 09:41:46 2011 -0600 + + get ready for a 1.0.1 release + +commit 674231773256bacd7acb4b5718c47412e47b813f +Merge: 08e3d54 3bfe8df +Author: Bdale Garbee +Date: Fri Aug 26 09:37:01 2011 -0600 + + Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos + +commit 08e3d54bacf8b38a7c33e420a0bc19bcc7acedd4 +Author: Bdale Garbee +Date: Fri Aug 26 09:35:54 2011 -0600 + + moving git-buildpackage config into .git/ since it is fairly specific to + Bdale's build environment, and doesn't need to be in the source package + +commit 3bfe8df44b575ca430ffaa051e20faa955a06c03 +Author: Keith Packard +Date: Thu Aug 25 18:02:45 2011 -0700 + + altos: Clear callsign on initial config load + + Before being written the first time, ao_config will get set to 0xff + when the config storage is read. This leaves the tail of the callsign + filled with invalid bytes. Zero the whole thing before loading the + default callsign to make sure any extra bytes are set correctly. + + Signed-off-by: Keith Packard + +commit 93ecaf7f18f8f4c15953c2e80dc9e1b20d04fdfa +Author: Bdale Garbee +Date: Thu Aug 25 15:46:30 2011 -0600 + + update TeleMini turnon script now that we've made a stable firmware release + +commit c3314dae2d3df82e188daf6ba8520cce833592c6 +Author: Bdale Garbee +Date: Thu Aug 25 03:36:25 2011 -0600 + + use multimaint-merge to make Debian changelogs less ugly + +commit f9d87de0e2681c2ec5753f4fffef0e61a3a9e144 +Author: Bdale Garbee +Date: Thu Aug 25 02:22:53 2011 -0600 + + update changelogs for Debian build + commit 41998645c04a2ee856dec272b40c2dc5913291d3 Author: Bdale Garbee Date: Thu Aug 25 02:16:17 2011 -0600 diff --git a/debian/changelog b/debian/changelog index 906c0ded..7eb0ab87 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,17 @@ +altos (1.0.1) unstable; urgency=low + + [ Bdale Garbee ] + * use multimaint-merge to make Debian changelogs less ugly + * update TeleMini turnon script now that we've made a stable firmware release + * moving git-buildpackage config into .git/ since it is fairly specific to + Bdale's build environment, and doesn't need to be in the source package + * get ready for a 1.0.1 release + + [ Keith Packard ] + * altos: Clear callsign on initial config load + + -- Bdale Garbee Fri, 26 Aug 2011 09:42:35 -0600 + altos (1.0) unstable; urgency=low [ Keith Packard ] -- cgit v1.2.3 From bc399d97a8424a5262f66a03e3bc403f793bb337 Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Fri, 26 Aug 2011 10:38:44 -0600 Subject: roll back packaging changelog for rebuild --- debian/changelog | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 7eb0ab87..906c0ded 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,17 +1,3 @@ -altos (1.0.1) unstable; urgency=low - - [ Bdale Garbee ] - * use multimaint-merge to make Debian changelogs less ugly - * update TeleMini turnon script now that we've made a stable firmware release - * moving git-buildpackage config into .git/ since it is fairly specific to - Bdale's build environment, and doesn't need to be in the source package - * get ready for a 1.0.1 release - - [ Keith Packard ] - * altos: Clear callsign on initial config load - - -- Bdale Garbee Fri, 26 Aug 2011 09:42:35 -0600 - altos (1.0) unstable; urgency=low [ Keith Packard ] -- cgit v1.2.3 From 01aee9ebe517ed657692e0a39a31ae0ddfb5b8b0 Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Fri, 26 Aug 2011 10:39:45 -0600 Subject: update changelogs for Debian build --- ChangeLog | 30 ++++++++++++++++++++++++++++++ debian/changelog | 19 +++++++++++++++++++ 2 files changed, 49 insertions(+) (limited to 'debian') diff --git a/ChangeLog b/ChangeLog index 70d0c357..bcb4d6eb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,33 @@ +commit bc399d97a8424a5262f66a03e3bc403f793bb337 +Author: Bdale Garbee +Date: Fri Aug 26 10:38:44 2011 -0600 + + roll back packaging changelog for rebuild + +commit 13e6e799070a1469cbc2ff990379ee520b8f0e6a +Author: Bdale Garbee +Date: Fri Aug 26 10:29:58 2011 -0600 + + roll release notes version from 1.0 to 1.0.1 + +commit 1d15c841ad276127edae0345bd316c30731fffbf +Author: Bdale Garbee +Date: Fri Aug 26 10:24:35 2011 -0600 + + ignore generated log file + +commit 58a74c3c3dcd01509224326cffeb67a3e809e4e6 +Author: Bdale Garbee +Date: Fri Aug 26 10:07:15 2011 -0600 + + fix telemini firmware path name + +commit 0a92eb2fa6b213533691288d8f99d72b80312983 +Author: Bdale Garbee +Date: Fri Aug 26 09:43:06 2011 -0600 + + update changelogs for Debian build + commit 3cea033ec928c21b9f7b810898ed3c3cc536d2ce Author: Bdale Garbee Date: Fri Aug 26 09:41:46 2011 -0600 diff --git a/debian/changelog b/debian/changelog index 906c0ded..a662e1c3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,22 @@ +altos (1.0.1) unstable; urgency=low + + [ Bdale Garbee ] + * use multimaint-merge to make Debian changelogs less ugly + * update TeleMini turnon script now that we've made a stable firmware release + * moving git-buildpackage config into .git/ since it is fairly specific to + Bdale's build environment, and doesn't need to be in the source package + * get ready for a 1.0.1 release + * update changelogs for Debian build + * fix telemini firmware path name + * ignore generated log file + * roll release notes version from 1.0 to 1.0.1 + * roll back packaging changelog for rebuild + + [ Keith Packard ] + * altos: Clear callsign on initial config load + + -- Bdale Garbee Fri, 26 Aug 2011 10:39:29 -0600 + altos (1.0) unstable; urgency=low [ Keith Packard ] -- cgit v1.2.3 From 5c3a0263d292cb0675f608d0ef085d13e51ce6ba Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Sun, 28 Aug 2011 13:39:37 -0600 Subject: update changelogs for Debian build --- ChangeLog | 18 ++++++++++++++++++ debian/changelog | 7 +++++++ 2 files changed, 25 insertions(+) (limited to 'debian') diff --git a/ChangeLog b/ChangeLog index bcb4d6eb..2711173f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,21 @@ +commit 93b8f40bb451c9ec152490d1f431ab18f8ecb7d1 +Author: Bdale Garbee +Date: Fri Aug 26 10:52:55 2011 -0600 + + more release process doc updates + +commit 9451ae5e4ea6ecfa512ba93197351682d4d043dc +Author: Bdale Garbee +Date: Fri Aug 26 10:51:18 2011 -0600 + + update release process docs + +commit 01aee9ebe517ed657692e0a39a31ae0ddfb5b8b0 +Author: Bdale Garbee +Date: Fri Aug 26 10:39:45 2011 -0600 + + update changelogs for Debian build + commit bc399d97a8424a5262f66a03e3bc403f793bb337 Author: Bdale Garbee Date: Fri Aug 26 10:38:44 2011 -0600 diff --git a/debian/changelog b/debian/changelog index a662e1c3..b9e78c8b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +altos (1.0.1+3+g93b8f40) unstable; urgency=low + + * update release process docs + * more release process doc updates + + -- Bdale Garbee Sun, 28 Aug 2011 13:39:31 -0600 + altos (1.0.1) unstable; urgency=low [ Bdale Garbee ] -- cgit v1.2.3 From fc4173ff882dd9718f34ed043276ef612783dfe0 Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Tue, 27 Sep 2011 00:59:08 -0600 Subject: add run-time dependency on libjfreechart-java --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/control b/debian/control index 15176565..31daaf1b 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,7 @@ Vcs-Browser: http://git.gag.com/?p=fw/altos Package: altos Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, default-jre | java2-runtime, freetts, nickle +Depends: ${shlibs:Depends}, ${misc:Depends}, default-jre | java2-runtime, freetts, nickle, libjfreechart-java Suggests: slim | gdm Replaces: altusmetrum-themes, slim-altusmetrum Conflicts: altusmetrum-themes, slim-altusmetrum -- cgit v1.2.3