summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2016-06-01 23:20:53 -0700
committerSean Whitton <spwhitton@spwhitton.name>2016-06-01 23:20:53 -0700
commit5118da35be5d8aa07efdfa2adbda5ce7241c66be (patch)
tree6e73474e82a7c1d496ca0985676c53411f1e67c6
Import aggressive-indent-mode_1.8.1-1.debian.tar.xz
[dgit import tarball aggressive-indent-mode 1.8.1-1 aggressive-indent-mode_1.8.1-1.debian.tar.xz]
-rw-r--r--changelog53
-rw-r--r--compat1
-rw-r--r--control26
-rw-r--r--copyright29
-rw-r--r--elpa1
-rw-r--r--elpa-aggressive-indent.docs3
-rw-r--r--gbp.conf10
-rw-r--r--lintian-overrides2
-rw-r--r--patches/0001-patch-README-for-Debian-package.patch54
-rw-r--r--patches/series1
-rwxr-xr-xrules4
-rw-r--r--source/format1
-rw-r--r--source/lintian-overrides3
-rw-r--r--watch3
14 files changed, 191 insertions, 0 deletions
diff --git a/changelog b/changelog
new file mode 100644
index 0000000..06f7710
--- /dev/null
+++ b/changelog
@@ -0,0 +1,53 @@
+aggressive-indent-mode (1.8.1-1) unstable; urgency=medium
+
+ * Package new upstream release.
+
+ -- Sean Whitton <spwhitton@spwhitton.name> Thu, 02 Jun 2016 15:20:53 +0900
+
+aggressive-indent-mode (1.7-1) unstable; urgency=medium
+
+ * Package new upstream version.
+
+ -- Sean Whitton <spwhitton@spwhitton.name> Thu, 05 May 2016 12:47:53 -0700
+
+aggressive-indent-mode (1.6-1) unstable; urgency=high
+
+ * Package new upstream release.
+ Fixes using aggressive-indent-mode with electric-pairs-mode.
+ * Bump standards version to 3.9.8; no changes required.
+
+ -- Sean Whitton <spwhitton@spwhitton.name> Sun, 17 Apr 2016 08:00:18 -0700
+
+aggressive-indent-mode (1.5.2-1) unstable; urgency=medium
+
+ * Package new upstream release.
+
+ -- Sean Whitton <spwhitton@spwhitton.name> Tue, 05 Apr 2016 11:27:22 -0700
+
+aggressive-indent-mode (1.5.1-1) unstable; urgency=medium
+
+ * New upstream release.
+
+ -- Sean Whitton <spwhitton@spwhitton.name> Sat, 02 Apr 2016 11:58:03 -0700
+
+aggressive-indent-mode (1.5-1) unstable; urgency=medium
+
+ * New upstream release.
+ * Update patch to README.md.
+ * Improve package description.
+ * Override Lintian pedantic warnings with justifications.
+ * Bump standards version to 3.9.7 (no changes required).
+
+ -- Sean Whitton <spwhitton@spwhitton.name> Wed, 02 Mar 2016 07:55:20 -0700
+
+aggressive-indent-mode (1.4.2-2) unstable; urgency=medium
+
+ * Fix minor error in debian/copyright file.
+
+ -- Sean Whitton <spwhitton@spwhitton.name> Sun, 03 Jan 2016 16:36:51 +0000
+
+aggressive-indent-mode (1.4.2-1) unstable; urgency=low
+
+ * Initial upload (Closes: #807426).
+
+ -- Sean Whitton <spwhitton@spwhitton.name> Thu, 10 Dec 2015 12:30:22 -0700
diff --git a/compat b/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/compat
@@ -0,0 +1 @@
+9
diff --git a/control b/control
new file mode 100644
index 0000000..67475e2
--- /dev/null
+++ b/control
@@ -0,0 +1,26 @@
+Source: aggressive-indent-mode
+Section: lisp
+Priority: optional
+Maintainer: Debian Emacs addons team <pkg-emacsen-addons@lists.alioth.debian.org>
+Uploaders: Sean Whitton <spwhitton@spwhitton.name>
+Build-Depends: debhelper (>= 9), dh-elpa (>= 0.0.17)
+Standards-Version: 3.9.8
+Homepage: https://github.com/Malabarba/aggressive-indent-mode
+Vcs-Git: https://anonscm.debian.org/git/pkg-emacsen/pkg/aggressive-indent-mode.git
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-emacsen/pkg/aggressive-indent-mode.git/
+
+Package: elpa-aggressive-indent
+Architecture: all
+Depends: ${misc:Depends}, emacs
+Built-Using: ${misc:Built-Using}
+Recommends: emacs (>= 46.0)
+Enhances: emacs, emacs24
+Description: Emacs minor mode that reindents code after every change
+ electric-indent-mode is enough to keep your code nicely aligned when
+ all you do is type. However, once you start shifting blocks around,
+ transposing lines, or slurping and barfing sexps, indentation is
+ bound to go wrong.
+ .
+ aggressive-indent-mode is a minor mode that keeps your code always
+ indented. It reindents after every change, making it more reliable
+ than electric-indent-mode.
diff --git a/copyright b/copyright
new file mode 100644
index 0000000..67147fe
--- /dev/null
+++ b/copyright
@@ -0,0 +1,29 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: aggressive-indent-mode
+Source: https://github.com/Malabarba/aggressive-indent-mode
+
+Files: *
+Copyright: (C) 2014 Free Software Foundation, Inc.
+License: GPL-2+
+
+Files: debian/*
+Copyright: (C) 2015 Sean Whitton <spwhitton@spwhitton.name>
+License: GPL-2+
+
+License: GPL-2+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 2 of the License, or
+ (at your option) any later version.
+ .
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License version 2 can be found in "/usr/share/common-licenses/GPL-2
+
diff --git a/elpa b/elpa
new file mode 100644
index 0000000..abf136d
--- /dev/null
+++ b/elpa
@@ -0,0 +1 @@
+*.el
diff --git a/elpa-aggressive-indent.docs b/elpa-aggressive-indent.docs
new file mode 100644
index 0000000..e33d3eb
--- /dev/null
+++ b/elpa-aggressive-indent.docs
@@ -0,0 +1,3 @@
+README.md
+lisp-example.gif
+c-example.gif
diff --git a/gbp.conf b/gbp.conf
new file mode 100644
index 0000000..02eae79
--- /dev/null
+++ b/gbp.conf
@@ -0,0 +1,10 @@
+[DEFAULT]
+upstream-branch = upstream
+debian-branch = master
+upstream-tag = %(version)s
+debian-tag = debian/%(version)s
+
+#postbuild = lintian $GBP_CHANGES_FILE
+color = on
+compression = xz
+compression-level = 9
diff --git a/lintian-overrides b/lintian-overrides
new file mode 100644
index 0000000..a2278f7
--- /dev/null
+++ b/lintian-overrides
@@ -0,0 +1,2 @@
+# upstream does not provide a changelog
+no-upstream-changelog
diff --git a/patches/0001-patch-README-for-Debian-package.patch b/patches/0001-patch-README-for-Debian-package.patch
new file mode 100644
index 0000000..cc1856a
--- /dev/null
+++ b/patches/0001-patch-README-for-Debian-package.patch
@@ -0,0 +1,54 @@
+From: Sean Whitton <spwhitton@spwhitton.name>
+Date: Sat, 13 Feb 2016 12:20:49 -0700
+Subject: patch README for Debian package
+
+---
+ README.md | 20 +++-----------------
+ 1 file changed, 3 insertions(+), 17 deletions(-)
+
+diff --git a/README.md b/README.md
+index 68e07ad..78acd95 100644
+--- a/README.md
++++ b/README.md
+@@ -1,4 +1,4 @@
+-aggressive-indent-mode [![Melpa](http://melpa.org/packages/aggressive-indent-badge.svg)](http://melpa.org/#/aggressive-indent) [![Melpa-Stable](http://stable.melpa.org/packages/aggressive-indent-badge.svg)](http://stable.melpa.org/#/aggressive-indent)
++aggressive-indent-mode
+ ======================
+
+ `electric-indent-mode` is enough to keep your code nicely aligned when
+@@ -20,11 +20,7 @@ than `electric-indent-mode`.
+
+ ### Instructions ###
+
+-This package is available fom Melpa, you may install it by calling
+-
+- M-x package-install RET aggressive-indent
+-
+-Then activate it with
++Activate this package with
+
+ (add-hook 'emacs-lisp-mode-hook #'aggressive-indent-mode)
+ (add-hook 'css-mode-hook #'aggressive-indent-mode)
+@@ -36,16 +32,6 @@ every programming mode, you can do something like:
+ (global-aggressive-indent-mode 1)
+ (add-to-list 'aggressive-indent-excluded-modes 'html-mode)
+
+-#### Manual Installation ####
+-
+-If you don't want to install from Melpa, you can download it manually,
+-place it in your `load-path` along with its dependency `cl-lib` (which
+-you should already have if your `emacs-version` is at least 24.3).
+-
+-Then require it with:
+-
+- (require 'aggressive-indent)
+-
+ ### Customization ###
+
+ The variable `aggressive-indent-dont-indent-if` lets you customize
+@@ -62,4 +48,4 @@ following clause:
+
+ ## Contribute ##
+
+-[![Gratipay](https://cdn.rawgit.com/gratipay/gratipay-badge/2.1.3/dist/gratipay.png)](https://gratipay.com/Malabarba)
++Make a donation to the package author: <https://gratipay.com/Malabarba>
diff --git a/patches/series b/patches/series
new file mode 100644
index 0000000..4c9ddb5
--- /dev/null
+++ b/patches/series
@@ -0,0 +1 @@
+0001-patch-README-for-Debian-package.patch
diff --git a/rules b/rules
new file mode 100755
index 0000000..8eb7ccb
--- /dev/null
+++ b/rules
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+ dh $@ --parallel --with elpa
diff --git a/source/format b/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/source/lintian-overrides b/source/lintian-overrides
new file mode 100644
index 0000000..7724e8b
--- /dev/null
+++ b/source/lintian-overrides
@@ -0,0 +1,3 @@
+# we are using the watch file for notification of new versions but
+# we're building from git, so sigs don't matter
+debian-watch-may-check-gpg-signature
diff --git a/watch b/watch
new file mode 100644
index 0000000..24d418a
--- /dev/null
+++ b/watch
@@ -0,0 +1,3 @@
+version=3
+opts=filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/aggressive-indent-mode-$1\.tar\.gz/ \
+ https://github.com/Malabarba/aggressive-indent-mode/tags .*/v?(\d\S*)\.tar\.gz