Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
regex-clojure
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
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 Clojure Maintainers
regex-clojure
Commits
d9cb1421
Commit
d9cb1421
authored
11 years ago
by
Eugenio Cano-Manuel
Browse files
Options
Downloads
Patches
Plain Diff
Fix get-orig-source target
parent
0aa38752
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
debian/rules
+9
-6
9 additions, 6 deletions
debian/rules
with
9 additions
and
6 deletions
debian/rules
+
9
−
6
View file @
d9cb1421
...
@@ -8,6 +8,9 @@ PRODUCED_JAR=regex.jar
...
@@ -8,6 +8,9 @@ PRODUCED_JAR=regex.jar
NAMESPACE=net.cgrand/regex
NAMESPACE=net.cgrand/regex
MAVEN_META=META-INF/maven/$(NAMESPACE)
MAVEN_META=META-INF/maven/$(NAMESPACE)
COMMIT_SHA=433265fba6c6fc11e525c6f716b8dd0b583d276f
VERSION=0.0~git20130321.1.433265f
%:
%:
dh $@ --with javahelper,jh_maven_repo_helper
dh $@ --with javahelper,jh_maven_repo_helper
...
@@ -24,10 +27,10 @@ override_jh_clean:
...
@@ -24,10 +27,10 @@ override_jh_clean:
rm -rf $(CURDIR)/meta
rm -rf $(CURDIR)/meta
get-orig-source:
get-orig-source:
wget https://github.com/cgrand/regex/archive/
433265fba6c6fc11e525c6f716b8dd0b583d276f.tar.gz -O origsource.tar.gz
wget https://github.com/cgrand/regex/archive/
$(COMMIT_SHA).tar.gz
tar xf
origsource
.tar.gz
tar xf
$(COMMIT_SHA)
.tar.gz
cd regex-
433265fba6c6fc11e525c6f716b8dd0b583d276f
; \
cd regex-
$(COMMIT_SHA)
; \
tar czf ../regex-clojure_
1.1.0
.orig.tar.gz *; \
tar czf ../regex-clojure_
$(VERSION)
.orig.tar.gz *; \
cd ..; \
cd ..; \
rm
origsource
.tar.gz; \
rm
$(COMMIT_SHA)
.tar.gz; \
rm -rf regex-
433265fba6c6fc11e525c6f716b8dd0b583d276f
rm -rf regex-
$(COMMIT_SHA)
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