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
df9b740c
Commit
df9b740c
authored
7 years ago
by
Martin
Browse files
Options
Downloads
Patches
Plain Diff
add get-orig-source.sh
parent
9285c42d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
debian/get-orig-source.sh
+20
-0
20 additions, 0 deletions
debian/get-orig-source.sh
debian/rules
+3
-0
3 additions, 0 deletions
debian/rules
with
23 additions
and
0 deletions
debian/get-orig-source.sh
0 → 100755
+
20
−
0
View file @
df9b740c
#!/bin/sh
set
-e
test
-n
"
$1
"
PLUGIN
=
"
$1
"
REPO
=
gajim-plugins
PACKAGE
=
gajim-
$(
echo
"
$PLUGIN
"
|
sed
's/_//g'
)
EXCLUDE
=
--exclude
=
qrcodewin
CWD
=
$(
pwd
)
TMPDIR
=
$(
mktemp
-d
)
cd
"
$TMPDIR
"
git clone https://dev.gajim.org/gajim/
"
$REPO
"
.git
VERSION
=
$(
grep
^version: ./
"
$REPO
"
/
"
$PLUGIN
"
/manifest.ini |
sed
's/.*: *//'
)
FILENAME
=
"
$CWD
"
/../
"
$PACKAGE
"
_
"
$VERSION
"
.orig.tar.gz
test
!
-e
"
$FILENAME
"
tar
$EXCLUDE
-czvf
"
$FILENAME
"
-C
"
$REPO
"
/
"
$PLUGIN
"
/
echo
You may remove
"
$TMPDIR
"
now
This diff is collapsed.
Click to expand it.
debian/rules
+
3
−
0
View file @
df9b740c
...
...
@@ -2,3 +2,6 @@
%:
dh $@ --with python2
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