summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLev Lamberov <dogsleg@debian.org>2017-02-18 07:35:36 -0400
committerLev Lamberov <dogsleg@debian.org>2017-02-18 07:35:36 -0400
commitf3534e29eb96db8c68d45ddd463d3551241acb24 (patch)
tree77a527e6d2142ff89a46f0a26e2b27f1cd144b2c
Import hungry-delete-el_1.1.5-3.debian.tar.xz
[dgit import tarball hungry-delete-el 1.1.5-3 hungry-delete-el_1.1.5-3.debian.tar.xz]
-rw-r--r--changelog18
-rw-r--r--compat1
-rw-r--r--control26
-rw-r--r--copyright28
-rw-r--r--docs1
-rw-r--r--elpa1
-rw-r--r--patches/0001-fix-documentation.diff17
-rw-r--r--patches/series1
-rwxr-xr-xrules9
-rw-r--r--source/format1
-rw-r--r--watch3
11 files changed, 106 insertions, 0 deletions
diff --git a/changelog b/changelog
new file mode 100644
index 0000000..d7ebcc8
--- /dev/null
+++ b/changelog
@@ -0,0 +1,18 @@
+hungry-delete-el (1.1.5-3) unstable; urgency=medium
+
+ * Fix debian/watch
+ * Clear debian/control
+
+ -- Lev Lamberov <dogsleg@debian.org> Sat, 18 Feb 2017 16:35:36 +0500
+
+hungry-delete-el (1.1.5-2) unstable; urgency=medium
+
+ * Fix Vcs-* fields in debian/control
+
+ -- Lev Lamberov <dogsleg@debian.org> Mon, 06 Feb 2017 20:58:00 +0500
+
+hungry-delete-el (1.1.5-1) unstable; urgency=medium
+
+ * Initial release (Closes: #853766)
+
+ -- Lev Lamberov <dogsleg@debian.org> Tue, 31 Jan 2017 22:11:10 +0500
diff --git a/compat b/compat
new file mode 100644
index 0000000..f599e28
--- /dev/null
+++ b/compat
@@ -0,0 +1 @@
+10
diff --git a/control b/control
new file mode 100644
index 0000000..923b37b
--- /dev/null
+++ b/control
@@ -0,0 +1,26 @@
+Source: hungry-delete-el
+Section: lisp
+Priority: optional
+Maintainer: Debian Emacs addons team <pkg-emacsen-addons@lists.alioth.debian.org>
+Uploaders: Lev Lamberov <dogsleg@debian.org>
+Build-Depends: debhelper (>= 10),
+ dh-elpa
+Standards-Version: 3.9.8
+Homepage: https://github.com/nflath/hungry-delete
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-emacsen/pkg/hungry-delete-el.git/
+Vcs-Git: https://anonscm.debian.org/git/pkg-emacsen/pkg/hungry-delete-el.git
+
+Package: elpa-hungry-delete
+Architecture: all
+Depends: ${elpa:Depends},
+ ${misc:Depends},
+ emacsen-common (>= 2.0.8)
+Recommends: emacs (>= 46.0)
+Enhances: emacs,
+ emacs24,
+ emacs25
+Built-Using: ${misc:Built-Using}
+Description: enable hungry deletion in all modes
+ `cc-mode' implements hungry deletion for its programming modes. This
+ package borrows its implementation in a minor mode, so that hungry
+ deletion can be used in all modes.
diff --git a/copyright b/copyright
new file mode 100644
index 0000000..72c191a
--- /dev/null
+++ b/copyright
@@ -0,0 +1,28 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: hungry-delete-el
+Source: http://github.com/nflath/hungry-delete
+
+Files: *
+Copyright: (C) 2009-2014 Nathaniel Flath <flat0103@gmail.com>
+License: GPL-3+
+
+Files: debian/*
+Copyright: (C) 2017 Lev Lamberov <dogsleg@debian.org>
+License: GPL-3+
+
+License: GPL-3+
+ 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 3 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 <https://www.gnu.org/licenses/>.
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License version 3 can be found in `/usr/share/common-licenses/GPL-3'
diff --git a/docs b/docs
new file mode 100644
index 0000000..dd44972
--- /dev/null
+++ b/docs
@@ -0,0 +1 @@
+*.md
diff --git a/elpa b/elpa
new file mode 100644
index 0000000..abf136d
--- /dev/null
+++ b/elpa
@@ -0,0 +1 @@
+*.el
diff --git a/patches/0001-fix-documentation.diff b/patches/0001-fix-documentation.diff
new file mode 100644
index 0000000..ff1b396
--- /dev/null
+++ b/patches/0001-fix-documentation.diff
@@ -0,0 +1,17 @@
+From: Lev Lamberov <dogsleg@debian.org>
+Subject: Remove version number from README file
+
+This patch removes version number from README file. It was outdate and
+seems never updated by upstream. It is not necessary to keep it there.
+
+--- a/README.md
++++ b/README.md
+@@ -3,8 +3,6 @@ hungry-delete.el - hungry delete minor m
+
+ Copyright (C) 2009-2014 Nathaniel Flath <flat0103@gmail.com>
+
+-Version: 1.0
+-
+ ### Commentary ###
+
+ cc-mode implements hungry deletion for its programming modes. This
diff --git a/patches/series b/patches/series
new file mode 100644
index 0000000..db340cf
--- /dev/null
+++ b/patches/series
@@ -0,0 +1 @@
+0001-fix-documentation.diff
diff --git a/rules b/rules
new file mode 100755
index 0000000..b23ce2f
--- /dev/null
+++ b/rules
@@ -0,0 +1,9 @@
+#!/usr/bin/make -f
+
+%:
+ dh $@ --with elpa
+
+override_dh_auto_clean:
+ @echo skipping upstream clean
+
+.PHONY: override_dh_auto_clean
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/watch b/watch
new file mode 100644
index 0000000..f725b8d
--- /dev/null
+++ b/watch
@@ -0,0 +1,3 @@
+version=4
+opts=filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/hungry-delete-el-$1\.tar\.gz/ \
+ https://github.com/nflath/hungry-delete/tags .*/v?(\d\S*)\.tar\.gz