Skip to content
Commits on Source (3)
commit 3a7475960ac2d1eb990933ca5dfee6d4bf0069c9
Author: Romain Bouvier <skunnyk@alteroot.org>
Date: Sun Aug 11 17:43:26 2019 +0200
Bump to 4.14.0
commit 2e9291813e5afbe80d4de566b61ab879e96e1283
Author: Romain Bouvier <skunnyk@alteroot.org>
Date: Thu Jun 27 14:56:38 2019 +0200
Back to development
commit c5fd93be2c853f0a47ab69b313edb03e12077ef5
Author: Romain Bouvier <skunnyk@alteroot.org>
Date: Thu Jun 27 14:48:28 2019 +0200
......
......@@ -165,8 +165,8 @@ CTAGS = ctags
CSCOPE = cscope
DIST_SUBDIRS = $(SUBDIRS)
am__DIST_COMMON = $(srcdir)/Makefile.in AUTHORS COPYING ChangeLog \
INSTALL NEWS README compile config.guess config.sub install-sh \
ltmain.sh missing
INSTALL NEWS README compile config.guess config.sub depcomp \
install-sh ltmain.sh missing
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
distdir = $(PACKAGE)-$(VERSION)
top_distdir = $(distdir)
......
4.14.0
======
- Bump to 4.14.0
4.13.0
======
......
#! /bin/sh
# From configure.ac c5fd93b.
# From configure.ac 3a74759.
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for xfce4-dev-tools 4.13.0.
# Generated by GNU Autoconf 2.69 for xfce4-dev-tools 4.14.0.
#
# Report bugs to <https://bugzilla.xfce.org/enter_bug.cgi?product=Xfce4-dev-tools>.
#
......@@ -594,8 +594,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='xfce4-dev-tools'
PACKAGE_TARNAME='xfce4-dev-tools'
PACKAGE_VERSION='4.13.0'
PACKAGE_STRING='xfce4-dev-tools 4.13.0'
PACKAGE_VERSION='4.14.0'
PACKAGE_STRING='xfce4-dev-tools 4.14.0'
PACKAGE_BUGREPORT='https://bugzilla.xfce.org/enter_bug.cgi?product=Xfce4-dev-tools'
PACKAGE_URL=''
......@@ -1336,7 +1336,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
\`configure' configures xfce4-dev-tools 4.13.0 to adapt to many kinds of systems.
\`configure' configures xfce4-dev-tools 4.14.0 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
......@@ -1406,7 +1406,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of xfce4-dev-tools 4.13.0:";;
short | recursive ) echo "Configuration of xfce4-dev-tools 4.14.0:";;
esac
cat <<\_ACEOF
......@@ -1526,7 +1526,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
xfce4-dev-tools configure 4.13.0
xfce4-dev-tools configure 4.14.0
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
......@@ -1897,7 +1897,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by xfce4-dev-tools $as_me 4.13.0, which was
It was created by xfce4-dev-tools $as_me 4.14.0, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
......@@ -2251,7 +2251,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
VERSION_MAJOR=4
VERSION_MINOR=13
VERSION_MINOR=14
VERSION_MICRO=0
......@@ -2775,7 +2775,7 @@ fi
# Define the identity of the package.
PACKAGE='xfce4-dev-tools'
VERSION='4.13.0'
VERSION='4.14.0'
cat >>confdefs.h <<_ACEOF
......@@ -13101,7 +13101,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
This file was extended by xfce4-dev-tools $as_me 4.13.0, which was
This file was extended by xfce4-dev-tools $as_me 4.14.0, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
......@@ -13158,7 +13158,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
xfce4-dev-tools config.status 4.13.0
xfce4-dev-tools config.status 4.14.0
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
......
......@@ -9,10 +9,10 @@ dnl ***************************
dnl *** Version information ***
dnl ***************************
m4_define([xdt_version_major], [4])
m4_define([xdt_version_minor], [13])
m4_define([xdt_version_minor], [14])
m4_define([xdt_version_micro], [0])
m4_define([xdt_version_nano], [])
m4_define([xdt_version_build], [c5fd93b])
m4_define([xdt_version_build], [3a74759])
m4_define([xdt_version_tag], [])
m4_define([xdt_version], [xdt_version_major().xdt_version_minor().xdt_version_micro()ifelse(xdt_version_nano(), [], [], [.xdt_version_nano()])ifelse(xdt_version_tag(), [git], [xdt_version_tag()-xdt_version_build()], [])])
......
This package was debianized by Yves-Alexis Perez <corsac@corsac.net> on
Thu, 17 Nov 2005 15:02:36 +0100.
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: xfce4-dev-tools
Source: https://git.xfce.org/xfce/xfce4-dev-tools/
It was downloaded from http://www.xfce.org/archive/xfce-4.4.2/src/
Files: *
Copyright: 2005-2007 Benedikt Meurer <benny@xfce.org>
2007 Nick Schermer <nick@xfce.org>
2002-2019 The Xfce development team
License: GPL-2+
Upstream author: Benedikt Meurer <benny@xfce.org>
© 2002-2009 The Xfce development team
Files: debian/*
Copyright: 2005-2019 Yves-Alexis Perez <corsac@corsac.net>
License: GPL-2+
License:
You are free to distribute this software under the terms of
the GNU General Public License version 2 or later.
On Debian systems, the complete text of the GNU General Public
License can be found in the file `/usr/share/common-licenses/GPL'
License: GPL-2+
This package is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
.
This package is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>
.
On Debian systems, the complete text of the GNU General
Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".