[med-svn] r9222 - in trunk/packages/care2x/trunk/debian: . source
Thorsten Alteholz
alteholz-guest at alioth.debian.org
Mon Jan 9 18:35:10 UTC 2012
Author: alteholz-guest
Date: 2012-01-09 18:35:10 +0000 (Mon, 09 Jan 2012)
New Revision: 9222
Added:
trunk/packages/care2x/trunk/debian/source/
trunk/packages/care2x/trunk/debian/source/format
Modified:
trunk/packages/care2x/trunk/debian/changelog
trunk/packages/care2x/trunk/debian/compat
trunk/packages/care2x/trunk/debian/control
trunk/packages/care2x/trunk/debian/rules
Log:
improvements to get-orig-source and some other stuff
Modified: trunk/packages/care2x/trunk/debian/changelog
===================================================================
--- trunk/packages/care2x/trunk/debian/changelog 2012-01-09 18:33:46 UTC (rev 9221)
+++ trunk/packages/care2x/trunk/debian/changelog 2012-01-09 18:35:10 UTC (rev 9222)
@@ -1,5 +1,12 @@
-care2x (1.1-1) unstable; urgency=low
+care2x (1.1-1) UNRELEASED; urgency=low
* Initial release.
- -- Andreas Tille <tille at debian.org> Wed, 11 Feb 2004 16:06:17 +0100
+ [ Thorsten Alteholz ]
+ * debian/rules get-orig-source: put orig.tar.gz in ../tarballs to allow
+ automatic build with svn-buildpackage
+ * debian/control: debhelper moved to 8
+ * debian/control: standards version moved to 3.9.2 (no changes)
+ * debian/source/format: added
+
+ -- Andreas Tille <tille at debian.org> Tue, 09 Jan 2012 18:06:17 +0100
Modified: trunk/packages/care2x/trunk/debian/compat
===================================================================
--- trunk/packages/care2x/trunk/debian/compat 2012-01-09 18:33:46 UTC (rev 9221)
+++ trunk/packages/care2x/trunk/debian/compat 2012-01-09 18:35:10 UTC (rev 9222)
@@ -1 +1 @@
-4
+8
Modified: trunk/packages/care2x/trunk/debian/control
===================================================================
--- trunk/packages/care2x/trunk/debian/control 2012-01-09 18:33:46 UTC (rev 9221)
+++ trunk/packages/care2x/trunk/debian/control 2012-01-09 18:35:10 UTC (rev 9222)
@@ -6,8 +6,8 @@
Uploaders: Andreas Tille <tille at debian.org>,
Gjergj Sheldija <gjergj.sheldija at gmail.com>,
Elpidio Latorilla <latorilla at users.sourceforge.net>
-Standards-Version: 3.8.0
-Build-Depends: debhelper
+Standards-Version: 3.9.2
+Build-Depends: debhelper (>=8.0.0)
Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/care2x/trunk/?rev=0&sc=0
Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/care2x/trunk/
Homepage: http://www.care2x.org
Modified: trunk/packages/care2x/trunk/debian/rules
===================================================================
--- trunk/packages/care2x/trunk/debian/rules 2012-01-09 18:33:46 UTC (rev 9221)
+++ trunk/packages/care2x/trunk/debian/rules 2012-01-09 18:35:10 UTC (rev 9222)
@@ -79,6 +79,11 @@
GZIP="--best --no-name" tar -czf $(pkg)_$(version).orig.tar.gz $(pkg)-$(version)
# Remove temporary directory
rm -rf $(pkg)-$(version)
+ #
+ # put orig.tar in ../tarballs (-> default location for svn-buildpackage)
+ mkdir -p ../tarballs
+ mv *.orig.tar.gz ../tarballs
+ mv $(srctar) ../tarballs
binary: binary-indep binary-arch
.PHONY: build clean binary-indep binary-arch binary install
Added: trunk/packages/care2x/trunk/debian/source/format
===================================================================
--- trunk/packages/care2x/trunk/debian/source/format (rev 0)
+++ trunk/packages/care2x/trunk/debian/source/format 2012-01-09 18:35:10 UTC (rev 9222)
@@ -0,0 +1 @@
+3.0 (quilt)
More information about the debian-med-commit
mailing list