[med-svn] r10233 - trunk/packages/snap/trunk/debian
Andreas Tille
tille at alioth.debian.org
Sun Apr 1 19:04:13 UTC 2012
Author: tille
Date: 2012-04-01 19:04:13 +0000 (Sun, 01 Apr 2012)
New Revision: 10233
Modified:
trunk/packages/snap/trunk/debian/README.Debian
trunk/packages/snap/trunk/debian/changelog
trunk/packages/snap/trunk/debian/compat
trunk/packages/snap/trunk/debian/control
trunk/packages/snap/trunk/debian/rules
Log:
Fix clean target to build twice in a row; enable building with hardening flags
Modified: trunk/packages/snap/trunk/debian/README.Debian
===================================================================
--- trunk/packages/snap/trunk/debian/README.Debian 2012-04-01 16:45:56 UTC (rev 10232)
+++ trunk/packages/snap/trunk/debian/README.Debian 2012-04-01 19:04:13 UTC (rev 10233)
@@ -1,9 +1,6 @@
snap for Debian
---------------
-This is a very first package, uploaded to experimental and the
-Debian Med PPA to attract attention and initial feedback.
-
The HMM folder is placed in /usr/share/snap.
-- Steffen Moeller <moeller at debian.org> Fri, 17 Jun 2011 00:52:12 +0200
Modified: trunk/packages/snap/trunk/debian/changelog
===================================================================
--- trunk/packages/snap/trunk/debian/changelog 2012-04-01 16:45:56 UTC (rev 10232)
+++ trunk/packages/snap/trunk/debian/changelog 2012-04-01 19:04:13 UTC (rev 10233)
@@ -2,7 +2,16 @@
* debian/upstream: Added citation information
* debian/copyright: DEP5 issues
- * debian/rules: deleted useless comment
+ * debian/README.Debian: Removed informatiojn which is not intended
+ for users
+ * debian/control: Standards-Version: 3.9.3 (no changes needed)
+ * debhelper 9 (control+compat)
+ * debian/patches/unused-but-set-variable.patch: Make sure package
+ builds with hardening flags
+ * debian/rules:
+ - deleted useless comment
+ - Work around self-made build system and save original files
+ before configuration and restore these in clean target
-- Andreas Tille <tille at debian.org> Sun, 01 Apr 2012 18:40:17 +0200
Modified: trunk/packages/snap/trunk/debian/compat
===================================================================
--- trunk/packages/snap/trunk/debian/compat 2012-04-01 16:45:56 UTC (rev 10232)
+++ trunk/packages/snap/trunk/debian/compat 2012-04-01 19:04:13 UTC (rev 10233)
@@ -1 +1 @@
-7
+9
Modified: trunk/packages/snap/trunk/debian/control
===================================================================
--- trunk/packages/snap/trunk/debian/control 2012-04-01 16:45:56 UTC (rev 10232)
+++ trunk/packages/snap/trunk/debian/control 2012-04-01 19:04:13 UTC (rev 10233)
@@ -3,9 +3,10 @@
Priority: extra
Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
DM-Upload-Allowed: yes
-Uploaders: Steffen Moeller <moeller at debian.org>
-Build-Depends: debhelper (>= 7.0.50~)
-Standards-Version: 3.9.2
+Uploaders: Steffen Moeller <moeller at debian.org>,
+ Andreas Tille <tille at debian.org>
+Build-Depends: debhelper (>= 9)
+Standards-Version: 3.9.3
Homepage: http://homepage.mac.com/iankorf/
Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/snap/trunk/?rev=0&sc=0
Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/snap/trunk/
Modified: trunk/packages/snap/trunk/debian/rules
===================================================================
--- trunk/packages/snap/trunk/debian/rules 2012-04-01 16:45:56 UTC (rev 10232)
+++ trunk/packages/snap/trunk/debian/rules 2012-04-01 19:04:13 UTC (rev 10233)
@@ -6,3 +6,14 @@
%:
dh $@
+
+override_dh_auto_clean:
+ touch depend Zoe/depend
+ dh_auto_clean
+ if [ -f depend.orig ] ; then mv depend.orig depend; fi
+ if [ -f Zoe/depend.orig ] ; then mv Zoe/depend.orig Zoe/depend; fi
+
+override_dh_auto_config:
+ cp -a depend depend.orig
+ cp -a Zoe/depend Zoe/depend.orig
+ dh_auto_config
More information about the debian-med-commit
mailing list