Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Tor
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container Registry
Model registry
Monitor
Incidents
Service Desk
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
The Tor Project
Core
Tor
Commits
5a9c9aa5
Commit
5a9c9aa5
authored
15 years ago
by
Nick Mathewson
Browse files
Options
Downloads
Plain Diff
Merge commit 'debian-tor-0.2.2.2-alpha-1'
parents
52b75c9a
6332c51f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitignore
+1
-0
1 addition, 0 deletions
.gitignore
debian/changelog
+22
-0
22 additions, 0 deletions
debian/changelog
debian/rules
+8
-0
8 additions, 0 deletions
debian/rules
with
31 additions
and
0 deletions
.gitignore
+
1
−
0
View file @
5a9c9aa5
...
...
@@ -80,6 +80,7 @@
# /debian/
/debian/files
/debian/micro-revision.i
/debian/patched
/debian/tor
/debian/tor.postinst.debhelper
...
...
This diff is collapsed.
Click to expand it.
debian/changelog
+
22
−
0
View file @
5a9c9aa5
tor (0.2.2.2-alpha-1) experimental; urgency=low
* New upstream version.
* The files src/common/common_sha1.i src/or/or_sha1.i get changed
during the build - they contain the checksums of the individual
files that end up in the binary. Of couse changes only end up
in the debian diff.gz after building a second time in the same
directory. So, remove those files in clean to get both a cleaner
diff.gz and idempotent builds.
* If we have a debian/micro-revision.i, replace the one in src/or
with our copy so that this will be the revision that ends up in
the binary. This is an informational only version string, but
it'd be kinda nice if it was (more) accurate nonetheless.
.
Of course this won't help if people manually patch around but
it's still preferable to claiming we are exactly upstream's source.
.
If we are building directly out of a git tree, update
debian/micro-revision.i in the clean target.
-- Peter Palfrader <weasel@debian.org> Mon, 21 Sep 2009 14:51:20 +0200
tor (0.2.2.1-alpha-1) experimental; urgency=low
* New upstream version.
...
...
This diff is collapsed.
Click to expand it.
debian/rules
+
8
−
0
View file @
5a9c9aa5
...
...
@@ -82,6 +82,7 @@ build: build-stamp
build-stamp
:
config.status
dh_testdir
!
[
debian/micro-revision.i
]
||
cp
debian/micro-revision.i src/or/micro-revision.i
$(MAKE)
@echo
...
...
@@ -129,9 +130,16 @@ clean: unpatch
dh_testdir
dh_testroot
rm
-f
build-stamp
rm
-f
src/common/common_sha1.i src/or/or_sha1.i
rm
-f
src/or/micro-revision.i
[
!
-f
Makefile
]
||
$(MAKE)
distclean
# Normally the .deb wouldn't ship with a ../.git
if
[
-d
.git
]
&&
which
git
>/dev/null;
then
\
echo
"\"`git rev-parse --short=16 HEAD`\""
>
"debian/micro-revision.i"
;
\
fi
dh_clean
install
:
build
...
...
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