[Pkg-virtualbox-commits] [virtualbox] 01/01: Add again get-orig-source rules target
Gianfranco Costamagna
locutusofborg-guest at moszumanska.debian.org
Wed Jul 2 10:45:22 UTC 2014
This is an automated email from the git hooks/post-receive script.
locutusofborg-guest pushed a commit to branch master
in repository virtualbox.
commit cb88c2a13a0fe8336831b3d63082fda348c02c4b
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date: Wed Jul 2 12:45:04 2014 +0200
Add again get-orig-source rules target
---
debian/README.source | 12 +++---------
debian/changelog | 7 +++++++
debian/rules | 2 ++
3 files changed, 12 insertions(+), 9 deletions(-)
diff --git a/debian/README.source b/debian/README.source
index 2ece31d..99615ea 100644
--- a/debian/README.source
+++ b/debian/README.source
@@ -5,15 +5,9 @@ The upstream tarball used to build this package has been repackaged to
remove unneeded/unwanted files and directories.
You can follow these steps to upgrade to a new upstream version:
-uscan --rename --download-version $VERSION
-mkdir ../virtualbox-$VERSION
-tar -xj -C ../virtualbox-$VERSION --strip-components 1 -f ../virtualbox_$VERSION.orig.tar.bz2
-rm -rf ../virtualbox-$VERSION/debian
-cp -a debian ../virtualbox-$VERSION
-cd ../virtualbox-$VERSION
-debchange -v $VERSION-dfsg-1
-fakeroot debian/rules dfsg-free
-rm ../virtualbox_$VERSION.orig.tar.bz2
+uscan
+or
+./debian/rules get-orig-source
Generating manpages
diff --git a/debian/changelog b/debian/changelog
index 03479c6..d406a28 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+virtualbox (4.3.12-dfsg-2) UNRELEASED; urgency=medium
+
+ * Add get-orig-source rules target, to fully comply with
+ debian policy. (Closes: #699141), thanks Dmitry!
+
+ -- Gianfranco Costamagna <costamagnagianfranco at yahoo.it> Wed, 02 Jul 2014 12:44:15 +0200
+
virtualbox (4.3.12-dfsg-1) unstable; urgency=medium
[ Gianfranco Costamagna ]
diff --git a/debian/rules b/debian/rules
index 1f5df85..5633fee 100755
--- a/debian/rules
+++ b/debian/rules
@@ -201,3 +201,5 @@ override_dh_auto_clean:
find . -name "*.pyc" -exec rm -f {} \;
+get-orig-source:
+ uscan --debug
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-virtualbox/virtualbox.git
More information about the Pkg-virtualbox-commits
mailing list