Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
libre
keyringer-macosx
Commits
dd04180c
Commit
dd04180c
authored
May 20, 2014
by
Silvio Rhatto
Browse files
Makefile fix and updated workflow
parent
b6880c29
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
22 additions
and
8 deletions
+22
-8
ChangeLog
ChangeLog
+6
-0
Makefile
Makefile
+15
-3
development.mdwn
development.mdwn
+1
-5
No files found.
ChangeLog
View file @
dd04180c
2014-05-20 - 0.3.6 - Silvio Rhatto <rhatto@riseup.net>
Makefile fix
Updated workflow
2014-05-20 - 0.3.5 - Silvio Rhatto <rhatto@riseup.net>
Use a custom .vimrc so VIM command line is not messed with quotes (#50)
...
...
Makefile
View file @
dd04180c
...
...
@@ -26,8 +26,8 @@ install_lib:
$(INSTALL)
-D
--mode
=
0755 lib/keyringer/functions
$(DESTDIR)
/
$(PREFIX)
/lib/
$(PACKAGE)
/functions
$(INSTALL)
-D
--mode
=
0755
-d
lib/keyringer/actions
$(DESTDIR)
/
$(PREFIX)
/lib/
$(PACKAGE)
/actions
$(INSTALL)
-D
--mode
=
0755 lib/keyringer/actions/
*
$(DESTDIR)
/
$(PREFIX)
/lib/
$(PACKAGE)
/actions
$(INSTALL)
-D
--mode
=
0755
-d
lib/keyringer/editors
$(DESTDIR)
/
$(PREFIX)
/lib/
$(PACKAGE)
/
action
s
$(INSTALL)
-D
--mode
=
0755 lib/keyringer/editors/
*
$(DESTDIR)
/
$(PREFIX)
/lib/
$(PACKAGE)
/
action
s
$(INSTALL)
-D
--mode
=
0755
-d
lib/keyringer/editors
$(DESTDIR)
/
$(PREFIX)
/lib/
$(PACKAGE)
/
editor
s
$(INSTALL)
-D
--mode
=
0755 lib/keyringer/editors/
*
$(DESTDIR)
/
$(PREFIX)
/lib/
$(PACKAGE)
/
editor
s
install_bin
:
$(INSTALL)
-D
--mode
=
0755 keyringer
$(DESTDIR)
/
$(PREFIX)
/bin/keyringer
...
...
@@ -58,7 +58,11 @@ tarball:
release
:
@
make build_man
git commit
-a
-m
"Keyringer
$(VERSION)
"
git flow release finish
-s
-m
"Keyringer
$(VERSION)
"
$(VERSION)
# See https://github.com/nvie/gitflow/issues/87
# https://github.com/nvie/gitflow/pull/160
# https://github.com/nvie/gitflow/issues/50
#git flow release finish -s -m "Keyringer
$(VERSION)
"
$(VERSION)
git flow release finish -s
$(VERSION)
git checkout master
@
make tarball
gpg --use-agent --armor --detach-sign --output ../tarballs/keyringer-
$(VERSION)
.tar.bz2.asc ../tarballs/keyringer-
$(VERSION)
.tar.bz2
...
...
@@ -67,3 +71,11 @@ release:
# http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=568375
#git tag -s
$(VERSION)
-m "
Keyringer
$(VERSION)
"
git checkout develop
debian
:
git checkout debian
git-import-orig
--upstream-vcs-tag
=
$(VERSION)
../tarballs/keyringer-
$(VERSION)
.tar.bz2
# Fine tune debian/changelog prepared by git-dch
dch
-e
git commit
-a
-m
"Updating debian/changelog"
git-buildpackage
--git-tag-only
--git-sign-tags
development.mdwn
View file @
dd04180c
...
...
@@ -68,11 +68,7 @@ Create and upload a new release:
Update the debian branch:
git checkout debian
git-import-orig --upstream-vcs-tag=$VERSION ../tarballs/keyringer-$VERSION.tar.bz2
dch -e # fine tune the changelog prepared by git-dch
git commit -a -m "Updating debian/changelog"
git-buildpackage --git-tag-only --git-sign-tags
make debian
Push everything:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment