From 7bc2fa0c0c7c0e73c375cad2b84d021b2e5b50af Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Mon, 30 Jan 2012 01:44:43 +0000 Subject: Use native format --- debian/changelog | 5 +++-- .../12-643587-attr-autoconf-version-check.patch | 20 -------------------- debian/patches/series | 1 - debian/rules | 2 ++ debian/source/format | 2 +- 5 files changed, 6 insertions(+), 24 deletions(-) delete mode 100644 debian/patches/12-643587-attr-autoconf-version-check.patch delete mode 100644 debian/patches/series (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 9cb65a1..660ab06 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,9 @@ -attr (1:2.4.46-5+dyson2) unstable; urgency=low +attr (1:2.4.46+dyson2) unstable; urgency=low * Fixed attributes listing + * Use native format - -- Igor Pashev Sun, 29 Jan 2012 21:27:28 +0000 + -- Igor Pashev Mon, 30 Jan 2012 01:40:04 +0000 attr (1:2.4.46-5+dyson1) unstable; urgency=low diff --git a/debian/patches/12-643587-attr-autoconf-version-check.patch b/debian/patches/12-643587-attr-autoconf-version-check.patch deleted file mode 100644 index 6941ea0..0000000 --- a/debian/patches/12-643587-attr-autoconf-version-check.patch +++ /dev/null @@ -1,20 +0,0 @@ -http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=643587 - -Description: Fix for incompatibility with autoconf2.13 - This package will not build if autconf2.13 is installed. - Adding AC_PREREQ allows the automatic checks to run the correct - version of autconf, whichever is installed, or to get a clear error - message about the problem. - -Author: Wookey - ---- attr-2.4.44.orig/configure.in -+++ attr-2.4.44/configure.in -@@ -13,6 +13,7 @@ - # You should have received a copy of the GNU General Public License - # along with this program. If not, see . - # -+AC_PREREQ([2.59]) - AC_INIT(include/attributes.h) - AC_CONFIG_AUX_DIR([.]) - AC_CONFIG_MACRO_DIR([m4]) diff --git a/debian/patches/series b/debian/patches/series deleted file mode 100644 index 610bb4a..0000000 --- a/debian/patches/series +++ /dev/null @@ -1 +0,0 @@ -12-643587-attr-autoconf-version-check.patch diff --git a/debian/rules b/debian/rules index 32c0654..9b38739 100755 --- a/debian/rules +++ b/debian/rules @@ -55,6 +55,8 @@ clean: $(MAKE) distclean -rm -rf $(dirme) $(dirdev) $(dirlib) debian/tmp -rm -f debian/*substvars debian/files* debian/*.debhelper + -rm -rf debian/*.debhelper.log + -rm -rf configure.lineno binary-indep: diff --git a/debian/source/format b/debian/source/format index 163aaf8..89ae9db 100644 --- a/debian/source/format +++ b/debian/source/format @@ -1 +1 @@ -3.0 (quilt) +3.0 (native) -- cgit v1.2.3