[SCM] gmerlin-avdecoder/master: Switched to autoreconf
umlaeute at users.alioth.debian.org
umlaeute at users.alioth.debian.org
Sat Jun 11 20:56:30 UTC 2016
The following commit has been merged in the master branch:
commit d7cad3da3861c6057ed4e6fc5a6727c549f2b145
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date: Thu Mar 10 08:46:23 2016 +0100
Switched to autoreconf
diff --git a/debian/rules b/debian/rules
index 9720958..8a78641 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,14 +19,10 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-DEB_AUTO_UPDATE_LIBTOOL = pre
-DEB_AUTO_UPDATE_ACLOCAL = 1.11
-DEB_AUTO_UPDATE_AUTOCONF = 2.67
-DEB_AUTO_UPDATE_AUTOHEADER = 2.67
-DEB_AUTO_UPDATE_AUTOMAKE = 1.11
include /usr/share/cdbs/1/rules/upstream-tarball.mk
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/autotools.mk
+include /usr/share/cdbs/1/rules/autoreconf.mk
include /usr/share/cdbs/1/rules/utils.mk
LDFLAGS+=-Wl,--as-needed
@@ -55,16 +51,9 @@ DEB_COPYRIGHT_CHECK_IGNORE_REGEX = ^(missing|config(ure|\.guess|\.sub)|debian/(c
post-patches:: storefiles
-clean:: restorefiles
+clean::
rm -f m4/libtool.m4 m4/ltoptions.m4 m4/ltsugar.m4 m4/ltversion.m4 m4/lt~obsolete.m4
rm -f Makefile config.log config.status lib/Makefile
-storefiles:
- -test -f debian/restorefiles -a ! -f debian/restorefiles.tar && tar -c -f debian/restorefiles.tar -T debian/restorefiles
-
-restorefiles:
- -test -f debian/restorefiles -a -f debian/restorefiles.tar && tar -x -f debian/restorefiles.tar -T debian/restorefiles
- rm -f debian/restorefiles.tar
-
binary-install/gmerlin-plugins-avdecoder::
find $(CURDIR)/debian/gmerlin-plugins-avdecoder/usr/lib/ -name '*.la' -delete
--
gmerlin-avdecoder packaging
More information about the pkg-multimedia-commits
mailing list