Open repo for 1.0.28 development

merge-requests/1/head
m. allan noah 2017-05-22 21:08:33 -04:00
rodzic 82cd8f245c
commit 35dc4426d2
5 zmienionych plików z 4127 dodań i 4122 usunięć

4113
ChangeLog

Plik diff jest za duży Load Diff

Plik diff jest za duży Load Diff

20
configure vendored
Wyświetl plik

@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for sane-backends 1.0.27.
# Generated by GNU Autoconf 2.69 for sane-backends 1.0.27git.
#
# Report bugs to <sane-devel@lists.alioth.debian.org>.
#
@ -590,8 +590,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='sane-backends'
PACKAGE_TARNAME='sane-backends'
PACKAGE_VERSION='1.0.27'
PACKAGE_STRING='sane-backends 1.0.27'
PACKAGE_VERSION='1.0.27git'
PACKAGE_STRING='sane-backends 1.0.27git'
PACKAGE_BUGREPORT='sane-devel@lists.alioth.debian.org'
PACKAGE_URL=''
@ -1447,7 +1447,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 sane-backends 1.0.27 to adapt to many kinds of systems.
\`configure' configures sane-backends 1.0.27git to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@ -1517,7 +1517,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of sane-backends 1.0.27:";;
short | recursive ) echo "Configuration of sane-backends 1.0.27git:";;
esac
cat <<\_ACEOF
@ -1682,7 +1682,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
sane-backends configure 1.0.27
sane-backends configure 1.0.27git
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@ -2288,7 +2288,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 sane-backends $as_me 1.0.27, which was
It was created by sane-backends $as_me 1.0.27git, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@ -3159,7 +3159,7 @@ fi
# Define the identity of the package.
PACKAGE='sane-backends'
VERSION='1.0.27'
VERSION='1.0.27git'
cat >>confdefs.h <<_ACEOF
@ -21949,7 +21949,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 sane-backends $as_me 1.0.27, which was
This file was extended by sane-backends $as_me 1.0.27git, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@ -22015,7 +22015,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="\\
sane-backends config.status 1.0.27
sane-backends config.status 1.0.27git
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"

Wyświetl plik

@ -5,7 +5,7 @@ dnl Set up autoconf and automake
dnl When preparing a release, modify the numeric version components
dnl and remove the git suffix.
dnl ******************************************************************
AC_INIT([sane-backends],[1.0.27],
AC_INIT([sane-backends],[1.0.27git],
[sane-devel@lists.alioth.debian.org])
AC_PREREQ(2.69) dnl minimum autoconf version required
AC_CONFIG_MACRO_DIR([m4])

Wyświetl plik

@ -78,7 +78,6 @@ Announcing the release:
After the release:
#### consider not adding old changelogs to release package
* move ChangeLog to ChangeLogs/ChangeLog-"version"
* start a new ChangeLog, with the following message:
@ -87,7 +86,7 @@ This file is automatically generated at release time using git commit messages.
For the latest changes please refer to the output of `git log` or see:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi?p=sane/sane-backends.git;a=log
* configure.ac: bump textual version & add 'git' suffix
* configure.ac: add 'git' suffix to textual version
* configure: regenerate with autoconf
* remove the ':new' tag from any new backends .desc files
* git add new files and commit