[Pkg-ceph-commits] [ceph-dkms] 05/07: correcting package version

Dmitry Smirnov onlyjob at moszumanska.debian.org
Thu May 8 20:10:25 UTC 2014


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

onlyjob pushed a commit to branch master
in repository ceph-dkms.

commit 7db9814
Author: Dmitry Smirnov <onlyjob at member.fsf.org>
Date:   Thu May 8 12:32:35 2014

    correcting package version
---
 debian/changelog | 2 +-
 debian/rules     | 1 +
 debian/watch     | 6 +++---
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a42b724..6c73e42 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-ceph-dkms (0+git20140429-1) unstable; urgency=low
+ceph-dkms (3.14+git20140429-1) experimental; urgency=low
 
   * Initial release (Closes: #______).
 
diff --git a/debian/rules b/debian/rules
index 4366c80..be13171 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,6 +28,7 @@ get-orig-source: $(PKG)_$(VER)$(DTYPE).orig.tar.xz $(info I: $(PKG)_$(VER)$(DTYP
 $(PKG)_$(VER)$(DTYPE).orig.tar.xz: $(info I: UDATE=$(UDATE))
 	$(if $(wildcard $(PKG)-$(VER)),$(error $(PKG)-$(VER) exist, aborting..))
 	@echo "# Downloading..."
+	#uscan --noconf --verbose --rename --destdir=$(CURDIR) --check-dirname-level=0 --force-download --download-version $(VER) $(PKD)
 	( git clone file:///home/$${USER}/dev/upstream/_github/ceph-client/ --single-branch --branch for-linus --depth 128 $(PKG)-$(VER) \
           || git clone $(UURL) --single-branch --branch for-linus --depth 128 $(PKG)-$(VER) \
         ) || $(RM) -r $(PKG)-$(VER)
diff --git a/debian/watch b/debian/watch
index b1e2410..501b332 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,9 +1,9 @@
 # uscan(1) configuration file.
 version=3
 
-## Upstream do not provide tarballs hence use "debian/rules get-orig-source"
-## to generate source archive.
+## Upstream do not provide up-to-date tarballs hence use
+## "debian/rules get-orig-source" to generate source archive.
 
 opts=\
-dversionmangle=s/\+git(\d+)/$1/,\
+dversionmangle=s/\+git(\d+)//,\
  https://github.com/ceph/ceph-client/releases .*/archive/v?(\d[-\d\.]+)\.tar\.gz

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ceph/ceph-dkms.git



More information about the Pkg-ceph-commits mailing list