[SCM] aribas packaging branch, master, updated. upstream/1.20-37-g2007b9f
Ralf Treinen
treinen at free.fr
Sun May 15 11:50:58 UTC 2011
The following commit has been merged in the master branch:
commit 7a6c11d8bd4a130fc0305b1622b64cd3b3af99e4
Author: Ralf Treinen <treinen at debian.org>
Date: Sun Feb 3 22:10:34 2002 +0100
Imported Debian patch 1.20-2
diff --git a/debian/changelog b/debian/changelog
index bfe4da8..32fdef0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+aribas (1.20-2) unstable; urgency=low
+
+ * Standards-veriosn 3.5.6.0
+ * DH_COMPAT=3. This marks all files in /etc as conffiles (closes:
+ Bug#132151).
+ * Some cleanup in debian/rules.
+
+ -- Ralf Treinen <treinen at debian.org> Sun, 3 Feb 2002 22:10:34 +0100
+
aribas (1.20-1) unstable; urgency=low
* New upstream release.
diff --git a/debian/control b/debian/control
index a88f23f..c495ee5 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: aribas
Section: math
Priority: optional
Maintainer: Ralf Treinen <treinen at debian.org>
-Standards-Version: 3.1.1
+Standards-Version: 3.5.6.0
Build-Depends: debhelper
Package: aribas
diff --git a/debian/rules b/debian/rules
index 01ea05a..d26e0c3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,10 +1,7 @@
#!/usr/bin/make -f
-# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
-
-# This is the debhelper compatibility version to use.
-export DH_COMPAT=2
+export DH_COMPAT=3
build: build-stamp
build-stamp:
@@ -42,36 +39,20 @@ install: build
cp src/EL/aribas.el debian/aribas/usr/share/emacs/site-lisp/aribas
cp src/aribas.hlp debian/aribas/usr/lib/aribas
-# 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_testversion 2
dh_testdir
dh_testroot
-# dh_installdebconf
dh_installdocs
dh_installexamples examples/*
-# dh_installmenu
-# dh_installlogrotate
dh_installemacsen
-# dh_installpam
-# dh_installmime
-# dh_installinit
-# dh_installcron
dh_installmanpages
-# 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
--
aribas packaging
More information about the debian-science-commits
mailing list