Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
gajim-rostertweaks
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Debian XMPP Maintainers
gajim-rostertweaks
Commits
6eef405f
Commit
6eef405f
authored
6 years ago
by
Martin
Browse files
Options
Downloads
Patches
Plain Diff
update get-orig-source.sh for Gajim >= 1.1
parent
e8e7e04b
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
debian/get-orig-source.sh
+11
-1
11 additions, 1 deletion
debian/get-orig-source.sh
debian/rules
+0
-3
0 additions, 3 deletions
debian/rules
with
11 additions
and
4 deletions
debian/get-orig-source.sh
+
11
−
1
View file @
6eef405f
...
...
@@ -2,8 +2,13 @@
set
-e
test
-n
"
$1
"
test
-n
"
$1
"
||
(
echo
"call
$0
upstream-plugin-dir gajim-compat-version"
echo
"e.g.
$0
anti_spam 1.1"
)
PLUGIN
=
"
$1
"
test
-n
"
$2
"
GAJIM_COMPAT
=
"
$2
"
REPO
=
gajim-plugins
PACKAGE
=
gajim-
$(
echo
"
$PLUGIN
"
|
sed
's/_//g'
)
...
...
@@ -13,6 +18,11 @@ CWD=$(pwd)
TMPDIR
=
$(
mktemp
-d
)
cd
"
$TMPDIR
"
git clone https://dev.gajim.org/gajim/
"
$REPO
"
.git
(
cd
./
"
$REPO
"
/
&&
git checkout gajim_
"
$GAJIM_COMPAT
"
)
(
cd
./
"
$REPO
"
/
"
$PLUGIN
"
/
&&
dos2unix
$(
find
.
-name
"*.py"
-o
-name
"*.ini"
-o
-name
"*.ui"
\
-o
-name
"*.md"
-o
-name
COPYING
-o
-name
CHANGELOG
)
)
VERSION
=
$(
grep
^version: ./
"
$REPO
"
/
"
$PLUGIN
"
/manifest.ini |
sed
's/.*: *//'
)
FILENAME
=
"
$CWD
"
/../
"
$PACKAGE
"
_
"
$VERSION
"
.orig.tar.gz
test
!
-e
"
$FILENAME
"
...
...
This diff is collapsed.
Click to expand it.
debian/rules
+
0
−
3
View file @
6eef405f
...
...
@@ -2,6 +2,3 @@
%:
dh $@ --with python3
get-orig-source:
./debian/get-orig-source.sh roster_tweaks
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment