[hamradio-commits] [libzia3] 01/01: Initial commit of Debian packaging files.

Iain Learmonth irl-guest at moszumanska.debian.org
Mon Oct 13 19:22:34 UTC 2014


This is an automated email from the git hooks/post-receive script.

irl-guest pushed a commit to branch master
in repository libzia3.

commit d74a98eab94bec213911e8aab7d415b40756698f
Author: Iain R. Learmonth <irl at fsfe.org>
Date:   Mon Oct 13 20:19:29 2014 +0100

    Initial commit of Debian packaging files.
    
     * Removed autoconf nonsense from debian/ directory via patch
     * Fixed some Makefile outdatedness via patch
     * Renamed libzia-dev to libzia3-dev
     * Removed useless README
     * Updated to Debian Standards Version 3.9.6
     * Switched source format to version 3.0 (quilt)
     * Removed useless *.dirs folders
     * Switched maintainer to Debian Hamradio Maintainers Team
     * It builds! (but doesn't install)
---
 debian/Makefile.am                                 |   6 -
 debian/Makefile.in                                 | 422 ---------------------
 debian/README                                      |   6 -
 debian/changelog                                   |   6 +-
 debian/changelog2.in                               |   5 -
 debian/compat                                      |   2 +-
 debian/control                                     |  33 +-
 debian/libzia-dev.dirs                             |   2 -
 debian/{libzia-dev.install => libzia3-dev.install} |   0
 debian/libzia3.dirs                                |   1 -
 debian/patches/fix-autoconf-issues.patch           |  33 ++
 debian/patches/series                              |   1 +
 debian/rules                                       |  17 +-
 debian/source/format                               |   1 +
 14 files changed, 62 insertions(+), 473 deletions(-)

diff --git a/debian/Makefile.am b/debian/Makefile.am
deleted file mode 100644
index ef6b1b2..0000000
--- a/debian/Makefile.am
+++ /dev/null
@@ -1,6 +0,0 @@
-datarootdir = @datarootdir@
-
-EXTRA_DIST = changelog changelog2.in compat control copyright \
-	docs libzia3.dirs libzia3.install  \
-	libzia-dev.dirs libzia-dev.install  \
-	README rules 
diff --git a/debian/Makefile.in b/debian/Makefile.in
deleted file mode 100644
index b25f3dd..0000000
--- a/debian/Makefile.in
+++ /dev/null
@@ -1,422 +0,0 @@
-# Makefile.in generated by automake 1.11.6 from Makefile.am.
-# @configure_input@
-
-# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
-# Foundation, Inc.
-# This Makefile.in is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
-# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-# PARTICULAR PURPOSE.
-
- at SET_MAKE@
-VPATH = @srcdir@
-am__make_dryrun = \
-  { \
-    am__dry=no; \
-    case $$MAKEFLAGS in \
-      *\\[\ \	]*) \
-        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
-          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
-      *) \
-        for am__flg in $$MAKEFLAGS; do \
-          case $$am__flg in \
-            *=*|--*) ;; \
-            *n*) am__dry=yes; break;; \
-          esac; \
-        done;; \
-    esac; \
-    test $$am__dry = yes; \
-  }
-pkgdatadir = $(datadir)/@PACKAGE@
-pkgincludedir = $(includedir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
-pkglibexecdir = $(libexecdir)/@PACKAGE@
-am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
-install_sh_DATA = $(install_sh) -c -m 644
-install_sh_PROGRAM = $(install_sh) -c
-install_sh_SCRIPT = $(install_sh) -c
-INSTALL_HEADER = $(INSTALL_DATA)
-transform = $(program_transform_name)
-NORMAL_INSTALL = :
-PRE_INSTALL = :
-POST_INSTALL = :
-NORMAL_UNINSTALL = :
-PRE_UNINSTALL = :
-POST_UNINSTALL = :
-build_triplet = @build@
-host_triplet = @host@
-target_triplet = @target@
-subdir = debian
-DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
-	$(srcdir)/changelog2.in
-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
-	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
-	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
-	$(top_srcdir)/configure.in
-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
-	$(ACLOCAL_M4)
-mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
-CONFIG_HEADER = $(top_builddir)/config.h
-CONFIG_CLEAN_FILES = changelog2
-CONFIG_CLEAN_VPATH_FILES =
-AM_V_GEN = $(am__v_GEN_ at AM_V@)
-am__v_GEN_ = $(am__v_GEN_ at AM_DEFAULT_V@)
-am__v_GEN_0 = @echo "  GEN   " $@;
-AM_V_at = $(am__v_at_ at AM_V@)
-am__v_at_ = $(am__v_at_ at AM_DEFAULT_V@)
-am__v_at_0 = @
-SOURCES =
-DIST_SOURCES =
-am__can_run_installinfo = \
-  case $$AM_UPDATE_INFO_DIR in \
-    n|no|NO) false;; \
-    *) (install-info --version) >/dev/null 2>&1;; \
-  esac
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-ACLOCAL = @ACLOCAL@
-AMTAR = @AMTAR@
-AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
-AR = @AR@
-AUTOCONF = @AUTOCONF@
-AUTOHEADER = @AUTOHEADER@
-AUTOMAKE = @AUTOMAKE@
-AWK = @AWK@
-CC = @CC@
-CCDEPMODE = @CCDEPMODE@
-CFLAGS = @CFLAGS@
-CPP = @CPP@
-CPPFLAGS = @CPPFLAGS@
-CYGPATH_W = @CYGPATH_W@
-DEFS = @DEFS@
-DEPDIR = @DEPDIR@
-DLLTOOL = @DLLTOOL@
-DSYMUTIL = @DSYMUTIL@
-DUMPBIN = @DUMPBIN@
-ECHO_C = @ECHO_C@
-ECHO_N = @ECHO_N@
-ECHO_T = @ECHO_T@
-EGREP = @EGREP@
-EXEEXT = @EXEEXT@
-FGREP = @FGREP@
-GLIB_CFLAGS = @GLIB_CFLAGS@
-GLIB_LIBS = @GLIB_LIBS@
-GREP = @GREP@
-GTK_CFLAGS = @GTK_CFLAGS@
-GTK_LIBS = @GTK_LIBS@
-HAVE_FORKPTY = @HAVE_FORKPTY@
-HAVE_GLIB = @HAVE_GLIB@
-HAVE_GTK = @HAVE_GTK@
-HAVE_LIBBFD = @HAVE_LIBBFD@
-HAVE_LIBFTDI = @HAVE_LIBFTDI@
-HAVE_LIBPNG = @HAVE_LIBPNG@
-HAVE_MAKE = @HAVE_MAKE@
-HAVE_PKGCONFIG = @HAVE_PKGCONFIG@
-HAVE_SDL = @HAVE_SDL@
-INSTALL = @INSTALL@
-INSTALL_DATA = @INSTALL_DATA@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
-INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
-LD = @LD@
-LDFLAGS = @LDFLAGS@
-LIBFTDI_CFLAGS = @LIBFTDI_CFLAGS@
-LIBFTDI_LIBS = @LIBFTDI_LIBS@
-LIBOBJS = @LIBOBJS@
-LIBPNG_CFLAGS = @LIBPNG_CFLAGS@
-LIBPNG_LIBS = @LIBPNG_LIBS@
-LIBS = @LIBS@
-LIBTOOL = @LIBTOOL@
-LIPO = @LIPO@
-LN_S = @LN_S@
-LTLIBOBJS = @LTLIBOBJS@
-MAKEINFO = @MAKEINFO@
-MANIFEST_TOOL = @MANIFEST_TOOL@
-MKDIR_P = @MKDIR_P@
-NM = @NM@
-NMEDIT = @NMEDIT@
-OBJDUMP = @OBJDUMP@
-OBJEXT = @OBJEXT@
-OTOOL = @OTOOL@
-OTOOL64 = @OTOOL64@
-PACKAGE = @PACKAGE@
-PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
-PACKAGE_NAME = @PACKAGE_NAME@
-PACKAGE_STRING = @PACKAGE_STRING@
-PACKAGE_TARNAME = @PACKAGE_TARNAME@
-PACKAGE_URL = @PACKAGE_URL@
-PACKAGE_VERSION = @PACKAGE_VERSION@
-PATH_SEPARATOR = @PATH_SEPARATOR@
-PKG_CONFIG = @PKG_CONFIG@
-PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
-PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
-RANLIB = @RANLIB@
-SDL_CFLAGS = @SDL_CFLAGS@
-SDL_CONFIG = @SDL_CONFIG@
-SDL_LIBS = @SDL_LIBS@
-SED = @SED@
-SET_MAKE = @SET_MAKE@
-SHELL = @SHELL@
-STRIP = @STRIP@
-VERSION = @VERSION@
-abs_builddir = @abs_builddir@
-abs_srcdir = @abs_srcdir@
-abs_top_builddir = @abs_top_builddir@
-abs_top_srcdir = @abs_top_srcdir@
-ac_ct_AR = @ac_ct_AR@
-ac_ct_CC = @ac_ct_CC@
-ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
-am__include = @am__include@
-am__leading_dot = @am__leading_dot@
-am__quote = @am__quote@
-am__tar = @am__tar@
-am__untar = @am__untar@
-bindir = @bindir@
-build = @build@
-build_alias = @build_alias@
-build_cpu = @build_cpu@
-build_os = @build_os@
-build_vendor = @build_vendor@
-builddir = @builddir@
-datadir = @datadir@
-datarootdir = @datarootdir@
-docdir = @docdir@
-dvidir = @dvidir@
-exec_prefix = @exec_prefix@
-host = @host@
-host_alias = @host_alias@
-host_cpu = @host_cpu@
-host_os = @host_os@
-host_vendor = @host_vendor@
-htmldir = @htmldir@
-includedir = @includedir@
-infodir = @infodir@
-install_sh = @install_sh@
-libdir = @libdir@
-libexecdir = @libexecdir@
-localedir = @localedir@
-localstatedir = @localstatedir@
-mandir = @mandir@
-mkdir_p = @mkdir_p@
-oldincludedir = @oldincludedir@
-pdfdir = @pdfdir@
-prefix = @prefix@
-program_transform_name = @program_transform_name@
-psdir = @psdir@
-sbindir = @sbindir@
-sharedstatedir = @sharedstatedir@
-srcdir = @srcdir@
-sysconfdir = @sysconfdir@
-target = @target@
-target_alias = @target_alias@
-target_cpu = @target_cpu@
-target_os = @target_os@
-target_vendor = @target_vendor@
-top_build_prefix = @top_build_prefix@
-top_builddir = @top_builddir@
-top_srcdir = @top_srcdir@
-EXTRA_DIST = changelog changelog2.in compat control copyright \
-	docs libzia3.dirs libzia3.install  \
-	libzia-dev.dirs libzia-dev.install  \
-	README rules 
-
-all: all-am
-
-.SUFFIXES:
-$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
-	@for dep in $?; do \
-	  case '$(am__configure_deps)' in \
-	    *$$dep*) \
-	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
-	        && { if test -f $@; then exit 0; else break; fi; }; \
-	      exit 1;; \
-	  esac; \
-	done; \
-	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu debian/Makefile'; \
-	$(am__cd) $(top_srcdir) && \
-	  $(AUTOMAKE) --gnu debian/Makefile
-.PRECIOUS: Makefile
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
-	@case '$?' in \
-	  *config.status*) \
-	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
-	  *) \
-	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
-	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
-	esac;
-
-$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-
-$(top_srcdir)/configure:  $(am__configure_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
-	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
-$(am__aclocal_m4_deps):
-changelog2: $(top_builddir)/config.status $(srcdir)/changelog2.in
-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
-
-mostlyclean-libtool:
-	-rm -f *.lo
-
-clean-libtool:
-	-rm -rf .libs _libs
-tags: TAGS
-TAGS:
-
-ctags: CTAGS
-CTAGS:
-
-
-distdir: $(DISTFILES)
-	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
-	list='$(DISTFILES)'; \
-	  dist_files=`for file in $$list; do echo $$file; done | \
-	  sed -e "s|^$$srcdirstrip/||;t" \
-	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
-	case $$dist_files in \
-	  */*) $(MKDIR_P) `echo "$$dist_files" | \
-			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
-			   sort -u` ;; \
-	esac; \
-	for file in $$dist_files; do \
-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
-	  if test -d $$d/$$file; then \
-	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
-	    if test -d "$(distdir)/$$file"; then \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
-	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
-	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
-	    fi; \
-	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
-	  else \
-	    test -f "$(distdir)/$$file" \
-	    || cp -p $$d/$$file "$(distdir)/$$file" \
-	    || exit 1; \
-	  fi; \
-	done
-check-am: all-am
-check: check-am
-all-am: Makefile
-installdirs:
-install: install-am
-install-exec: install-exec-am
-install-data: install-data-am
-uninstall: uninstall-am
-
-install-am: all-am
-	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-
-installcheck: installcheck-am
-install-strip:
-	if test -z '$(STRIP)'; then \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	      install; \
-	else \
-	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
-	fi
-mostlyclean-generic:
-
-clean-generic:
-
-distclean-generic:
-	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
-	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
-
-maintainer-clean-generic:
-	@echo "This command is intended for maintainers to use"
-	@echo "it deletes files that may require special tools to rebuild."
-clean: clean-am
-
-clean-am: clean-generic clean-libtool mostlyclean-am
-
-distclean: distclean-am
-	-rm -f Makefile
-distclean-am: clean-am distclean-generic
-
-dvi: dvi-am
-
-dvi-am:
-
-html: html-am
-
-html-am:
-
-info: info-am
-
-info-am:
-
-install-data-am:
-
-install-dvi: install-dvi-am
-
-install-dvi-am:
-
-install-exec-am:
-
-install-html: install-html-am
-
-install-html-am:
-
-install-info: install-info-am
-
-install-info-am:
-
-install-man:
-
-install-pdf: install-pdf-am
-
-install-pdf-am:
-
-install-ps: install-ps-am
-
-install-ps-am:
-
-installcheck-am:
-
-maintainer-clean: maintainer-clean-am
-	-rm -f Makefile
-maintainer-clean-am: distclean-am maintainer-clean-generic
-
-mostlyclean: mostlyclean-am
-
-mostlyclean-am: mostlyclean-generic mostlyclean-libtool
-
-pdf: pdf-am
-
-pdf-am:
-
-ps: ps-am
-
-ps-am:
-
-uninstall-am:
-
-.MAKE: install-am install-strip
-
-.PHONY: all all-am check check-am clean clean-generic clean-libtool \
-	distclean distclean-generic distclean-libtool distdir dvi \
-	dvi-am html html-am info info-am install install-am \
-	install-data install-data-am install-dvi install-dvi-am \
-	install-exec install-exec-am install-html install-html-am \
-	install-info install-info-am install-man install-pdf \
-	install-pdf-am install-ps install-ps-am install-strip \
-	installcheck installcheck-am installdirs maintainer-clean \
-	maintainer-clean-generic mostlyclean mostlyclean-generic \
-	mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am
-
-
-# Tell versions [3.59,3.63) of GNU make to not export all variables.
-# Otherwise a system limit (for SysV at least) may be exceeded.
-.NOEXPORT:
diff --git a/debian/README b/debian/README
deleted file mode 100644
index 886590b..0000000
--- a/debian/README
+++ /dev/null
@@ -1,6 +0,0 @@
-The Debian Package libzia
-----------------------------
-
-Comments regarding the Package
-
- -- ok1zia <ok1zia at nagano.cz>  Wed, 18 Jul 2012 09:22:59 +0200
diff --git a/debian/changelog b/debian/changelog
index 6e05f4e..58d1962 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
-libzia (3.28) unstable; urgency=low
+libzia3 (3.28-1) UNRELEASED; urgency=medium
 
-  * unofficial release
+  * Initial release. (Closes: #XXXXXX)
 
- -- Ladislav Vaiz <ok1zia at nagano.cz>  Wed, 18 Jul 2012 09:22:59 +0200
+ -- Iain R. Learmonth <irl at fsfe.org>  Mon, 13 Oct 2014 19:32:00 +0100
diff --git a/debian/changelog2.in b/debian/changelog2.in
deleted file mode 100644
index 4c2f1fe..0000000
--- a/debian/changelog2.in
+++ /dev/null
@@ -1,5 +0,0 @@
-libzia (@PACKAGE_VERSION@) unstable; urgency=low
-
-  * unofficial release
-
- -- Ladislav Vaiz <ok1zia at nagano.cz>  Wed, 18 Jul 2012 09:22:59 +0200
diff --git a/debian/compat b/debian/compat
index 7f8f011..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+9
diff --git a/debian/control b/debian/control
index 9f54a9c..1b32554 100644
--- a/debian/control
+++ b/debian/control
@@ -1,20 +1,27 @@
-Source: libzia
-Priority: extra
-Maintainer: ok1zia <ok1zia at nagano.cz>
-Build-Depends: debhelper (>= 7.0.50~), autotools-dev
-Standards-Version: 3.8.4
+Source: libzia3
+Priority: optional
+Maintainer: Debian Hamradio Maintainers <debian-hams at lists.debian.org>
+Uploaders: Iain R. Learmonth <irl at fsfe.org>
+Build-Depends: debhelper (>= 9), dh-autoreconf, libsdl1.2-dev, libgtk2.0-dev, libftdi-dev, subversion
+Standards-Version: 3.9.6
 Section: libs
 Homepage: http://tucnak.nagano.cz
 
-Package: libzia-dev
-Section: libdevel
-Architecture: any
-Depends: libzia3 (= ${binary:Version})
-Description: Sharable and platform-dependent library for Tucnak3
-
-
 Package: libzia3
 Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: Sharable and platform-dependent library for Tucnak3
+Description: Platform-dependent library for Tucnak3
+ This package contains a platform dependent abstraction of common functions used
+ by Tucnak.
+
+Package: libzia3-dev
+Section: libdevel
+Architecture: any
+Depends: libzia3 (= ${binary:Version})
+Description: Platform-dependent library for Tucnak3
+ This package contains a platform dependent abstraction of common functions used
+ by Tucnak.
+ .
+ This package contains the development files for libzia3.
+
diff --git a/debian/libzia-dev.dirs b/debian/libzia-dev.dirs
deleted file mode 100644
index 4418816..0000000
--- a/debian/libzia-dev.dirs
+++ /dev/null
@@ -1,2 +0,0 @@
-usr/lib
-usr/include
diff --git a/debian/libzia-dev.install b/debian/libzia3-dev.install
similarity index 100%
rename from debian/libzia-dev.install
rename to debian/libzia3-dev.install
diff --git a/debian/libzia3.dirs b/debian/libzia3.dirs
deleted file mode 100644
index f54027d..0000000
--- a/debian/libzia3.dirs
+++ /dev/null
@@ -1 +0,0 @@
-usr/lib/libzia
diff --git a/debian/patches/fix-autoconf-issues.patch b/debian/patches/fix-autoconf-issues.patch
new file mode 100644
index 0000000..4ec41d3
--- /dev/null
+++ b/debian/patches/fix-autoconf-issues.patch
@@ -0,0 +1,33 @@
+--- libzia3.orig/bin/Makefile.am
++++ libzia3/bin/Makefile.am
+@@ -4,5 +4,5 @@
+ EXTRA_DIST = $(bin_SCRIPTS) zia3-config.in
+ datarootdir = @datarootdir@
+ 
+-svnversion:
++svnversion$(EXEEXT):
+ 	(cd ..; ./svnver.sh)
+--- libzia3.orig/configure.in
++++ libzia3/configure.in
+@@ -413,10 +413,7 @@
+ 
+ sharedir="$prefix/share/$PACKAGE_NAME"
+ AC_DEFINE_UNQUOTED([SHAREDIR], ["$sharedir"], [Shared directory])
+-AC_OUTPUT(Makefile android/Makefile bin/Makefile bin/zia3-config data/Makefile debian/changelog2 debian/Makefile include/Makefile include/android/Makefile include/android/zconfig.h include/msvc/Makefile include/msvc/zconfig.h include/unix/Makefile m4/Makefile src/Makefile)
+-cp debian/changelog2 debian/changelog
+-
+-#chmod a+x debian/rules
++AC_OUTPUT(Makefile android/Makefile bin/Makefile bin/zia3-config data/Makefile include/Makefile include/android/Makefile include/android/zconfig.h include/msvc/Makefile include/msvc/zconfig.h include/unix/Makefile m4/Makefile src/Makefile)
+ 
+ echo ""
+ (echo "------ Libzia settings: --------";
+--- libzia3.orig/Makefile.am
++++ libzia3/Makefile.am
+@@ -1,6 +1,6 @@
+ datarootdir = @datarootdir@
+ 
+-SUBDIRS = android bin data debian include m4 src 
++SUBDIRS = android bin data include m4 src
+ MAINTAINERCLEANFILES = aclocal.m4 configure Makefile.in stamp-h.in 
+ EXTRA_DIST = COPYING INSTALL rebuild svnver.sh
+ docsdir = $(datadir)/@PACKAGE_NAME@/doc
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..9be1b28
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix-autoconf-issues.patch
diff --git a/debian/rules b/debian/rules
index 7a26304..5550769 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,23 +1,12 @@
 #!/usr/bin/make -f
-# -*- makefile -*-
-# Sample debian/rules that uses debhelper.
-# This file was originally written by Joey Hess and Craig Small.
-# As a special exception, when this file is copied by dh-make into a
-# dh-make output file, you may use that output file without restriction.
-# This special exception was added by Craig Small in version 0.37 of dh-make.
 
-# Uncomment this to turn on verbose mode.
-export DH_VERBOSE=1
+%:
+	dh $@ --with autoreconf
 
 override_dh_auto_configure:
-	echo ============= override_dh_auto_configure ==========
 	dh_auto_configure -- --without-bfd
 
 override_dh_fixperms:
 	dh_fixperms
-	ls -l debian/libzia3/usr/lib/libzia/lib*.d    
-	chmod a-x debian/libzia3/usr/lib/libzia/lib*.d    
-	ls -l debian/libzia3/usr/lib/libzia/lib*.d    
+	chmod a-x debian/libzia3/usr/lib/libzia/lib*.d
 
-%:
-	dh $@ 
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-hamradio/libzia3.git



More information about the pkg-hamradio-commits mailing list