[med-svn] [care2x] 06/13: improvements to get-orig-source and some other stuff

Andreas Tille tille at debian.org
Mon Dec 25 07:53:24 UTC 2017


This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch master
in repository care2x.

commit 9b224ab0aae4441a66be5b60f71b7e80172b2cd9
Author: Thorsten Alteholz <alteholz at debian.org>
Date:   Mon Jan 9 18:35:10 2012 +0000

    improvements to get-orig-source and some other stuff
---
 debian/changelog     | 11 +++++++++--
 debian/compat        |  2 +-
 debian/control       |  4 ++--
 debian/rules         |  5 +++++
 debian/source/format |  1 +
 5 files changed, 18 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index f36833d..ecc6607 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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
diff --git a/debian/compat b/debian/compat
index b8626c4..45a4fb7 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-4
+8
diff --git a/debian/control b/debian/control
index 96e47cb..47acaba 100644
--- a/debian/control
+++ b/debian/control
@@ -6,8 +6,8 @@ DM-Upload-Allowed: yes
 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
diff --git a/debian/rules b/debian/rules
index 19c57ac..e639538 100755
--- a/debian/rules
+++ b/debian/rules
@@ -79,6 +79,11 @@ get-orig-source:
 	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
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/care2x.git



More information about the debian-med-commit mailing list