--- /dev/null
+If you use unattended upgrades, you might want to add
+ "Nirgal ${distro_codename}";
+in your /etc/apt/apt.conf.d/50unattended-upgrades file.
+nirgal-keyring (1.2) unstable; urgency=low
+
+ * Added debian/source/format
+ * Change debian/rules to use trival dh $@
+ * Added Depends: ${misc:Depends}
+ * Bumped standards to 3.9.1 (no change requiered)
+ * Changed compat level to 8 (squeeze minimum), adjusted debhelper version
+ requiered.
+ * Added copyright file.
+ * Added README with hint about unattended-upgrades setup.
+
+ -- Jean-Michel Vourgère <jmv_deb@nirgal.com> Tue, 16 Jul 2013 11:46:32 +0000
+
+nirgal-keyring (1.1) unstable; urgency=low
+
+ * Fixed postinst/prerm using bash
+
+ -- Jean-Michel Vourgère <jmv_deb@nirgal.com> Sat, 30 Oct 2010 11:54:20 +0100
+
nirgal-keyring (1.0) unstable; urgency=low
* Initial release
Section: misc
Priority: optional
Maintainer: Jean-Michel Vourgère <jmv_deb@nirgal.com>
-Build-Depends: debhelper (>= 5)
-Standards-Version: 3.7.3
+Build-Depends: debhelper (>= 8)
+Standards-Version: 3.9.1
Package: nirgal-keyring
-Section: misc
Architecture: all
-Depends: apt (>= 0.6.46)
+Depends: ${misc:Depends}, apt (>= 0.6.46),
Description: Nirgal public keyring
- Contains nirgal public key for apt-key
+ This is an empty package that adds nirgal public key in apt-key ring, intended
+ for people using http://nirgal.com/debian Debian repository.
+ .
+ See README for unattended upgrades.
--- /dev/null
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Source: svn://svn.nirgal.com/ais
+
+Files: *
+Copyright: 2009-2013 Jean-Michel Vourgère
+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 <http://www.gnu.org/licenses/>.
+ .
+ On Debian systems, the text of the GNU General Public License
+ version 3 can be found in `/usr/share/common-licenses/GPL-3'.
-#! /bin/bash
+#!/bin/bash
set -e
#!/usr/bin/make -f
-# Sample debian/rules that uses debhelper.
-# GNU copyright 1997 to 1999 by Joey Hess.
+DH_VERBOSE=1
+export DH_ALWAYS_EXCLUDE=.svn
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-build: build-stamp
-build-stamp:
- dh_testdir
-
- # Add here commands to compile the package.
- # -$(MAKE)
- #docbook-to-man debian/gentoo.sgml > gentoo.1
-
- touch build-stamp
-
-clean:
- dh_testdir
- dh_testroot
- rm -f build-stamp
- # Add here commands to clean up after the build process.
- # -$(MAKE) clean
- dh_clean
-
-install: build
- dh_testdir
- dh_testroot
- dh_clean
- dh_installdirs
-
- # Add here commands to install the package into debian/dolbian-keyring.
-
-# Build architecture-independent files here.
-binary-indep: build install
-# We have nothing to do by default.
-
-# Build architecture-dependent files here.
-binary-arch: build install
- dh_testdir
- dh_testroot
-# dh_installdebconf
- dh_installdocs
- dh_installexamples
- dh_installmenu
-# dh_installlogrotate
-# dh_installemacsen
-# dh_installpam
-# dh_installmime
-# dh_installinit
-# dh_installcron
-# dh_installman
- dh_installinfo
-# dh_undocumented
- dh_installchangelogs
- dh_link
- dh_strip
- dh_compress
- dh_fixperms
-# dh_makeshlibs
- dh_installdeb
-# dh_perl
- dh_shlibdeps
- dh_gencontrol
- dh_md5sums
- dh_builddeb
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install
+%:
+ dh $@
--- /dev/null
+3.0 (native)