Skip to content

Commit

Permalink
add @make_bin@ to shebang in uca-apply
Browse files Browse the repository at this point in the history
  • Loading branch information
Yann Büchau committed Jun 10, 2017
1 parent 6b264ff commit 177f82e
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/make -f
#!@make_bin@ -f

############################################################
### get all the ./configure arguments into this Makefile ###
Expand Down
2 changes: 1 addition & 1 deletion bin/uca-apply.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/make -f
#!@make_bin@ -f

# user executables [EPREFIX/bin]
bindir:=@bindir@
Expand Down
18 changes: 9 additions & 9 deletions configure
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for thunar-custom-actions 0.0.11.
# Generated by GNU Autoconf 2.69 for thunar-custom-actions 0.0.12.
#
# Report bugs to <nobodyinperson@gmx.de>.
#
Expand Down Expand Up @@ -579,8 +579,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='thunar-custom-actions'
PACKAGE_TARNAME='thunar-custom-actions'
PACKAGE_VERSION='0.0.11'
PACKAGE_STRING='thunar-custom-actions 0.0.11'
PACKAGE_VERSION='0.0.12'
PACKAGE_STRING='thunar-custom-actions 0.0.12'
PACKAGE_BUGREPORT='nobodyinperson@gmx.de'
PACKAGE_URL=''

Expand Down Expand Up @@ -1224,7 +1224,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 thunar-custom-actions 0.0.11 to adapt to many kinds of systems.
\`configure' configures thunar-custom-actions 0.0.12 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
Expand Down Expand Up @@ -1287,7 +1287,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of thunar-custom-actions 0.0.11:";;
short | recursive ) echo "Configuration of thunar-custom-actions 0.0.12:";;
esac
cat <<\_ACEOF
Expand Down Expand Up @@ -1385,7 +1385,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
thunar-custom-actions configure 0.0.11
thunar-custom-actions configure 0.0.12
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
Expand All @@ -1402,7 +1402,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 thunar-custom-actions $as_me 0.0.11, which was
It was created by thunar-custom-actions $as_me 0.0.12, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
Expand Down Expand Up @@ -3229,7 +3229,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 thunar-custom-actions $as_me 0.0.11, which was
This file was extended by thunar-custom-actions $as_me 0.0.12, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -3282,7 +3282,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="\\
thunar-custom-actions config.status 0.0.11
thunar-custom-actions config.status 0.0.12
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.69])
AC_INIT([thunar-custom-actions], [0.0.11], [nobodyinperson@gmx.de])
AC_INIT([thunar-custom-actions], [0.0.12], [nobodyinperson@gmx.de])

m4_include([m4/ax_python_module.m4])

Expand Down
7 changes: 7 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
thunar-custom-actions (0.0.12) UNRELEASED; urgency=medium

* add make_bin to shebang in uca-apply
* cleanup useless files

-- Yann Büchau <nobodyinperson@gmx.de> Sat, 10 Jun 2017 16:11:37 +0200

thunar-custom-actions (0.0.11) unstable; urgency=medium

* add dependency on su in configure
Expand Down

0 comments on commit 177f82e

Please sign in to comment.