[med-svn] [aghermann] 23/23: prepare for 1.1.2
andrei zavada
hmmr-guest at moszumanska.debian.org
Wed Jan 4 22:59:26 UTC 2017
This is an automated email from the git hooks/post-receive script.
hmmr-guest pushed a commit to tag 1.1.2
in repository aghermann.
commit abfd5140da53fefd245495a5f3f4a0ad34626f21
Author: Andrei Zavada <hmmr at frdg>
Date: Tue Jan 3 15:40:26 2017 +0200
prepare for 1.1.2
---
debian/changelog | 6 ++++++
debian/control | 29 +++++++++++++++++++++--------
debian/copyright | 2 +-
upstream/ChangeLog | 9 +++++++++
upstream/Makefile.am | 1 +
upstream/configure.ac | 2 +-
upstream/data/ui/mw-dialogs.glade | 22 ++++++++++++----------
7 files changed, 51 insertions(+), 20 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index da02029..2257bf2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+aghermann (1.1.2-1) unstable; urgency=low
+
+ * New upstream version.
+
+ -- Andrei Zavada <johnhommer at gmail.com> Tue, 3 Jan 2017 15:31:00 +0200
+
aghermann (1.1.1-1) unstable; urgency=low
* New upstream version (Closes: #833472).
diff --git a/debian/control b/debian/control
index a7c4e83..b3e9139 100644
--- a/debian/control
+++ b/debian/control
@@ -1,19 +1,32 @@
Source: aghermann
+Uploaders: Andrei Zavada <johnhommer at gmail.com>
+Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
Section: science
Priority: optional
-Maintainer: Andrei Zavada <johnhommer at gmail.com>
-Build-Depends: debhelper (>= 9), dh-autoreconf,
- autoconf-archive, pkg-config, libgomp1, libconfig++-dev, libgsl-dev, libfftw3-dev,
- libsamplerate0-dev (>= 0.1.7), libgtk-3-dev, libitpp-dev, libvte-2.91-dev,
- liblua5.2-dev, lua5.2, libxml2-utils
+Build-Depends: debhelper (>= 9),
+ dh-autoreconf,
+ autoconf-archive,
+ pkg-config,
+ libgomp1,
+ libconfig++-dev,
+ libgsl-dev,
+ libfftw3-dev,
+ libsamplerate0-dev,
+ libgtk-3-dev,
+ libitpp-dev,
+ libvte-2.91-dev,
+ liblua5.2-dev,
+ lua5.2,
+ libxml2-utils
Standards-Version: 3.9.8
+Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/aghermann.git
+Vcs-Git: https://anonscm.debian.org/git/debian-med/aghermann.git
Homepage: http://johnhommer.com/academic/code/aghermann
-Vcs-Git: git://git.debian.org/git/debian-med/aghermann.git
-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-med/aghermann.git
Package: aghermann
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
Suggests: edfbrowser
Description: Sleep-research experiment manager
Aghermann is a program designed around a common workflow in
diff --git a/debian/copyright b/debian/copyright
index 28b1988..db30fe1 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,4 +1,4 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: Aghermann
Upstream-Contact: Andrei Zavada <johnhommer at gmail.com>
Source: http://johnhommer.com/academic/code/aghermann/source/
diff --git a/upstream/ChangeLog b/upstream/ChangeLog
index a83da18..ff576fa 100644
--- a/upstream/ChangeLog
+++ b/upstream/ChangeLog
@@ -1,3 +1,12 @@
+v.1.1.2 (2017-01-03)
+ * Fix: Don't crash on unreadable headers in EDF files.
+ * Fix: Assorted crashes/UX mishaps when managing RK1968 (and
+ possibly other) profiles.
+ * Fix: Saved patterns can be loaded again.
+ * Fix: Correctly calculate sibject timeline (remove days of empty
+ space).
+ * Fix/misc: Keep up with GTK+ deprecations.
+
v.1.1.1 (2016-08-05)
* Misc: Ensure reproducible build #2.
diff --git a/upstream/Makefile.am b/upstream/Makefile.am
index 6be49ab..e49d94c 100644
--- a/upstream/Makefile.am
+++ b/upstream/Makefile.am
@@ -17,6 +17,7 @@ man_MANS = \
unwanted_files = \
m4/*.m4 \
aclocal.m4 \
+ compile \
config.sub \
ltmain.sh \
depcomp \
diff --git a/upstream/configure.ac b/upstream/configure.ac
index e340c6f..bd3921a 100644
--- a/upstream/configure.ac
+++ b/upstream/configure.ac
@@ -1,6 +1,6 @@
AC_COPYRIGHT([Copyright (c) 2008-16 Andrei Zavada <johnhommer at gmail.com>])
-AC_INIT([Aghermann], [1.1.1], [johnhommer at gmail.com])
+AC_INIT([Aghermann], [1.1.2], [johnhommer at gmail.com])
AC_CONFIG_SRCDIR([src/aghermann/main.cc])
AC_CONFIG_MACRO_DIR([m4])
AC_PREREQ(2.61)
diff --git a/upstream/data/ui/mw-dialogs.glade b/upstream/data/ui/mw-dialogs.glade
index 60420aa..3b9914a 100644
--- a/upstream/data/ui/mw-dialogs.glade
+++ b/upstream/data/ui/mw-dialogs.glade
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!-- Generated with glade 3.18.3 -->
+<!-- Generated with glade 3.20.0 -->
<interface>
- <requires lib="gtk+" version="3.12"/>
+ <requires lib="gtk+" version="3.20"/>
<object class="GtkAdjustment" id="jBatchSetupRangeFrom">
<property name="upper">80</property>
<property name="value">1.5</property>
@@ -1534,7 +1534,7 @@
<property name="valign">start</property>
<property name="xpad">5</property>
<property name="ypad">15</property>
- <property name="label"><b><big><big>Aghermann 1.1.1 </big></big></b>
+ <property name="label"><b><big><big>Aghermann 1.1.2 </big></big></b>
<a href="http://johnhommer.com/academic/code/aghermann">johnhommer.com/academic/code/aghermann</a></property>
<property name="use_markup">True</property>
<property name="xalign">0</property>
@@ -1607,7 +1607,6 @@ With bug reports, open an issue on <a href="http://github.com/hmmr/aghermann/
<property name="margin_bottom">5</property>
<property name="label" translatable="yes"><b>About</b></property>
<property name="use_markup">True</property>
- <property name="xalign">0</property>
</object>
<packing>
<property name="tab_fill">False</property>
@@ -1628,9 +1627,15 @@ With bug reports, open an issue on <a href="http://github.com/hmmr/aghermann/
<property name="can_focus">True</property>
<property name="margin_top">5</property>
<property name="margin_bottom">5</property>
- <property name="xpad">10</property>
- <property name="ypad">10</property>
- <property name="label">
+ <property name="label"><b>v.1.1.2</b> (2017-01-03)
+ * Fix: Don't crash on unreadable headers in EDF files.
+ * Fix: Assorted crashes/UX mishaps when managing RK1968 (and
+ possibly other) profiles.
+ * Fix: Saved patterns can be loaded again.
+ * Fix: Correctly calculate sibject timeline (remove days of empty
+ space).
+ * Fix/misc: Keep up with GTK+ deprecations.
+
<b>v. 1.1.1</b> (2016-08-05)
<span font="monospace" size="small">
* Misc: Remove built_by define to ensure reproducible build
@@ -1727,8 +1732,6 @@ With bug reports, open an issue on <a href="http://github.com/hmmr/aghermann/
(for older entries, see <a href="http://johnhommer.com/academic/code/aghermann">full changelog</a>)</property>
<property name="use_markup">True</property>
<property name="track_visited_links">False</property>
- <property name="xalign">0</property>
- <property name="yalign">0</property>
</object>
</child>
</object>
@@ -1748,7 +1751,6 @@ With bug reports, open an issue on <a href="http://github.com/hmmr/aghermann/
<property name="margin_bottom">10</property>
<property name="label" translatable="yes"><b>ChangeLog</b></property>
<property name="use_markup">True</property>
- <property name="xalign">0</property>
</object>
<packing>
<property name="position">1</property>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/aghermann.git
More information about the debian-med-commit
mailing list