[SCM] rem/master: Drop CDBS get-orig-source target: Use gbp import-orig --uscan.
js at users.alioth.debian.org
js at users.alioth.debian.org
Tue Dec 27 00:22:46 UTC 2016
The following commit has been merged in the master branch:
commit 589657833c1f8e52fd6c2d8a809a49c6752d20ad
Author: Jonas Smedegaard <dr at jones.dk>
Date: Mon Dec 26 23:55:47 2016 +0100
Drop CDBS get-orig-source target: Use gbp import-orig --uscan.
diff --git a/debian/README.source b/debian/README.source
index 49bd333..d4f6736 100644
--- a/debian/README.source
+++ b/debian/README.source
@@ -7,15 +7,6 @@ debian/control.in file can be completely ignored.
More info here: http://wiki.debian.org/CDBS+git-buildpackage
-Getting New upstream release
-----------------------------
-
-1. Update version in existing changelog entry to match new version.
-2. Comment DEB_UPSTREAM_TARBALL_MD5 if present
-3. Run debian/rules get-orig-source
-4. Copy MD5 sum output in step 3 to DEB_UPSTREAM_TARBALL_MD5
-5. Use git-buildpackage to import the source
-
Signing the tags and imports
----------------------------
diff --git a/debian/rules b/debian/rules
index 3fc9119..18caff6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,7 +28,6 @@ debian/control.in:: debian/control.in.in
sed -e 's/__PKG-LIB__/$(pkg-lib)/g' <$< >$@
include /usr/share/pkg-kde-tools/makefiles/1/cdbs/symbolshelper.mk
-include /usr/share/cdbs/1/rules/upstream-tarball.mk
include /usr/share/cdbs/1/rules/utils.mk
include /usr/share/cdbs/1/class/langcore.mk
include /usr/share/cdbs/1/rules/debhelper.mk
@@ -36,10 +35,6 @@ include /usr/share/cdbs/1/rules/debhelper.mk
pkg-dev = $(lib)-dev
pkg-dbg = $(pkg-lib)-dbg
-DEB_UPSTREAM_URL = http://www.creytiv.com/pub
-DEB_UPSTREAM_TARBALL_BASENAME = rem-$(DEB_UPSTREAM_TARBALL_VERSION)
-DEB_UPSTREAM_TARBALL_MD5 = dc7f76de6d3aff19200eb6d0a41dd332
-
# Build-depend unversioned on debhelper
# TODO: Drop when adopted in cdbs
CDBS_BUILD_DEPENDS_rules_debhelper_v9 = debhelper
--
rem packaging
More information about the pkg-multimedia-commits
mailing list