We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b1ebed commit 49854d8Copy full SHA for 49854d8
1 file changed
debian/newruby
@@ -21,9 +21,15 @@ sed -i -e "s/${old_source}/${new_source}/g; s/${old_version}.\[0-9]/${new_api_ve
21
22
rename "s/${old_source}/${new_source}/" debian/*${old_source}*
23
24
+sed -i -e "s/${old_version}/${new_version}/g" debian/watch
25
+
26
# manpages
27
sed -i -e "s/\(gem\|rdoc\)${old_version}/\1${new_version}/gi" \
28
debian/manpages/* debian/*.manpages
29
rename "s/${old_version}/${new_version}/g" debian/manpages/*
30
31
dch --package "${new_source}" --newversion "${new_version}.0-1" "Ruby $new_version"
32
+git add .
33
+git commit -a -m "Switch to ${new_source}"
34
+gbp import-orig --pristine-tar --uscan
35
+gbp dch
0 commit comments