Accepted git-annex 6.20171124-1 (source amd64) into unstable

2017-11-26 Thread Richard Hartmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 26 Nov 2017 12:52:18 +0100
Source: git-annex
Binary: git-annex
Architecture: source amd64
Version: 6.20171124-1
Distribution: unstable
Urgency: high
Maintainer: Richard Hartmann <ric...@debian.org>
Changed-By: Richard Hartmann <ric...@debian.org>
Description:
 git-annex  - manage files with git, without checking their contents into git
Changes:
 git-annex (6.20171124-1) unstable; urgency=medium
 .
   * Package 6.20171124-1
 .
 git-annex (6.20171124) unstable; urgency=medium
 .
   * Display progress meter when uploading a key without size information,
 getting the size by statting the content file.
   * Fix build with dns-3.0.
 .
 git-annex (6.20171109) unstable; urgency=medium
 .
   * Fix export of subdir of a branch.
   * Fix exporting of non-annexed files to external special remotes.
   * unlock, lock: Support --json.
   * When there are multiple urls for a file, still treat it as being present
 in the web when some urls don't work, as long as at least one url does
 work.
   * Makefile improvement for sudo make install.
 Thanks, Eric Siegerman
   * Makefile improvement for BUILDER=stack, use stack to run ghc.
   * testremote: Test exporttree.
   * Fix directory special remote's cleanup of empty export directories.
 .
 git-annex (6.20171026) unstable; urgency=medium
 .
   * Windows: Fix reversion that caused the path used to link
 to annexed content to include the drive letter and full path, rather
 than being relative. (`git annex fix` will fix up after this problem).
   * Windows build fixed, and changed to use stack for more reliable build
 environment.
   * Windows: Remove wget from bundle; it needs libraries that are not
 included, and git for windows includes curl which git-annex will use
 instead.
   * Add day to metadata when annex.genmetadata is enabled.
 Thanks, Sean T Parsons
   * stack.yaml: Added nix packages section.
 Thanks, Sean T Parsons
 .
 git-annex (6.20171018) unstable; urgency=medium
 .
   * add: Replace work tree file atomically on systems supporting hard
 links. Avoids a window where interrupting an add could result in
 the file being moved into the annex, with no symlink yet created.
   * webdav: Avoid unncessisarily creating the collection at the top
 of the repository when storing files there, since that collection
 is created by initremote.
 (This seems to work around some brokenness of the box.com webdav
 server, which caused uploads to be very slow or sometimes fail.)
   * webdav: Make --debug show all webdav operations.
   * get -J/move -J/copy -J/mirror -J/sync -J: Avoid "transfer already in
 progress" errors when two files use the same key.
   * Konqueror desktop file location changed to one used by plasma 5.
 Thanks, Félix Sipma.
   * Avoid repeated checking that files passed on the command line exist.
   * Fix build with aws-0.17.
   * stack.yaml: Update to lts-9.9.
 .
 git-annex (6.20171003) unstable; urgency=medium
 .
   * webdav: Improve error message for failed request to include the request
 method and path.
   * metadata: Added --remove-all.
   * Warn when metadata is inherited from a previous version of a file,
 to avoid the user being surprised in cases where that behavior is not
 desired or expected.
   * sync: Added --cleanup, which removes local and remote synced/ branches.
   * external: When the external special remote program crashed, a newline
 could be output, which messed up the expected output for --batch mode.
   * external: Avoid checking EXPORTSUPPORTED for special remotes that are
 not configured to use exports.
   * test: Fix reversion that made it only run inside a git repository.
   * copy, move: Behave same with --fast when sending to remotes located
 on a local disk as when sending to other remotes.
   * Fix process and file descriptor leak that was exposed when
 git-annex was built with ghc 8.2.1. Broke git-annex test on OSX
 due to running out of FDs, and may have also leaked in other situations.
   * info: Improve cleanup of stale transfer info files.
 .
 git-annex (6.20170925) unstable; urgency=medium
 .
   * git-annex export: New command, can create and efficiently update
 exports of trees to special remotes.
   * Use git-annex initremote with exporttree=yes to set up a special remote
 for use by git-annex export.
   * Implemented export to directory, S3, and webdav special remotes.
   * External special remote protocol extended to support export.
 Developers of external special remotes should consider if export makes
 sense for them and add support.
   * sync, assistant: Update tracking exports.
   * Support building with feed-1.0, while still supporting older versions.
   * init: Display an additional message when it detects a filesystem that
 allows writing to files whose write bit is not set.
   * S3: Allow 

Accepted git-annex 6.20170818-1 (source amd64) into unstable

2017-08-20 Thread Richard Hartmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 20 Aug 2017 12:25:57 +0200
Source: git-annex
Binary: git-annex
Architecture: source amd64
Version: 6.20170818-1
Distribution: unstable
Urgency: high
Maintainer: Richard Hartmann <ric...@debian.org>
Changed-By: Richard Hartmann <ric...@debian.org>
Description:
 git-annex  - manage files with git, without checking their contents into git
Changes:
 git-annex (6.20170818-1) unstable; urgency=high
 .
   * Package 6.20170818-1
 .
 git-annex (6.20170818) unstable; urgency=high
 .
   * Security fix: Disallow hostname starting with a dash, which
 would get passed to ssh and be treated an option. This could
 be used by an attacker who provides a crafted repository url
 to cause the victim to execute arbitrary code via -oProxyCommand.
 (The same class of security hole recently affected git itself.)
   * git-annex.cabal: Deal with breaking changes in Cabal 2.0.
   * Fix build with QuickCheck 2.10.
   * fsck: Support --json.
   * move, copy: Support --batch.
   * Added GIT_ANNEX_VECTOR_CLOCK environment variable, which can be used to
 override the default timestamps used in log files in the git-annex
 branch. This is a dangerous environment variable; use with caution.
   * Fix a git-annex test failure when run on NFS due to NFS lock files
 preventing directory removal.
   * test: Avoid most situations involving failure to delete test
 directories, by forking a worker process and only deleting the test
 directory once it exits.
   * Disable http-client's default 30 second response timeout when HEADing
 an url to check if it exists. Some web servers take quite a long time
 to answer a HEAD request.
   * Added remote configuration settings annex-ignore-command and
 annex-sync-command, which are dynamic equivilants of the annex-ignore
 and annex-sync configurations.
   * Prevent spaces from being embedded in the name of new WORM keys,
 as that handing spaces in keys would complicate things like the
 external special remote protocol.
   * migrate: WORM keys containing spaces will be migrated to not contain
 spaces anymore.
   * External special remotes will refuse to operate on keys with spaces in
 their names. That has never worked correctly due to the design of the
 external special remote protocol. Display an error message suggesting
 migration.
   * Fix incorrect external special remote documentation, which said that
 the filename parameter to the TRANSFER command could not contain
 spaces. It can in fact contain spaces. Special remotes implementors
 that relied on that may need to fix bugs in their special remotes.
   * Fix the external special remotes git-annex-remote-ipfs,
 git-annex-remote-torrent and the example.sh template to correctly
 support filenames with spaces.
   * Windows: Win32 package has subsumed Win32-extras; update dependency.
 .
 git-annex (6.20170520) unstable; urgency=medium
 .
   * move --to=here moves from all reachable remotes to the local repository.
   * initremote, enableremote: Support gpg subkeys suffixed with an
 exclamation mark, which forces gpg to use a specific subkey.
   * Improve progress display when watching file size, in cases where
 a transfer does not resume.
   * Fix transfer log file locking problem when running concurrent
 transfers.
   * Avoid concurrent git-config setting problem when running concurrent
 threads.
   * metadata: When setting metadata of a file that did not exist,
 no error message was displayed, unlike getting metadata and most other
 git-annex commands. Fixed this oversight.
   * Added annex.resolvemerge configuration, which can be set to false to
 disable the usual automatic merge conflict resolution done by git-annex
 sync and the assistant.
   * sync: Added --no-resolvemerge option.
   * Avoid error about git-annex-shell not being found when
 syncing with -J with a git remote where git-annex-shell is not
 installed.
   * Fix bug that prevented transfer locks from working when
 run on SMB or other filesystem that does not support fcntl locks
 and hard links.
   * assistant: Merge changes from refs/remotes/foo/master into master.
 Previously, only sync branches were merged. This makes regular git push
 into a repository watched by the assistant auto-merge.
   * Makefile: Install completions for the fish and zsh shells
 when git-annex is built with optparse-applicative-0.14.
   * assistant: Don't trust OSX FSEvents's eventFlagItemModified to be called
 when the last writer of a file closes it; apparently that sometimes
 does not happen, which prevented files from being quickly added.
 .
 git-annex (6.20170519) unstable; urgency=medium
 .
   * Ssh password prompting improved when using -J for concurrency.
 When ssh connection caching is enabled (and when GIT_ANNEX_USE_GIT_SSH
 is not set), only one ssh pas

Accepted git-annex 6.20170101-1 (source amd64) into unstable

2017-01-06 Thread Richard Hartmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 06 Jan 2017 14:48:34 +0100
Source: git-annex
Binary: git-annex
Architecture: source amd64
Version: 6.20170101-1
Distribution: unstable
Urgency: medium
Maintainer: Richard Hartmann <ric...@debian.org>
Changed-By: Richard Hartmann <ric...@debian.org>
Description:
 git-annex  - manage files with git, without checking their contents into git
Changes:
 git-annex (6.20170101-1) unstable; urgency=medium
 .
   * Package 6.20170101-1
 .
 git-annex (6.20170101) unstable; urgency=medium
 .
   * XMPP support has been removed from the assistant in this release.
 If your repositories used XMPP to keep in sync, that will no longer
 work, and you should enable some other remote to keep them in sync.
 A ssh server is one way, or use the new Tor pairing feature.
   * p2p --pair makes it easy to pair repositories, over Tor, using
 Magic Wormhole codes to find the other repository.
 See http://git-annex.branchable.com/tips/peer_to_peer_network_with_tor/
   * webapp: The "Share with a friend" and "Share with your other devices"
 pages have been changed to pair repositories using Tor and Magic Wormhole.
   * metadata --batch: Fix bug when conflicting metadata changes were
 made in the same batch run.
   * Pass annex.web-options to wget and curl after other options, so that
 eg --no-show-progress can be set by the user to disable the default
 --show-progress.
   * Revert ServerAliveInterval change in 6.2016, which caused problems
 with too many old versions of ssh and unusual ssh configurations.
 It should have not been needed anyway since ssh is supposted to
 have TCPKeepAlive enabled by default.
   * Make all --batch input, as well as fromkey and registerurl stdin
 be processed without requiring it to be in the current encoding.
   * p2p: --link no longer takes a remote name, instead the --name
 option can be used.
   * Linux standalone: Improve generation of locale definition files,
 supporting locales such as en_GB.UTF-8.
   * rekey --force: Incorrectly marked the new key's content as being
 present in the local repo even when it was not.
   * enable-tor: Put tor sockets in /var/lib/tor-annex/, rather
 than in /etc/tor/hidden_service/.
   * enable-tor: No longer needs to be run as root.
   * enable-tor: When run as a regular user, also tests a connection back to
 the hidden service over tor.
   * Support all common locations of the torrc file.
   * Always use filesystem encoding for all file and handle reads and
 writes.
   * Fix build with directory-1.3.
   * Debian: Suggest tor and magic-wormhole.
   * Debian: Build webapp on armel.
 .
 git-annex (6.20161210-1) unstable; urgency=medium
 .
   * Package 6.20161210-1
Checksums-Sha1:
 5cc072d865117949407c862b856c7cea1a3f4f68 5053 git-annex_6.20170101-1.dsc
 4eaa7edcbc9940594281eaa22461be9ae19118bf 5392172 
git-annex_6.20170101.orig.tar.xz
 d56680a0b49588151ce05272286423e7dc869f93 70916 
git-annex_6.20170101-1.debian.tar.xz
 d39ccb4e14a34b04b0e4c636d9c495895c5ab05d 3838286 
git-annex-dbgsym_6.20170101-1_amd64.deb
 9ec106263bd12f764553219fe98399e435441037 15723 
git-annex_6.20170101-1_amd64.buildinfo
 91b5538d17696a6155b0a029aa043d7584576639 10864934 
git-annex_6.20170101-1_amd64.deb
Checksums-Sha256:
 9b3af8c6dd9e46ff70907170a591ed687a92cf0d17b711fbcb38ca87a9c0799b 5053 
git-annex_6.20170101-1.dsc
 3f170f7f10c08fe58fbc59be4a2f35d5c7ae91165ef781b06bf4ddc5f537f1cf 5392172 
git-annex_6.20170101.orig.tar.xz
 2adc799e79d4d7351c0a27e87b2ae2dc3d94d88fce961e3691b682b3d7563dcd 70916 
git-annex_6.20170101-1.debian.tar.xz
 dfd0438506feb27bfbf4909bdd14e863fbe70420773a8605d1333caaeb59f4bf 3838286 
git-annex-dbgsym_6.20170101-1_amd64.deb
 1b2252fa2ea3126c98ecc4ca751d8779640019fa438648e4ae6e378608fb130b 15723 
git-annex_6.20170101-1_amd64.buildinfo
 685326867c983855630fb15b21fe22c5d9429dc897f26764502adc649280b687 10864934 
git-annex_6.20170101-1_amd64.deb
Files:
 baf8634f7fadf80213b2f446bdd5dd95 5053 utils optional git-annex_6.20170101-1.dsc
 b17994e20fd8dcab92f3aa3ccfa40eda 5392172 utils optional 
git-annex_6.20170101.orig.tar.xz
 049b6151cb3cf4ec1bceb975af69fc88 70916 utils optional 
git-annex_6.20170101-1.debian.tar.xz
 baa122ef30f449b321ec2d166299052f 3838286 debug extra 
git-annex-dbgsym_6.20170101-1_amd64.deb
 47bf3abd8e41726afe97d9f53d0ace5e 15723 utils optional 
git-annex_6.20170101-1_amd64.buildinfo
 765400d26367f22d95e3eec46df6eb89 10864934 utils optional 
git-annex_6.20170101-1_amd64.deb

-BEGIN PGP SIGNATURE-

iQIcBAEBCgAGBQJYb6N7AAoJEGkGSwGVIG3TH/0QAKbjA3HAhMIY9rTPgUUaK9a6
ObSWgouVPRhPwYL5ckVN7GO7VvoBs8SNkL8L+w6HZqmmRTxHuwUOwAqS8JVWWd3j
BWDp4/QLhaaforoNKrFbBG7/fnD6UluAAWlDo7VFvAn4NiZPoXTTrJ3UBLJmZN7I
Od4TeOF29uHtY0pnjNmWoWVdXadEM1Yj+SOKDqqKGF6uXUMY/+OYls8QcHWSFKRL
ePIwIRBnywcLmOmj3SwV5HKuOBvaN5XBtUTWzoPRBoVPhIcA1r7T++dhdlLnQGnV
K6b2zCrXZ5jRbCw9Gw9HBM5tUhjNPEk8vTJzNrBvT5IclH6XG0xkZVr

Accepted git-annex 6.20161210-1 (source amd64) into unstable

2016-12-10 Thread Richard Hartmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 10 Dec 2016 20:18:21 +0100
Source: git-annex
Binary: git-annex
Architecture: source amd64
Version: 6.20161210-1
Distribution: unstable
Urgency: medium
Maintainer: Richard Hartmann <ric...@debian.org>
Changed-By: Richard Hartmann <ric...@debian.org>
Description:
 git-annex  - manage files with git, without checking their contents into git
Changes:
 git-annex (6.20161210-1) unstable; urgency=medium
 .
   * Package 6.20161210-1
 .
 git-annex (6.20161210) unstable; urgency=medium
 .
   * enable-tor: New command, enables tor hidden service for P2P syncing.
   * p2p: New command, allows linking repositories using a P2P network.
   * remotedaemon: Serve tor hidden service.
   * Added git-remote-tor-annex, which allows git pull and push to the tor
 hidden service.
   * remotedaemon: Fork to background by default. Added --foreground switch
 to enable old behavior.
   * addurl: Fix bug in checking annex.largefiles expressions using
 largerthan, mimetype, and smallerthan; the first two always failed
 to match, and the latter always matched.
   * Relicense 5 source files that are not part of the webapp from AGPL to GPL.
   * map: Run xdot if it's available in PATH. On OSX, the dot command
 does not support graphical display, while xdot does.
   * Debian: xdot is a better interactive viewer than dot, so Suggest
 xdot, rather than graphviz.
   * rmurl: Multiple pairs of files and urls can be provided on the
 command line.
   * rmurl: Added --batch mode.
   * fromkey: Accept multiple pairs of files and keys.
 Thanks, Daniel Brooks.
   * rekey: Added --batch mode.
   * add: Stage modified non-large files when running in indirect mode.
 (This was already done in v6 mode and direct mode.)
   * git-annex-shell, remotedaemon, git remote: Fix some memory DOS attacks.
   * Fix build with http-client 0.5.
 Thanks, Alper Nebi Yasak.
Checksums-Sha1:
 23c60004918f5f2642b3947b219a95e1ee73f61f 5089 git-annex_6.20161210-1.dsc
 c66ff017c731c633328d752a4ca932861cdcf128 5312612 
git-annex_6.20161210.orig.tar.xz
 25e0116fcc5c66f8298dd8c31da5b32d42835bca 70252 
git-annex_6.20161210-1.debian.tar.xz
 b5e2100b8210161c51f704eb15ec90295d3d3b50 3964950 
git-annex-dbgsym_6.20161210-1_amd64.deb
 b2864f9c3c0d0a9e48861b51ca37110af782f7b5 16435 
git-annex_6.20161210-1_amd64.buildinfo
 5a90f83360c838b4f33be1b48fae101ee9eba557 10987334 
git-annex_6.20161210-1_amd64.deb
Checksums-Sha256:
 49827f3312161c2b7ae227789dd224b8c0eefec0dda57a124628412a32a2b15e 5089 
git-annex_6.20161210-1.dsc
 1068db76367f112c7e07da185f629f5a1223ea2b7d678f04fe8f7012a95d4077 5312612 
git-annex_6.20161210.orig.tar.xz
 c74a280d4e295cb11d50271451ffc91b926fafe991bb7dc7c6c5e9db2f6b6db2 70252 
git-annex_6.20161210-1.debian.tar.xz
 526834a03f84d483ce80c1ec3e4da8dec887e5e6da775e43e521c3dbc68238a3 3964950 
git-annex-dbgsym_6.20161210-1_amd64.deb
 acac11ac8684c2fd49cbda5c46d62a889139bb4cbe903abceac98c212e598dea 16435 
git-annex_6.20161210-1_amd64.buildinfo
 a50fe1ac7c2b2ce4d812374fa9e18b58c447c8f517852abb3cbd5bcbe260843c 10987334 
git-annex_6.20161210-1_amd64.deb
Files:
 a62233eceaaa967fc6193011cad2390b 5089 utils optional git-annex_6.20161210-1.dsc
 469e379a3b7c20448af8cdd725b13977 5312612 utils optional 
git-annex_6.20161210.orig.tar.xz
 bb1823d5acd9f27d6e390047c5c1ae4b 70252 utils optional 
git-annex_6.20161210-1.debian.tar.xz
 6486c8a456c70111c96bae14a118a2eb 3964950 debug extra 
git-annex-dbgsym_6.20161210-1_amd64.deb
 6827fb8c8d6c40830869118fff48f347 16435 utils optional 
git-annex_6.20161210-1_amd64.buildinfo
 e09cd3ff4c7d66bce7d5ab4d74218bd3 10987334 utils optional 
git-annex_6.20161210-1_amd64.deb

-BEGIN PGP SIGNATURE-

iQIcBAEBCgAGBQJYTFpiAAoJEGkGSwGVIG3TyMwP/3NxSyDA1IrtaCNM1nb3pjYv
721ETQXdruu1BgPi/30EAAmluRnm6p/+rfGaOAuNcX1+1ubQ4zfeMTu/PW0m3Gbm
QaT6NfURIUEl2/T1A0eo/exfw3prVRExJj7Ye5CQz4GnTg2rV7c6GBzMkBGnPbFf
XF+SXp8GwjMrQn7+uouQGC8ut0BiuYCphR5ZyLEUEA77A9YEgejouABNGzWVuEfs
ZoC/pw+LuLDdl9gSnebHu84R5SEPDI5H86xIpm6bBwiFfytg78BRWFv5q/OJUEO7
qGgIfG5wHfQnK4gPkviTD5wauqHhoZ6wDazdAqofBfZfWVJXQrV4JhCkzPp+QEgR
xF8FiAxG0mJbrMKzPtbMAZqrWVQygk/YeTZt2tTCT6cl3C13YJVcEdxKG4nPhxy9
0ftgT+jE4MPcV9c9FAxZmqwqcOpshxiQpuCT+vFzuANmud7q5hDvgvtK7hxV7Dj8
7ySE1khEMN4Rmk0o7oYejET7CQ+c663gPhCFEmK1VnGZ6FZiuyhW874FxIRe5VR+
sA64Z93u3gz9oo3YG6dFYb0CE/nBxWaWK0H48yQ8QXt4FWuQL7O5RSS6CZOuCpTH
ZYQYyIhqjBzi6L8gpSZB4KZLdopqE1GtWpECR3mZuzbzjeLKI033M5qNXKHcR5zv
qVdPrEcxlOsVw4v1Sy3d
=iQay
-END PGP SIGNATURE-



Accepted git-annex 6.20161118-1 (source amd64) into unstable

2016-11-18 Thread Richard Hartmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 18 Nov 2016 17:37:25 +0100
Source: git-annex
Binary: git-annex
Architecture: source amd64
Version: 6.20161118-1
Distribution: unstable
Urgency: medium
Maintainer: Richard Hartmann <ric...@debian.org>
Changed-By: Richard Hartmann <ric...@debian.org>
Description:
 git-annex  - manage files with git, without checking their contents into git
Closes: 842572
Changes:
 git-annex (6.20161118-1) unstable; urgency=medium
 .
   * Package 6.20161118-1
 .
 git-annex (6.20161118) unstable; urgency=medium
 .
   * git-annex.cabal: Loosen bounds on persistent to allow 2.5, which
 on Debian has been patched to work with esqueleto.
 This may break cabal's resolver on non-Debian systems;
 if so, either use stack to build, or run cabal with
 --constraint='persistent ==2.2.4.1'
 Hopefully this mess with esqueleto will be resolved soon.
   * sync: Pass --allow-unrelated-histories to git merge when used with git
 git 2.9.0 or newer. This makes merging a remote into a freshly created
 direct mode repository work the same as it works in indirect mode.
   * Avoid backtraces on expected failures when built with ghc 8;
 only use backtraces for unexpected errors.
   * fsck --all --from was checking the existence and content of files
 in the local repository, rather than on the special remote. Oops.
   * Linux arm standalone: Build with a 32kb page size, which is needed
 on several ARM NAS devices, including Drobo 5N, and WD NAS.
 .
 git-annex (6.2016-1) unstable; urgency=medium
 .
   * Package 6.2016-1
 .
 git-annex (6.2016) unstable; urgency=medium
 .
   * Restarting a crashing git process could result in filename encoding
 issues when not in a unicode locale, as the restarted processes's
 handles were not read in raw mode.
   * Make .git/annex/ssh.config file work with versions of ssh older than
 7.3, which don't support Include. When used with an older version
 of ssh, any ServerAliveInterval in ~/.ssh/config will be overridden
 by .git/annex/ssh.config.
   * S3: Support the special case endpoint needed for the cn-north-1 region.
   * Webapp: Don't list the Frankfurt S3 region, as this (and some other new
 regions) need V4 authorization which the aws library does not yet use.
   * reinject --known: Avoid second, unncessary checksum of file.
   * OSX: Remove RPATHs from git-annex binary, which are not needed,
 slow down startup, and break the OSX Sierra linker.
   * webapp: Explicitly avoid checking for auth in static subsite
 requests. Yesod didn't used to do auth checks for that, but this may
 have changed.
   * Linux standalone: Avoid using hard links in the tarball so it can be
 untarred on eg, afs which does not support them.
 .
 git-annex (6.20161031-1) unstable; urgency=medium
 .
   * Package 6.20161031-1
   * Update cabal dependency on persistent Closes: #842572
 .
 git-annex (6.20161031) unstable; urgency=medium
 .
   * Assistant, repair: Fix ignoring of git fsck errors due to
 duplicate file entries in tree objects.
   * Linux standalone: Fix location of locale files in the bundle.
   * Fix reversion in 6.20161012 that prevented adding files with a space
 in their name.
 .
 git-annex (6.20161027-1) unstable; urgency=medium
 .
   * Package 6.20161027-1
 .
 git-annex (6.20161027) unstable; urgency=medium
 .
   * lock, smudge: Fix edge cases where data loss could occur in v6 mode
 when the keys database was not populated.
   * upgrade: Handle upgrade to v6 when the repository already contains
 v6 unlocked files whose content is already present.
   * Improve style of offline html build of website.
   * importfeed: Drop URL parameters from file extension.
 Thanks, James MacMahon.
   * Assistant, repair: Improved filtering out of git fsck lines about
 duplicate file entries in tree objects.
   * test: Deal with gpg-agent behavior change that broke the test suite.
   * Improve ssh socket cleanup code to skip over the cruft that
 NFS sometimes puts in a directory when a file is being deleted.
   * If a transfer fails for some reason, but some data managed to be sent,
 the transfer will be retried. (The assistant already did this.)
   * Run ssh with ServerAliveInterval 60, so that stalled transfers will
 be noticed within about 3 minutes.
 (Any setting in your ~/.ssh/config or /etc/ssh/ssh_config
 overrides this.)
Checksums-Sha1:
 d1b06665375d37aa32de1938730cceb5337dae8a 5032 git-annex_6.20161118-1.dsc
 8b007778a5c3f9e0133a502db97e1fefaf4be436 5279184 
git-annex_6.20161118.orig.tar.xz
 20e6427218b123a4bc69f89ebf03d881a4106985 69864 
git-annex_6.20161118-1.debian.tar.xz
 6338ad8a5dcc6884d8f7a9e10f37498098ec54cf 3724978 
git-annex-dbgsym_6.20161118-1_amd64.deb
 9f6311fcfff6d8b6b58e983812a777233c40 16435 
git-annex_6.20161118-1_amd64.buildinfo
 81140c1377bc92dff52113cfb80ae8a379d942c4 10721276 
git-annex_6.20161118

Accepted git-annex 6.20161012-1 (source amd64) into unstable

2016-10-26 Thread Richard Hartmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 25 Oct 2016 21:28:12 +0200
Source: git-annex
Binary: git-annex
Architecture: source amd64
Version: 6.20161012-1
Distribution: unstable
Urgency: medium
Maintainer: Richard Hartmann <ric...@debian.org>
Changed-By: Richard Hartmann <ric...@debian.org>
Description:
 git-annex  - manage files with git, without checking their contents into git
Changes:
 git-annex (6.20161012-1) unstable; urgency=medium
 .
   * Package 6.20161012-1
 .
 git-annex (6.20161012) unstable; urgency=medium
 .
   * Optimisations to time it takes git-annex to walk working tree and find
 files to work on. Sped up by around 18%.
   * Optimisations to git-annex branch query and setting, avoiding repeated
 copies of the environment. Speeds up commands like
 "git-annex find --in remote" by over 50%.
   * Optimised git-annex branch log file timestamp parsing.
   * Add "total-size" field to --json-progress output.
   * Make --json-progress output be shown even when the size of a object
 is not known.
   * Multiple external special remote processes for the same remote will be
 started as needed when using -J. This should not beak any existing
 external special remotes, because running multiple git-annex commands
 at the same time could already start multiple processes for the same
 external special remotes.
   * Linux standalone: Include locale files in the bundle, and generate
 locale definition files for the locales in use when starting runshell.
 (Currently only done for utf-8 locales.)
   * Avoid using a lot of memory when large objects are present in the git
 repository and have to be checked to see if they are a pointed to an
 annexed file. Cases where such memory use could occur included, but
 were not limited to:
 - git commit -a of a large unlocked file (in v5 mode)
 - git-annex adjust when a large file was checked into git directly
   * When auto-upgrading a v3 remote, avoid upgrading to version 6,
 instead keep it at version 5.
   * Support using v3 repositories without upgrading them to v5.
   * sync: Fix bug in adjusted branch merging that could cause recently
 added files to be lost when updating the adjusted branch.
Checksums-Sha1:
 0b7862fdd3be8ae0426ae57262918b96baba45b2 5012 git-annex_6.20161012-1.dsc
 691f08170d3e8f70af9c4a4eb1132e0a1f0a68dc 5224436 
git-annex_6.20161012.orig.tar.xz
 cfdd0af34acdd80124366df5662fafc58816569c 68772 
git-annex_6.20161012-1.debian.tar.xz
 318b84ddc927f881a65008c7b736d9b028d92a02 3371830 
git-annex-dbgsym_6.20161012-1_amd64.deb
 b271d89ce53908e7bfd321b84b7c1504fe68472e 10004938 
git-annex_6.20161012-1_amd64.deb
Checksums-Sha256:
 c03c436d19aed8b67d0cabb3115feaba2fe2709da57a6d301e54ebb0d70e5bf1 5012 
git-annex_6.20161012-1.dsc
 bc859a126a2a5f75dd47b7ee3fb2e0ca590df7369a42dfaa88b92dcef3851a00 5224436 
git-annex_6.20161012.orig.tar.xz
 a266698e9ae839aa7257a4bb8da17d562733f5c96709c3f9d01e663539ac75c0 68772 
git-annex_6.20161012-1.debian.tar.xz
 877e5e7e007e42e550560cb7867884526d01d11c4fefa6307e58b69482249814 3371830 
git-annex-dbgsym_6.20161012-1_amd64.deb
 06377d0d10e7f6382239702ab6816f81893b840f03d6f283e32fa9db74286267 10004938 
git-annex_6.20161012-1_amd64.deb
Files:
 acf1b52c03b615608ac54cdd82ef34be 5012 utils optional git-annex_6.20161012-1.dsc
 163d041b5713115b8ddf2a18f9732b51 5224436 utils optional 
git-annex_6.20161012.orig.tar.xz
 e1923c0f5578c73940a65e7d2f1b02cb 68772 utils optional 
git-annex_6.20161012-1.debian.tar.xz
 0f0c2887b2f88e13abf3f6f0d1da15a6 3371830 debug extra 
git-annex-dbgsym_6.20161012-1_amd64.deb
 a05a79bc65ca8785d75ac7e3b1886198 10004938 utils optional 
git-annex_6.20161012-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJYEIHPAAoJEGkGSwGVIG3TookQAJv6yQvGrixeVDY4iabT3fwZ
fnyEP3PWIPboVDG32VcphWZmjljTUdKJA2eLxZEis545ra/uJZX9sEg9x3GBwsmz
UJE8X6SWBS3GwROPdQ5HPhobQie78HgPkrTAV7lw4Fo5djFgBoULuyu0nvk0chBd
TZuYFZXJrKsKP56daMSnc4U9T/Mo/H2u+Yvy1S4SU5eRA24THfp9uolMI7/YASu6
HVvoZHzsa2G1Pz5YpB3n8SBksoDerAZnPbyFPcHpEanjyPA3VbohiF4OyvaKYJXP
2d7xaqnROU13snXnU8jyJQsKRxiBWv7g0h0wHPxUOtodu951B9bbQ1EDzZS4rJIp
WFw4Mfg2RVsXeHMxGTmNYX4SwxHpudWJdAAMffgqrExFGdTuk2hPBRJbfPwkBb3v
1tUI9UyagU9sbGaFGXophzBd96yWjErkkbXK+h2J4j1KxypLnoHEtizJIh5Lxd/F
UBWyNRsX9nalTAyCKKogsS8wGl5vk6sAdCYKsdpIdHeArrSN1k4YPFW2DaeyI7c+
nTANMnvza6YXqbipHo+8WZ+vHWJaW/yIHFERVgvmfbxnf1HT7zlxFKrgp7kTVrgd
eyHtr6ei63UBn2YOumF+6AuXOUQypJGHYp7xICF5fJHVtaGB4Lt1ZVv1YvDIXs7M
DYjFq5GGaiVCLzilTt4D
=WcVT
-END PGP SIGNATURE-



Accepted git-annex 6.20160923-1 (source amd64) into unstable

2016-10-11 Thread Richard Hartmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 30 Sep 2016 20:31:25 +0200
Source: git-annex
Binary: git-annex
Architecture: source amd64
Version: 6.20160923-1
Distribution: unstable
Urgency: medium
Maintainer: Richard Hartmann <ric...@debian.org>
Changed-By: Richard Hartmann <ric...@debian.org>
Description:
 git-annex  - manage files with git, without checking their contents into git
Changes:
 git-annex (6.20160923-1) unstable; urgency=medium
 .
   * Package 6.20160923-1
 .
 git-annex (6.20160923) unstable; urgency=medium
 .
   * Rate limit console progress display updates to 10 per second.
 Was updating as frequently as changes were reported, up to hundreds of
 times per second, which used unncessary bandwidth when running git-annex
 over ssh etc.
   * Make --json and --quiet work when used with -J.
 Previously, -J override the other options.
   * addurl, get: Added --json-progress option, which adds progress
 objects to the json output.
   * Remove key:null from git-annex add --json output.
   * copy, move, mirror: Support --json and --json-progress.
   * Improve gpg secret key list parser to deal with changes in gpg 2.1.15.
 Fixes key name display in webapp.
   * info: Support being passed a treeish, and show info about the annexed
 files in it similar to how a directory is handled.
   * sync: Previously, when run in a branch with a slash in its name,
 such as "foo/bar", the sync branch was "synced/bar". That conflicted
 with the sync branch used for branch "bar", so has been changed to
 "synced/foo/bar".
   * Note that if you're using an old version of git-annex to sync with
 a branch with a slash in its name, it won't see some changes synced by
 this version, and this version won't see some changes synced by the older
 version. This is not a problem if there's a central bare repository,
 but may impact other configurations until git-annex is upgraded to this
 version.
   * adjust: Previously, when adjusting a branch with a slash in its name,
 such as "foo/bar", the adjusted branch was "adjusted/bar(unlocked)".
 That conflicted with the adjusted branch used for branch "bar",
 so has been changed to "adjusted/foo/bar(unlocked)"
   * Also, running sync in an adjusted branch did not correctly sync
 changes back to the parent branch when it had a slash in its name.
 This bug has been fixed.
   * addurl, importfeed: Improve behavior when file being added is gitignored.
 .
 git-annex (6.20160907) unstable; urgency=medium
 .
   * Windows: Handle shebang in external special remote program.
   * Fix formatting of git-annex-smudge man page, and improve mdwn2man.
 Thanks, Jim Paris.
   * examimekey: Allow being run in a git repo that is not initialized by
 git-annex yet.
   * Android: Fix disabling use of cp --reflink=auto, curl, sha224, and sha384.
   * Make --json and --quiet suppress automatic init messages, and any
 other messages that might be output before a command starts.
 Fixes a reversion introduced in version 5.20150727.
   * Assistant, repair: Filter out git fsck lines about duplicate file
 entries in tree objects.
   * get -J, sync --content -J: Download different files from different
 remotes when the remotes have the same costs.
Checksums-Sha1:
 2db4d71e3620f53b5b640f63e5a81a7547b71b3f 5012 git-annex_6.20160923-1.dsc
 44fe8b155ca53d8ce1c61821ec0de3d0c3bd00d0 5191324 
git-annex_6.20160923.orig.tar.xz
 f87d9f035ecf58533ee3ec47553441d3e001ce7f 68260 
git-annex_6.20160923-1.debian.tar.xz
 bc8e73b3b954d84e7e961a7b7c61b3fa4ff9d41e 3362352 
git-annex-dbgsym_6.20160923-1_amd64.deb
 9d2ae1f8940f74dafb51a458de30eadafeea6c81 9993200 
git-annex_6.20160923-1_amd64.deb
Checksums-Sha256:
 39e225d8a7531f736a27b39abe85eec6db7822a88b8d2f4414f39142fb8b4303 5012 
git-annex_6.20160923-1.dsc
 e76e3273855502ceeebc8b510f155217bd412104e0e2ca8f11b5c2c7b59dbd1c 5191324 
git-annex_6.20160923.orig.tar.xz
 7e61cc6071715e91cf98002d1da6321a3362c797856c9c9b480b963588d25cd3 68260 
git-annex_6.20160923-1.debian.tar.xz
 c19b82234e0e5b09f2d57ab3509ae75011048df70ab1da1b21e731c6c631cc30 3362352 
git-annex-dbgsym_6.20160923-1_amd64.deb
 b58d68411c0a739102ca5f1271c5fa01fb5c4800ec9e6d567598a1515cd36a93 9993200 
git-annex_6.20160923-1_amd64.deb
Files:
 13337dff37f74f413168f0ea0e57d6eb 5012 utils optional git-annex_6.20160923-1.dsc
 833eeb45afb40704f9f4b0c0d7ea2dfd 5191324 utils optional 
git-annex_6.20160923.orig.tar.xz
 1c126b655e5a4e6bb4b69d459d6bed49 68260 utils optional 
git-annex_6.20160923-1.debian.tar.xz
 9c1205b489a9c97fd82fd9c693955d8a 3362352 debug extra 
git-annex-dbgsym_6.20160923-1_amd64.deb
 b27e1fe7b7e3dd21feb25dd8e2acfba0 9993200 utils optional 
git-annex_6.20160923-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJX752TAAoJEGkGSwGVIG3Tst0QAN0H/mhVjQJWZslQS4WHF1wJ
WBgfEtvdYGBoUu

Accepted git-annex 6.20160808-1 (source amd64) into unstable

2016-08-26 Thread Richard Hartmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 27 Aug 2016 01:23:16 +0200
Source: git-annex
Binary: git-annex
Architecture: source amd64
Version: 6.20160808-1
Distribution: unstable
Urgency: medium
Maintainer: Richard Hartmann <ric...@debian.org>
Changed-By: Richard Hartmann <ric...@debian.org>
Description:
 git-annex  - manage files with git, without checking their contents into git
Changes:
 git-annex (6.20160808-1) unstable; urgency=medium
 .
   * Package 6.2016008-1
 .
 git-annex (6.20160808) unstable; urgency=medium
 .
   * metadata --json output format has changed, adding a inner json object
 named "fields" which contains only the fields and their values.
 This should be easier to parse than the old format, which mixed up
 metadata fields with other keys in the json object.
 Any consumers of the old format will need to be updated.
   * Added metadata --batch option, which allows getting, setting, deleting,
 and modifying metadata for multiple files/keys.
   * Added --branch option to copy, drop, fsck, get, metadata, mirror, move,
 and whereis commands. This option makes git-annex operate on files that
 are included in a specified branch (or other treeish).
   * git-annex.cabal: Temporarily limit to http-conduit <2.2.0
 since aws 0.14.0 is not compatible with the newer version.
   * git-annex.cabal: Temporarily limit to persistent <2.5
 since esqueleto 2.4.3 is not compatible with the newer version.
   * Removed dependency on json library; all JSON is now handled by aeson.
   * When built with uuid-1.3.12, generate more random UUIDs than before.
 (However, this did not impact git-annex much, so a hard depedency has
 not been added on uuid-1.3.12.)
   * info: When run on a file now includes an indication of whether
 the content is present locally.
   * get, move, copy, mirror: Added --failed switch which retries
 failed copies/moves.
   * Re-enable accumulating transfer failure log files for command-line
 actions (disabled in 5.20150522), and remove the log files after
 successful transfers.
Checksums-Sha1:
 5eccada5040355af025e74f35a7d10e18b780c9b 5012 git-annex_6.20160808-1.dsc
 2fbf7b9582b11ec30a6d32d5fc808112a36a2de6 5151276 
git-annex_6.20160808.orig.tar.xz
 cc84709d6ecbd5bc3d7a4a37d0af10d1b8e70f77 67504 
git-annex_6.20160808-1.debian.tar.xz
 e28597e236e288a83ed13ae604f5daefc9d42e77 3363738 
git-annex-dbgsym_6.20160808-1_amd64.deb
 5376aa83cee4fd05a98b7adfe9196f03d75862f6 9981804 
git-annex_6.20160808-1_amd64.deb
Checksums-Sha256:
 802843b27dd421212d3f456555f67f4fc7d3c996774d8e6fe8c5363da410e57f 5012 
git-annex_6.20160808-1.dsc
 984cb2fc4e3f693b04a980b9f86c0113c6fcd5d8c5c0e67a723e8dba92359e51 5151276 
git-annex_6.20160808.orig.tar.xz
 b1cc2ef32afb9478a17553f363f8397bc2a54dd10802a9a8124cec801248846a 67504 
git-annex_6.20160808-1.debian.tar.xz
 93b5d22fe1f7bdb1e908b912d9a993c0ded25802bb08a4e705f9f2449109f00f 3363738 
git-annex-dbgsym_6.20160808-1_amd64.deb
 3b2071b6461a90ce9d014c89f640ff6516a80917a0194a5d48286433b899470f 9981804 
git-annex_6.20160808-1_amd64.deb
Files:
 f43f736a33e3b03996ca41caf41bfb28 5012 utils optional git-annex_6.20160808-1.dsc
 2942bc22b673844bfbe9876a04424300 5151276 utils optional 
git-annex_6.20160808.orig.tar.xz
 02b043b7fe18dabbabed456903d8d82c 67504 utils optional 
git-annex_6.20160808-1.debian.tar.xz
 947ab3d2e7996806be7dc128addea1e1 3363738 debug extra 
git-annex-dbgsym_6.20160808-1_amd64.deb
 c1718b67c89dfb330e732066b436ff70 9981804 utils optional 
git-annex_6.20160808-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJXwNL4AAoJEGkGSwGVIG3TEocP/jS9hNrgV2+rFR9vrEmfCtAK
UkO6JOuQypLS6pHBtyFWL3AbY87T7F0p+rwU7qRCp5Y1gFtGSzUUMq9N8sm4vQij
ukIazdYV+3l5PVxNYoFpGKz0x6ogy4EEImpwkR5Qgliw9ESGdR4nx2IlWsZ/lFDa
ocXVqP/bQ3pPcM4Ai3mMTo3vb0p3e5L6N4ZdVuZwjOFwF1vLhSWm0R84oJADVgJk
6qGpkcQvGoi5BpAtYjRJ93eERVA/HkgzsfWAiXWR9QvZFIKtsrGjENE0gLMWOmCR
JbWFPeyDLfS6vJV/XyzIBpkpzazLGYOpXwTgOEG/s7j80MTL2q07TshNX7ge/cIl
dygStVaPun8Y+zfqQLLLf94rftvS7ozkP3c2rBuLy22tQuUNwelH/rOZ70/W8Zsi
aJ4LNhpUKdjQPG7M35whd6tV9HeyKF5Jry1WCHlIiHIE0BYEouSz5Q3AS212b5pu
qJnGuCRJDL6kVF6isJ/15vMgYbUf2RdiEFqz1jTiRF+d/RV36G661zrbuPhXLTQh
bmJERmutbMCV5Qr7+FkHU+8RYB7/fcTSDvgdTqy2rbwF/qq4krw+UixY2IOkJ2/p
2J/WeC3ENmeM1zMLXHCzsrCq/lH+DQjyokEeZngS3WTJzSRtu94CD4Dw3oSQdwyP
cKjT9l1h8akFioFyQUnU
=Auu1
-END PGP SIGNATURE-



Accepted git-annex 6.20160719-1 (source amd64) into unstable

2016-07-20 Thread Richard Hartmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 20 Jul 2016 07:50:14 +0200
Source: git-annex
Binary: git-annex
Architecture: source amd64
Version: 6.20160719-1
Distribution: unstable
Urgency: medium
Maintainer: Richard Hartmann <ric...@debian.org>
Changed-By: Richard Hartmann <ric...@debian.org>
Description:
 git-annex  - manage files with git, without checking their contents into git
Changes:
 git-annex (6.20160719-1) unstable; urgency=medium
 .
   * Package 6.20160719-1
   * Note that upstream typo-ed the version as June, I am releasing as July
 .
 git-annex (6.20160619) unstable; urgency=medium
 .
   * get, drop: Add --batch and --json options.
   * testremote: Fix crash when testing a freshly made external special remote.
   * Remove unnecessary rpaths in the git-annex binary, but only when
 it's built using make, not cabal.
 This speeds up git-annex startup time by around 50%.
   * Speed up startup time by caching the refs that have been merged into
 the git-annex branch.
 This can speed up git-annex commands by as much as a second,
 depending on the number of remotes.
   * fsck: Fix a reversion in direct mode fsck of a file that is
 present when the location log thinks it is not. Reversion introduced
 in version 5.20151208.
   * uninit: Fix crash due to trying to write to deleted keys db.
 Reversion introduced by v6 mode support, affects v5 too.
   * Fix a similar crash when the webapp is used to delete a repository.
   * Support checking presence of content at a http url that redirects to
 a ftp url.
   * log: Added --all option.
   * New url for git-remote-gcrypt, now maintained by spwhitton.
   * webapp: Don't allow deleting a remote that has syncing disabled,
 as such a deletion will never finish.
 Thanks, Farhan Kathawala.
   * webapp: Escape unusual characters in ssh hostnames when generating
 mangled hostnames. This allows IPv6 addresses to be used on filesystems
 not supporting : in filenames.
   * Avoid any access to keys database in v5 mode repositories, which
 are not supposed to use that database.
   * Remove the EKG build flag, since Gentoo for some reason decided to
 enable this flag, depsite it not being intended for production use and
 so disabled by default.
Checksums-Sha1:
 b3c93178b139a0915e5d50931970e1aba0f62551 4996 git-annex_6.20160719-1.dsc
 3be67b3010abf0fb326e4a0f1538a33dacb8e06b 5136952 
git-annex_6.20160719.orig.tar.xz
 6d74c3fb63efd76ad2e7ab14d9313bc0fc77a231 67092 
git-annex_6.20160719-1.debian.tar.xz
 f3e012b798d43cac4c8d96063f3f513961a106b9 3371576 
git-annex-dbgsym_6.20160719-1_amd64.deb
 c00209de7b202c21e8a826deeffd89d1c477fe12 10003510 
git-annex_6.20160719-1_amd64.deb
Checksums-Sha256:
 4655cb92e48dc0da955bf53f79810c7f85688fe83731b166260980baa283061e 4996 
git-annex_6.20160719-1.dsc
 b23f0da05f5778cf4cbd0035c488509ab4ef35cadc1a150083e6712842bee5ca 5136952 
git-annex_6.20160719.orig.tar.xz
 b3affcf6c866a93694ccaf458f928780fca799e2448519fa90f85fd85c741de9 67092 
git-annex_6.20160719-1.debian.tar.xz
 02e8e7cf1aaff61420af3013621cefa3294f311e0669b0f5fa988e69ca490311 3371576 
git-annex-dbgsym_6.20160719-1_amd64.deb
 ecf7ec0240a2876d17d7b06e3e56d3929da77a6f665f5261c71dfa3c9b6114c4 10003510 
git-annex_6.20160719-1_amd64.deb
Files:
 8e2c996e181daaf1975030241f3cd8f5 4996 utils optional git-annex_6.20160719-1.dsc
 8815fde8f30f399a5b85cf6a3fae4265 5136952 utils optional 
git-annex_6.20160719.orig.tar.xz
 01d3c562763a52038c5b8cc546ff3e56 67092 utils optional 
git-annex_6.20160719-1.debian.tar.xz
 6c36da3caff6b65ff5961b2083f322fe 3371576 debug extra 
git-annex-dbgsym_6.20160719-1_amd64.deb
 5a00853b23d768045d53273e6e146399 10003510 utils optional 
git-annex_6.20160719-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJXjxa6AAoJEGkGSwGVIG3TS+wQAI4ZkY+qYrp4nOt/s844c10i
+5s3+csuSch78XREIrja0S732PvgLE8GEq1SN269tyV0nA+2iRjKY0Sbk05lJQW2
g+QjSMfwjDlAjKrrlQjLiHZif6lcxoIR5QrCaf0nRyq2HvRC4EHuzI4yPvFOI92H
B3AEeZpRVEHek1j1uVrvEkE/rQc/HnaLpaD5/jtMaF7G0y8JDMVFE+DljXV8vXmy
K0yfDX5HmDVXd8B8+1gT98MqR4o0w+hdkHDxYkm5QBybuOVL56bKV4AcgzFXqBOf
0Ki6RXj/l2ZC/3pN1xl/F+D782R4WKvubI8bEH2jlUzs2e3XqGTXYHN97yDJLJrq
V2Il9GKOFg5jC/+s3RXuf9KYgOSocDnTkBn0p6MRgY3KIgrdomOniQxVN3IUd566
7U0ugR2fQ9DPRLaRTEuT28qGjb82Cn2da7toXugnEKe7INxJvNB52HBKMAvogwpF
8t9FZGeOq/TlrebD82htsTchGN5B/QpBGnAiEWQXKgv6UffZvcbspx+wvmiGLvjc
ms9s7MI0SvEmBDIuePWgvR7mYzVBBFni1K5TkGkDfFGxFHyUMCjpV4g892G+owOi
nz//sg4XazS2DdTfP+85PBeKwzu0h+0roE0dlRNHLGaUond+KgGnoh7JZDb460h5
Ee1c4wV4hJHoFPXLqC63
=8rtV
-END PGP SIGNATURE-



Accepted git-annex 6.20160613-1 (source amd64) into unstable

2016-07-19 Thread Richard Hartmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 19 Jul 2016 18:48:50 +0200
Source: git-annex
Binary: git-annex
Architecture: source amd64
Version: 6.20160613-1
Distribution: unstable
Urgency: medium
Maintainer: Richard Hartmann <ric...@debian.org>
Changed-By: Richard Hartmann <ric...@debian.org>
Description:
 git-annex  - manage files with git, without checking their contents into git
Changes:
 git-annex (6.20160613-1) unstable; urgency=medium
 .
   * Package 6.20160613-1
 .
 git-annex (6.20160613) unstable; urgency=medium
 .
   * Improve SHA*E extension extraction code.
   * Windows: Avoid terminating git-annex branch lines with \r\n when
 union merging and performing transitions.
   * Remove Makefile from cabal tarball; man page building is now handled by
 a small haskell program.
   * sync --content: Fix bug that caused transfers of files to be made
 to a git remote that does not have a UUID. This particularly impacted
 clones from gcrypt repositories.
   * Pass -S to git commit-tree when commit.gpgsign is set and when
 making a non-automatic commit, in order to preserve current behavior
 when used with git 2.9, which has stopped doing this itself.
   * remotedaemon: Fixed support for notifications of changes to gcrypt
 remotes, which was never tested and didn't quite work before.
   * list: Do not include dead repositories.
   * move --to: Better behavior when system is completely out of disk space;
 drop content from disk before writing location log.
   * Avoid a crash if getpwuid does not work, when querying the user's full
 name.
   * Automatically enable v6 mode when initializing in a clone from a repo
 that has an adjusted branch checked out.
   * v6: Fix initialization of a bare clone of a repo that has an adjusted
 branch checked out.
   * v6: Fix bad automatic merge conflict resolution between an annexed file
 and a directory with the same name when in an adjusted branch.
   * v6: Fix bad merge in an adjusted branch that resulted in an empty tree.
   * v6: Fix bug in initialization of clone from a repo with an adjusted branch
 that had not been synced back to master.
 (This bug caused broken tree objects to get built by a later git annex
 sync.)
   * v6: Make lock and unlock work on files whose content is not present.
   * v6: Fix update of associated files db when unlocking a file.
   * v6: Make git clean filter preserve the backend that was used for a file.
Checksums-Sha1:
 e7586099cdd99160b4e0f5372c6a8861243f85b7 4987 git-annex_6.20160613-1.dsc
 b5fb20199b5ac272038551e0bc67515303165496 5107276 
git-annex_6.20160613.orig.tar.xz
 3ebe7b1780647d629aaffa8ba4b327915bf69a7f 66616 
git-annex_6.20160613-1.debian.tar.xz
 032774eba6912a4dd84cb5d503c614461bb1e9f9 3375046 
git-annex-dbgsym_6.20160613-1_amd64.deb
 c83ba59d9de64f62032de89fcb4ee20b5edcac1d 10003490 
git-annex_6.20160613-1_amd64.deb
Checksums-Sha256:
 47097cbb263fa6540acae2b10c3660064f8bb7cb272b97334a15159b91619100 4987 
git-annex_6.20160613-1.dsc
 c33a1245dccf7fc07155e7eaf25a10ea761857a16b6c0579f76eda7674642c7b 5107276 
git-annex_6.20160613.orig.tar.xz
 d40ec20146348591fe4bae3766b091dee9903167edd6eeed2202dd7f6806296a 66616 
git-annex_6.20160613-1.debian.tar.xz
 6295b2a687f0d9fb471e250e73c6e700f28b21a3a696b5fa57c9d3cbefd0b04b 3375046 
git-annex-dbgsym_6.20160613-1_amd64.deb
 1d7af30afd27e5707c4bab8a4d2b8507c1f4be24026773fc44d335146d83089a 10003490 
git-annex_6.20160613-1_amd64.deb
Files:
 ee42cfedaf894af9c94eac87a51e13b1 4987 utils optional git-annex_6.20160613-1.dsc
 de02823fff71aa0f0d5b272fa501f9e3 5107276 utils optional 
git-annex_6.20160613.orig.tar.xz
 ceae23b394698874531a0d682f24d8e3 66616 utils optional 
git-annex_6.20160613-1.debian.tar.xz
 08cfa0c12c846286cb0c393df9e36a62 3375046 debug extra 
git-annex-dbgsym_6.20160613-1_amd64.deb
 03e2433fa75e8d1eca060573ddf8d17f 10003490 utils optional 
git-annex_6.20160613-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJXjl2vAAoJEGkGSwGVIG3TXScQAM32bo9AxWdgoBICqjS5lMiP
en9DWcVuHBT2ohOrmBbsHDoYiGfwrzqg+D71x9E41CBh9xuQEIq0jMvKJScx/J9v
zEr1XJOIALdrV5nN3/818VSHBJKEo95uvqWscHTWSThyfkuuXijbCbzILrB7ns+y
BUrK57wQfXemReoqPGHBG4d3FpF41JJx4los9fVs84cN3Jc8CiB6L2vcqw8k+tlu
IZID21B4TScrWx0rND5gSCnXVbGJ9kj6jGv6RVkuNUYWSsd0iVk45hdHz6FlgaJ5
i5N7f/Pl09tJ4kKDGWvYdQFclwpLfOIKFjQJHYcI53owaI30ka4BLVAxbx4y0QiG
TG8snY/e232ZZTcp1boy4Sf1rfqcSoZgqEKvc6S56oFvhQhOEcEFctBpQJESUe70
SAsHgVdP1Ik90dG7/WszjLfuDx5n65uBn6B47wRwAPiHiA40YlDZ+muekqGnj7Tp
bgTyu4ko48FiADW8QWDYGsCjr8EFfQGKk5m79uRQJbu9gUeZD56LnAzNpmaAT+EU
9x3kPSdzL2pz1/wXxbXTh7QA8rpz4RSQ5kXBldMoBE+qVPJ7dDypyQEV9NTYw2IK
J40J3fIxzCfh2ocXoKY0qMyVB8iieUm1LFUcDMy0iBxTM39p2C18MTTVJYEIVxXw
4U3kGhXbsbu8MBbR7fOj
=oWBz
-END PGP SIGNATURE-



Accepted git-annex 6.20160511-1 (source amd64) into unstable

2016-05-15 Thread Richard Hartmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 14 May 2016 15:50:11 +0200
Source: git-annex
Binary: git-annex
Architecture: source amd64
Version: 6.20160511-1
Distribution: unstable
Urgency: medium
Maintainer: Richard Hartmann <ric...@debian.org>
Changed-By: Richard Hartmann <ric...@debian.org>
Description:
 git-annex  - manage files with git, without checking their contents into git
Changes:
 git-annex (6.20160511-1) unstable; urgency=medium
 .
   * Package 6.20160511-1
 .
 git-annex (6.20160511) unstable; urgency=medium
 .
   * Fix bug that sometimes prevented git-annex smudge --clean from consuming
 all its input, which resulted in git add bypassing git-annex.
   * Fix build with directory-1.2.6.2.
   * Improve behavior when a just added http remote is not available
 during uuid probe. Do not mark it as annex-ignore, so it will be tried
 again later.
   * Android: Icon refresh.
 Thanks, freewheelinfranks.
   * Added DIRHASH-LOWER to external special remote protocol.
   * git-annex.cabal: Add Setup-Depends.
   * stack.yaml: Enable explicit-setup-deps.
   * Windows: Fix several bugs in propigation of changes from the adjusted
 branch back to the master branch.
   * Windows: Fix an over-long temp directory name.
   * map: Hide dead repositories that are not connected to the graph.
   * map: Changed colors; red is used for untrusted repositories and grey
 for dead.
   * version: Display OS version and architecture too.
   * Propigate GIT_DIR and GIT_WORK_TREE environment to external special
 remotes.
   * Added annex.gnupg-decrypt-options and
 remote..annex-gnupg-decrypt-options, which are passed to gpg
 when it's decrypting data.
   * fsck: When a key is not previously known in the location log,
 record something so that reinject --known will work.
   * In the unusual configuration where annex.crippledfilesystem=true but
 core.symlinks=true, store object contents in mixed case hash
 directories so that symlinks will point to them.
   * Added new encryption=sharedpubkey mode for special remotes.
 This is useful for makking a special remote that anyone with a clone
 of the repo and your public keys can upload files to, but only you can
 decrypt the files stored in it.
Checksums-Sha1:
 cd8f7e5e2cecf2dd9f2577819f364ef16cb8ac23 4987 git-annex_6.20160511-1.dsc
 a35c47be5f71e82757729c6d0a5cb5dc991ce890 5065344 
git-annex_6.20160511.orig.tar.xz
 3425af8d7905ebacc8aaf84773b46027faf51b0d 78096 
git-annex_6.20160511-1.debian.tar.xz
 8a32e8f42527e8599982b6a757731e5ec4cf209f 3368368 
git-annex-dbgsym_6.20160511-1_amd64.deb
 258d26fcb482b29c8b8c8f48c793e88ae9a52394 9913224 
git-annex_6.20160511-1_amd64.deb
Checksums-Sha256:
 0b3dfc15d5f6e9e08ba79e4e3d2d2556d6357fbaacc9d834ee1166f9b28150e0 4987 
git-annex_6.20160511-1.dsc
 5f2ad5cacc5a7fbf7081c9d9c2323a97083ac960f5bfc42d6645cc2a1bce4617 5065344 
git-annex_6.20160511.orig.tar.xz
 4b284fe828596f3f347fd00d8557a339bb2eb38ade1f7709578073304426e499 78096 
git-annex_6.20160511-1.debian.tar.xz
 f4cdf8092145fb29cb5c06b91be51397d6528b4c7ad795e4247e24701984a5b8 3368368 
git-annex-dbgsym_6.20160511-1_amd64.deb
 4ee186037e1d5f638dd3dd25ec8690501d0941a2b6f54b472051527af0d60adb 9913224 
git-annex_6.20160511-1_amd64.deb
Files:
 534c9a46e537ed9efe98ed272c47a5c9 4987 utils optional git-annex_6.20160511-1.dsc
 e8898d31575fe218790b7a538fde15db 5065344 utils optional 
git-annex_6.20160511.orig.tar.xz
 8d901e00767108b97b4eb6d0814610d9 78096 utils optional 
git-annex_6.20160511-1.debian.tar.xz
 718733545268fb6c1198de1dfaedbe0f 3368368 debug extra 
git-annex-dbgsym_6.20160511-1_amd64.deb
 68d0b0c2e2dbbc0aec224b99663de052 9913224 utils optional 
git-annex_6.20160511-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJXOJypAAoJEGkGSwGVIG3TxMYP/iffHxhGiGS4nj7Jr1VS6gWh
up046MiS7En3VBUokL4nGQ40l9+4d8cDUvzGAaJUna7MhkjEOGtsX8m9W/fl5Xgl
tz0O7x4a6cc16keotA2XyVwmTMT8fmmcJDXnUyF7xVSa0yi/i9g73GT1X1Pp3Vk3
G200iepzZwrcwjHcRrXCmSV8v+Ei2OvuewSstqParwxAeDHZnCXX5Q1MkKRbVhFr
T56LuYsvZCQoYC2Gg0XOeqAPiFKgW/eOEVRUmEKIIoCm5F1hpANJZhChf7SLBmY9
gZKBpaxrzkZXfuBF9IOAoIaYH5gaHFPyjIMZ9Que8ytODzzftGltIRKdgNMJ1Ox/
LBY5cG+bSd7EMAhB30csVSfYvqCJqgM6/f5oxXb0JWm3ic2dpYZnnZKba7EEDeq+
MI1cXFxx00Mp/2nHAe+U27rIMzUv1R1jRhpoP6d59gSxLHG0yHzwOKur8I7JAoM9
oRyl3L6si2A/aAR83vJZUO0nsv/78DZOKOdORatUmD0fZww579x/iUDkDp5h2zlz
zav0cQpLHnfEnctGf8SpuLuZq/3Ok21MTC+LiEImP6a4R8KxOj2ZFfK52f0VC87i
i1VCTGyhLe7jXLrBmxSFX/MuFg/wRQdSnJfZRGS6cYr5gbRmJSd/2jKSA6WEcgCi
1TfRODz45wwoi8Fd8RE7
=inDQ
-END PGP SIGNATURE-



Accepted git-annex 6.20160419-1 (source amd64) into unstable

2016-04-30 Thread Richard Hartmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 30 Apr 2016 08:58:17 +0200
Source: git-annex
Binary: git-annex
Architecture: source amd64
Version: 6.20160419-1
Distribution: unstable
Urgency: high
Maintainer: Richard Hartmann <ric...@debian.org>
Changed-By: Richard Hartmann <ric...@debian.org>
Description:
 git-annex  - manage files with git, without checking their contents into git
Changes:
 git-annex (6.20160419-1) unstable; urgency=high
 .
   * Package 6.20160419-1
 .
 git-annex (6.20160419) unstable; urgency=medium
 .
   * Fix bug that prevented resuming of uploads to encrypted special remotes
 that used chunking.
   * That bug could also expose the names of keys to such remotes when
 attempting to resume an upload, so it is a minor security issue.
   * Fix duplicate progress meter display when downloading from a git remote
 over http with -J.
   * reinject: When src file's content cannot be verified, leave it alone,
 instead of deleting it.
   * reinject: Added new mode which can reinject known files into the annex.
 For example: git-annex reinject --known /mnt/backup/*
   * calckey: New plumbing command, calculates the key that would be used
 to refer to a file.
   * Fix bug that prevented annex.sshcaching=false configuration from taking
 effect when on a crippled filesystem. Thanks, divergentdave.
   * git 2.9.0 is going to prevent git merge from merging in unrelated
 branches. Since the webapp's pairing etc features often combine
 together repositories with unrelated histories, work around
 this behavior change when the assistant merges, by passing
 --allow-unrelated-histories. Note though that this is not done
 for git annex sync's merges, so it will follow git's default or
 configured behavior.
   * When git-annex is used with a git version older than 2.2.0, disable
 support for adjusted branches, since GIT_COMMON_DIR is needed to update
 them and was first added in that version of git.
   * Avoid setting LOCPATH in linux standalone builds that are built with
 a ghc that has been fixed to not hang when it cannot find locale files.
   * Isolate test suite from global git config settings.
Checksums-Sha1:
 a5c106bdd5a491f2f9849b9efaf9faf69c5cfae9 4987 git-annex_6.20160419-1.dsc
 af9be652ad29e7fcc7cf0f94244ea5a87a165d5c 5042912 
git-annex_6.20160419.orig.tar.xz
 da55aedab82b8d5648cb09a00b9d031f685eafb3 77624 
git-annex_6.20160419-1.debian.tar.xz
 2713063f73846832b9e233ad3b7e2f0287810cff 3365800 
git-annex-dbgsym_6.20160419-1_amd64.deb
 1181e2dca20ef4c6d72f77cbb68f6acb6816e858 9906308 
git-annex_6.20160419-1_amd64.deb
Checksums-Sha256:
 1acd25252460af24594049adf55cec7c20216b591d3e78defb722674851d4dda 4987 
git-annex_6.20160419-1.dsc
 8d876b4a65da15a7b0b0e0c1d4350348aec29af8b5177ec8f874c9d06ee53ccc 5042912 
git-annex_6.20160419.orig.tar.xz
 7646a44ce3f7e01f7df04b8af85f43b6a3d8df76d6aefab368d5e1a560b70786 77624 
git-annex_6.20160419-1.debian.tar.xz
 85749fbcfac887bc10a46aa91473181fd57460a235d07f89c59718b226eaf071 3365800 
git-annex-dbgsym_6.20160419-1_amd64.deb
 1cfc3d90268d2ba50c0fc902b7ddb9f6a3edafc4f57abdd97f25e390161eaabb 9906308 
git-annex_6.20160419-1_amd64.deb
Files:
 3eab19dfa3a05333705f5123ac4d7678 4987 utils optional git-annex_6.20160419-1.dsc
 6686991e6992dc224ad64f51a62a1fa1 5042912 utils optional 
git-annex_6.20160419.orig.tar.xz
 cb58740bbfe3365017d43f00c6197e38 77624 utils optional 
git-annex_6.20160419-1.debian.tar.xz
 396626ae2a1e3f02ad91c5d905d82b94 3365800 debug extra 
git-annex-dbgsym_6.20160419-1_amd64.deb
 be5e6585b8a7593c1547a2da45be5117 9906308 utils optional 
git-annex_6.20160419-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJXJKW1AAoJEGkGSwGVIG3TItgP/3TbACanok6O3YQGRhWOXfF6
UsqF9EmdkJsVsdWV2QMCe8TavNVEf4FdIEk/OiSnJQGDanMgd2reY9uKbMFTAtYV
WFVDNynifGvLIKV9EJtCw4L9oYOwwP3Ko3Yr5geNttuib3iXcv6t7lg2y9sxqNKz
EXzzyEL9O5x+hq4cxiZCmo4byoSUuivavVJSUt+mGemkMXxQP8/V2kL0BHyTfIa1
2zzCKzUqTfr63urdngN47vBKpXQOgHCxpP4sbtVf0Pe+ZT8oA2di/SRNBRokbqIB
NWjyPJja2sb0l6rCV0+y7TxsXL2tHMt4k01aA2/R7ABAkDwPaUBhreruo0CubpTV
UEfWeBXvLJ7oy4+/V4FadFVPyW4GE+l3uxWHy3HK5KVDvu25jLUI/7TAzi9vQi0S
rSYF2QpKMn32/883sE0yGL+p4BohqP8MYV9ruBnwGhmEaaR/HAq+CUaTjcTmoOcr
oPvshJU/2VSJYsgaYvhPcH779VhDFY99q4nnWq8MoM3iEBnk7NScpstMRi8tACbY
b2oSWdhJCOohf2c//evAa9GzI/6OB1p0e2o0FP0Js/snrV1qhDtCSBouXSTiHRAP
S+RdkNkZh9aKvZc0JV4zyArJPf6ORfznb3AGm8NcYKOfg8QoYgQmpCayL/wNVeC2
LV2FeunCoRQ5rsfCo405
=Eszb
-END PGP SIGNATURE-



Accepted git-annex 6.20160418-1 (source amd64) into unstable

2016-04-20 Thread Richard Hartmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 21 Apr 2016 06:12:10 +0200
Source: git-annex
Binary: git-annex
Architecture: source amd64
Version: 6.20160418-1
Distribution: unstable
Urgency: medium
Maintainer: Richard Hartmann <ric...@debian.org>
Changed-By: Richard Hartmann <ric...@debian.org>
Description:
 git-annex  - manage files with git, without checking their contents into git
Changes:
 git-annex (6.20160418-1) unstable; urgency=medium
 .
   * Package 6.20160418-1
 .
 git-annex (6.20160418) unstable; urgency=medium
 .
   * smudge: Print a warning when annex.thin is set, as git's smudge
 interface does not allow honoring that configuration.
   * webapp: When $HOME is a git repository, and has been initialized for
 use by git-annex, opening the webapp went ahead and ran the assistant
 there, annexing all files. Since this is almost certianly not
 desirable, especially when the user is just opening the webapp from
 a dekstop menu which happens to run it in $HOME, the webapp will now not
 treat such a $HOME git repository as a git-annex repository.
   * webapp: Update url to add gitlab.com ssh key.
   * Fix bug in v6 mode that prevented treating unlocked executable files
 as annexed. If you have such files, run git annex init --version=6
 to update the cache after upgrading to this version of git-annex.
   * Preserve execute bits of unlocked files in v6 mode.
   * fsck: Warn when core.sharedRepository is set and an annex object file's
 write bit is not set and cannot be set due to the file being owned
 by a different user.
   * Fix hang when dropping content needs to lock the content on a
 ssh remote, which occurred when the remote has git-annex version
 5.20151019 or newer. (The bug was in the client side; the remote
 git-annex-shell does not need to be upgraded.)
 .
 git-annex (6.20160412-1) unstable; urgency=medium
 .
   * Package 6.20160412-1
 .
 git-annex (6.20160412) unstable; urgency=medium
 .
   * adjust --unlock: Enters an adjusted branch in which all annexed files
 are unlocked. The v6 equivilant of direct mode, but much cleaner!
   * Upgrading a direct mode repository to v6 has changed to enter
 an adjusted unlocked branch. This makes the direct mode to v6 upgrade
 able to be performed in one clone of a repository without affecting
 other clones, which can continue using v5 and direct mode.
   * init --version=6: Automatically enter the adjusted unlocked branch
 when filesystem doesn't support symlinks.
   * ddar remote: fix ssh calls
 Thanks, Robie Basak
   * log: Display time with time zone.
   * log --raw-date: Use to display seconds from unix epoch.
   * v6: Close pointer file handles more quickly, to avoid problems on Windows.
   * sync: Show output of git commit.
   * annex.thin and annex.hardlink are now supported on Windows.
   * unannex --fast now makes hard links on Windows.
   * Fix bug in annex.largefiles mimetype= matching when git-annex
 is run in a subdirectory of the repository.
   * Fix build with ghc v7.11. Thanks, Gabor Greif.
 .
 git-annex (6.20160318) unstable; urgency=medium
 .
   * metadata: Added -r to remove all current values of a field.
   * Fix data loss that can occur when annex.pidlock is set in a repository.
   * Fix bug preventing moving files to/from a repository with annex.pidlock 
set.
   * Fix shared lock file FD leak.
   * Fix metadata hook behavior when multiple files are added at once.
 Thanks, Klaus Ethgen.
   * Added dependencies on haskell mountpoints and disk-free-space
 libraries, removing FFI code from git-annex.
   * dropkey: Add --batch and --json.
   * Fix OSX dmg to include libraries needed by bundled gpg,
 lost in last release.
   * Always try to thaw content, even when annex.crippledfilesystem is set.
   * Correct git-annex info to include unlocked files in v6 repository.
   * Sped up git-annex add in direct mode and v6 by using
 git hash-object --stdin-paths.
   * Sped up git-annex merge by using git hash-object --stdin-paths.
Checksums-Sha1:
 d28d7b944dd47e242ccb256ed625213e6356d15a 4962 git-annex_6.20160418-1.dsc
 de4342c61ab35acc15c3cd9a67b0df16bbab6c75 5490656 
git-annex_6.20160418.orig.tar.xz
 ef89765661630b94ae99e5cce283a0ace2fb35a2 77196 
git-annex_6.20160418-1.debian.tar.xz
 08df2bcb0e5e56dae52b4239c7a5b75f14bcac64 3361576 
git-annex-dbgsym_6.20160418-1_amd64.deb
 9a05dff44e72fe18a7a4342fadd3c933ddb8e847 9902598 
git-annex_6.20160418-1_amd64.deb
Checksums-Sha256:
 a4603b8458e48145b09aef1201fe309a265fcc1c14e2fdf580b8a408688aeac9 4962 
git-annex_6.20160418-1.dsc
 aad02cb48f5d6331ab2cb13d51737ed08c3c7241cd7ad63f40c18fcea4a211cc 5490656 
git-annex_6.20160418.orig.tar.xz
 05401f88ef8de66317e781157734a6d3a4946eabe2ba6e9d3d93468503507ef3 77196 
git-annex_6.20160418-1.debian.tar.xz
 505778eb7838de24c1778e2ed7abecc17641b33baaef65419e346a9e8e3c09dd 3361576 
git-annex-dbgsym_6.20160418

Accepted git-annex 6.20160229-1 (source amd64) into unstable

2016-03-08 Thread Richard Hartmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 08 Mar 2016 00:12:28 +0100
Source: git-annex
Binary: git-annex
Architecture: source amd64
Version: 6.20160229-1
Distribution: unstable
Urgency: medium
Maintainer: Richard Hartmann <ric...@debian.org>
Changed-By: Richard Hartmann <ric...@debian.org>
Description:
 git-annex  - manage files with git, without checking their contents into git
Changes:
 git-annex (6.20160229-1) unstable; urgency=medium
 .
   * Package 6.20160229-1
Checksums-Sha1:
 d242354eb4eabd9e30cfac596e12b9a357fd0882 4937 git-annex_6.20160229-1.dsc
 9098299fb1b9bff09ce0e9f70311e1c7a20c 5431892 
git-annex_6.20160229.orig.tar.xz
 e89b9da78e2f66114a7c84c9b8021a1751c15d09 76560 
git-annex_6.20160229-1.debian.tar.xz
 f8e9153d13595cc9d3cc586f723e440eea52f4ec 3347544 
git-annex-dbgsym_6.20160229-1_amd64.deb
 97593a9c7ae270e05d07cb7d30cf84de75492d22 9875900 
git-annex_6.20160229-1_amd64.deb
Checksums-Sha256:
 8f78a9ed17ce982609d65f8887ec0ae40a0d2ae886736e445c8d98e8dc09c24e 4937 
git-annex_6.20160229-1.dsc
 abc3b217b286957012fa0b3221dc6122cc1b2da691804d86a3da4ae64a0aa2bb 5431892 
git-annex_6.20160229.orig.tar.xz
 af1a386215ffc71fc9431bdcf25cf7f43e3d31df12807346afc747fd62a4e3c7 76560 
git-annex_6.20160229-1.debian.tar.xz
 d5da9412e909c8c03f7d719e60e53e97e894efbd52e8efd20a493cb2027cc69b 3347544 
git-annex-dbgsym_6.20160229-1_amd64.deb
 98979d971b32b14bbbfa18cf69f8e5d8b16723f019630e0d7c781c267f85cddd 9875900 
git-annex_6.20160229-1_amd64.deb
Files:
 0c43fa8d31dcb6b2b8c55d779d28ec42 4937 utils optional git-annex_6.20160229-1.dsc
 5ca798e8826a36a3fd709c62f13aba2e 5431892 utils optional 
git-annex_6.20160229.orig.tar.xz
 4a75d34d8c8b8ea5cfc92e4678fccadf 76560 utils optional 
git-annex_6.20160229-1.debian.tar.xz
 eb05056eeaf913914fb25a0d0680e25c 3347544 debug extra 
git-annex-dbgsym_6.20160229-1_amd64.deb
 9cfabf72c874b21eb22d8faaddff8020 9875900 utils optional 
git-annex_6.20160229-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJW3z0IAAoJEGkGSwGVIG3TP9QP/0hVRXpkMOJdoEoR9kB9zn+n
2g6w2bD1ZN4N2pLOmECMSxmGC6ndbCgBkoRfeU3DwpZaJys4uoJ7+/3ln0dY3HHo
2JRaqBNpjzs0qji+i20m+AqRCI0Us8e0EVSuDizaKVmQETk6+VGot8k3Pb89W0sM
ku7Je4U88O/x1eKZ5Dtk3cDAoKqbvbWuQfzhg8ZK4P9INwwx7Log0Ed8oTVAE2ix
Tgu3qV+8aPPgyOs+xkzUTpEy77ovw0JouMzbip2VIfUiQ0GoEOaC82URWYYKHXqZ
rEVEQnxaEdGulZJ5HYDcerYnV2aYRHLUiIwcwCYngF5mciJuGhe+y4FrZ2DONPQ6
683NLvdLtR+A9YP5NGpExqhNC82+u/7n/xCGjAxlkTmKRYrZPTBVi0LTwx/OpNJb
ILs83nVfTdjvAVcebNamzHPfISSlxR5xAYoTs6eL597H1T+aaAGHYBKTzbHEwuju
ghlWMWrdRQOyoRvWwL7Des6BBTJa/jgBq6Q3a321WNGpoifbB1183N3j+Epz
ryFhyxTR/N4DPg3bi1t0Gp1oKcCy8DeCRNLCtvnQ7PqWzHoTHw8EwNVihiNqxB/G
qAzDj8wTSWaKXttvgzC7HFTQEQHTGcXh7xiYqJoUCECC95GWnDBMmrzslfEt8jk/
0ZFnxY0B9IvctqB2WQyh
=XJEC
-END PGP SIGNATURE-



Accepted myrepos 1.20160123 (source all) into unstable

2016-01-23 Thread Richard Hartmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 23 Jan 2016 14:22:44 +0100
Source: myrepos
Binary: myrepos
Architecture: source all
Version: 1.20160123
Distribution: unstable
Urgency: medium
Maintainer: Richard Hartmann <ric...@debian.org>
Changed-By: Richard Hartmann <ric...@debian.org>
Description:
 myrepos- tool to manage all your version control repos
Changes:
 myrepos (1.20160123) unstable; urgency=medium
 .
   * Basically just package what Joey did.
Checksums-Sha1:
 8092eb8b4980a6ff07c87f273adcd15a8f215f16 1486 myrepos_1.20160123.dsc
 32336af97d957efc100e0235e98e13c37ce3b4cd 49884 myrepos_1.20160123.tar.gz
 acae62342d4060117aa707582cd8480fd2db3a5d 46924 myrepos_1.20160123_all.deb
Checksums-Sha256:
 c3ea4030448255a8baecb47adb1591c8275044158abf9eadc9166e844a0041e2 1486 
myrepos_1.20160123.dsc
 ef35760591133a456ecc39b2fb6f568d81b40f174b78d3a7720ba6150dc3761d 49884 
myrepos_1.20160123.tar.gz
 29df963e17fe1e062d4e0193da7accea03dfe65e698d8077dcfc947cdf256980 46924 
myrepos_1.20160123_all.deb
Files:
 701f6417fb1c0bc71a445c8a6abe65d3 1486 vcs optional myrepos_1.20160123.dsc
 d991209c2532bb1af72c4ebe83c2ca87 49884 vcs optional myrepos_1.20160123.tar.gz
 97cc3c832d7d49db68b48379b40bc377 46924 vcs optional myrepos_1.20160123_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJWo378AAoJEGkGSwGVIG3Tnj0P/RnsD23MekRTNe+ce+9X+REi
K7KZOGM9jEWh3Io+0tPYz9Yn7k81/2f+1U1h/Jv/z+XmY8pScuoFueY68brww5a5
F/zhhdvutNAvEIiIO8RjbVpfUVX8IebW2P39P+Ekc3UkRnUVSL9+GfFeoGZ3BVtX
gpf8CCdFE679Uq8kqmQHs1BMLilo1F+mo8XnvwaW8fkanIfko2J/Uc/AAEktFInr
DLX66p/UgCmFjsBPyfDivTmBmU3bbELCtZlT+ReNxjvTV/fiiHY0hk24UIs0oera
umEj68vCwpkoaro+cWFY2uvOXGyEPBoXL+fGSz/otkC/hBQ/1zZqU2Q+3KAUPvSe
guJjrTHUagf23CWHflsoMwAbClpaRRT0Hu0trMd1rjTNtgXZRDdsTasWiCGnnmCQ
q9QqCGtMxkVkbMTDNMYyQ5dRKbbabZI9HpsXnl6f+4y61+1nf1qVb4ZlJsf3Ao2O
0S2oRU8lkVG6gkXBBbT3OBstPRbfic7LgsxIj3jRX9P+1D7lXexZve5WqblKhi23
Ru5PecrI16xmqjQrrZFi01004inZ2qTTiglym18m1nG32V2h41aCLRThjXQhhPvb
0fZM0/FaJJSUe/kRc0+1miz5QLiwnnRh4oAnfRlSyTIHnQQnwHGbSS1MpRIokhIn
ccJkRE1RgZPdDlpeIji7
=+1nD
-END PGP SIGNATURE-



Accepted vcsh 1.20151229-1 (source all) into unstable

2015-12-29 Thread Richard Hartmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 29 Dec 2015 20:28:57 +0100
Source: vcsh
Binary: vcsh
Architecture: source all
Version: 1.20151229-1
Distribution: unstable
Urgency: medium
Maintainer: Richard Hartmann <ric...@debian.org>
Changed-By: Richard Hartmann <ric...@debian.org>
Description:
 vcsh   - Version Control System for $HOME - multiple Git repositories in $
Changes:
 vcsh (1.20151229-1) unstable; urgency=medium
 .
   * New upstream release
 + Release 1.20151229
 + Fix tests to always use C locale, this makes vcsh reproducible
 + Implement `vcsh foreach`
 + Implement `vcsh list-untracked -a`
 + Handle Git older than 2.x gracefully
 + Fix broken list-tracked-by
 + Fix regression in `vcsh which`
 + Skip ignored files in the output of list-untracked
 + Improve cloning
 + Clean up docs
 + Implement `vcsh status --terse`
 + Improve tests
Checksums-Sha1:
 7e67e254eb12a54929a1f4ba7669b492ee105812 1864 vcsh_1.20151229-1.dsc
 e24a0de8317716b03316b7bfac0811faa1019291 29536 vcsh_1.20151229.orig.tar.xz
 1533bb9049f461f9f49d9d4b5f9098a698fd9f47 3704 vcsh_1.20151229-1.debian.tar.xz
 5c0bb3f028b160361036df19cfdf453a598f61ad 19122 vcsh_1.20151229-1_all.deb
Checksums-Sha256:
 7638f2988c06f1ec21536801afca13497c7593415de4c5c9b859ea8a02a2c958 1864 
vcsh_1.20151229-1.dsc
 8aa3b6e1db7a46a4d8d97cd6f165e7447cafb21e1566cabe18f39e939ed8cebe 29536 
vcsh_1.20151229.orig.tar.xz
 7007ad16ef5656ab733320227f0ef68ccc692530d3a85e5f6a47ccdb61f76eb9 3704 
vcsh_1.20151229-1.debian.tar.xz
 dd024ad9bd4baa7083918f746916eeba35bc60efa0a35d8497e2464f186943c3 19122 
vcsh_1.20151229-1_all.deb
Files:
 5a9d879587cb02b618ebb9c295019f70 1864 misc optional vcsh_1.20151229-1.dsc
 462f56d3e96ffd8201c9c81a193dcca2 29536 misc optional 
vcsh_1.20151229.orig.tar.xz
 5860af545dc28748d343ec42acc0d134 3704 misc optional 
vcsh_1.20151229-1.debian.tar.xz
 c90504a216b7b0784239c2b91e911733 19122 misc optional vcsh_1.20151229-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJWguPrAAoJEGkGSwGVIG3T5n0P/0ciAoxcYzxKPwgdFq83/nz9
KFvpTdNCCOLDCStOlsyby/EE6h35r2tj1+8kqFQHlFXmxebZ3NabYtbpNkiuUmmm
Xj7Z9L+9jvZrnoOlBcPhlHC+WMieXMQUgjiSml01IqXiSmWMLbKKuu7LMppYuMDS
u0F5AJRMOflrOgWPYFCQakBzmKjU3tFKpaxCrumC5W63Xo4gULeHcx+qVIjhSX+Q
9Xby6z7b/7UWisi2d93C6SqWItSb8PRZ4rPjppLwD6Fc9XB5nMIhetpItGlJs03e
ePVlD3au0wqn3oYGPsHFZqnHcSSSa30xuC8aRVRt0E6b15LMLSvRCYgwP3wcIr2Y
Tn8zRHq2ph6nSI5wk+JQwjLZ0XkZYZ+PxPYYcS3fRT4jSPJlRnMwMhwJ2TFUptmv
AofdNeWdXuYjjCcWkY3gZ+gkuEJMUtPourglK9ma8z6V80O1HMu9uUTflHSb+ReL
JeHopCp0b1wrTokllalxYKBE2RSrGLdBPr3MJSH/H2F8WJEatLW5RdxWUfalk8FL
SX1KvKzUzE3KhNy3DkW1i8VV5KwJW2Bu+hD/ZuAmt8MCKTYI/sUyVV08u6vkQ/Lo
nuBdR/DjY8uqxA2znZPmeFWjcWjjMOUUhE0/gXusLimfRv306FJ6L2E19ftA11jJ
HlWQOJj7k3d47mE8mw3f
=4EF4
-END PGP SIGNATURE-



Accepted git-repair 1.20151215-1 (source amd64) into unstable

2015-12-15 Thread Richard Hartmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 16 Dec 2015 07:26:04 +0100
Source: git-repair
Binary: git-repair
Architecture: source amd64
Version: 1.20151215-1
Distribution: unstable
Urgency: medium
Maintainer: Richard Hartmann <ric...@debian.org>
Changed-By: Richard Hartmann <ric...@debian.org>
Description:
 git-repair - repair various forms of damage to git repositories
Closes: 807341
Changes:
 git-repair (1.20151215-1) unstable; urgency=medium
 .
   * Package 1.20151215-1
 .
 git-repair (1.20151215) unstable; urgency=medium
 .
   * Fix insecure temporary permissions and potential denial of
 service attack when creating temp dirs. Closes: #807341
   * Merge from git-annex.
Checksums-Sha1:
 af218389beced7004b6388a8748468d64af162af 2111 git-repair_1.20151215-1.dsc
 32ff8973ed5ead17e0d4f2c8463d9cbf5a5709b6 70480 
git-repair_1.20151215.orig.tar.xz
 ef5eac90dc188e424aed720de65dc857aaaceb38 3356 
git-repair_1.20151215-1.debian.tar.xz
 cb584756292f8caf221fae921d63447f2c357dc5 876096 
git-repair_1.20151215-1_amd64.deb
Checksums-Sha256:
 50ca6a8985b9c3afa7167e8dd422e4ad106f4569f7a978b69e6659e11ebbf983 2111 
git-repair_1.20151215-1.dsc
 3adfbf0ca86289eac1a74bbe0fe690c26f47d21d646068f83300ee04daa121f6 70480 
git-repair_1.20151215.orig.tar.xz
 d90ccc2ae15e0de8fdee0a947c6a7290dc4b5482bb0666e9cf5f2a2c3f2722a7 3356 
git-repair_1.20151215-1.debian.tar.xz
 b998756a8671a59fa01002958d1cedc66bc28261c44d46ca7fdab465a1af55a3 876096 
git-repair_1.20151215-1_amd64.deb
Files:
 c27f12c9de914d58287604653a3b0ef1 2111 utils optional 
git-repair_1.20151215-1.dsc
 4473ee136a16fe1cf8de58ffa32d3ec7 70480 utils optional 
git-repair_1.20151215.orig.tar.xz
 53ca50b03e91ab5e5f5aeb8d35447155 3356 utils optional 
git-repair_1.20151215-1.debian.tar.xz
 599c49e9d9557981d003173665141d21 876096 utils optional 
git-repair_1.20151215-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJWcQTKAAoJEGkGSwGVIG3TnisQAInTYO0P6oQcMX1aSBvrrzPR
WU4/xwPXxZH2QJdvvb7x12BfKA9f/ZwPB1r7VJ3b3VQpEQPJs1P4YEIayI6YwGdg
cWRTUxxvnu/cKnFDPT6AqfcwXFk+CAI3/1y3N1ZJLo20bgTiZ0x4y9fKukbF+ON3
+eEFGY9ItRpEQKCt4eXg1l4EUvGvIv0a1hbfT1BTa9NVBozSmPsHbPhKqCsreXyW
dJniAS6SKUj11yx6VrscC9E4vU7agPvV/fqOc4RvpV6ib/QegWQPWOwhPFhX9TiK
1EAl8EuTlP6Z2Shf6DokNfSlMzHCg7ClFcciN2y3fJmoTbWcB4DBh8eDbiH3cjts
WF9yzAEprWcm93KI8Flz1wuvcXKePc7eSEtXNqrdfckzjB+Y89zpH5k5LOru+VlQ
fbojvM/QJ+OJfZLbWUKH4L5iHVHn28pOd9fLAG94XBASKXaz24gxX01/Fa21+Zyl
4KJ8dPL4oEZW8sC2mQCBY79wpqdv6ZN+qTafSFAj8bKJFnxbz03OU4temMDeWRsr
SFmAFJpWL4EO8Mgs3e7eKN1DcQYuWtPjpcwqs6mDYOiDSm9+6ISJ4zgrWVyatWzm
hcjccV2cJwEFhKSuQXzvHPdCFBLUj68T6dNu5wxXErSfBitUzAy91swP3EJSvJuk
V3vKd3wrSV0P0J1iD4of
=tAEk
-END PGP SIGNATURE-



Accepted git-annex 5.20151208-1 (source amd64) into unstable

2015-12-09 Thread Richard Hartmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 09 Dec 2015 13:07:41 +0100
Source: git-annex
Binary: git-annex
Architecture: source amd64
Version: 5.20151208-1
Distribution: unstable
Urgency: medium
Maintainer: Richard Hartmann <ric...@debian.org>
Changed-By: Richard Hartmann <ric...@debian.org>
Description:
 git-annex  - manage files with git, without checking their contents into git
Changes:
 git-annex (5.20151208-1) unstable; urgency=medium
 .
   * Package 5.20151208-1
 .
 git-annex (5.20151208) unstable; urgency=medium
 .
   * Build with -j1 again to get reproducible build.
   * Display progress meter in -J mode when copying from a local git repo,
 to a local git repo, and from a remote git repo.
   * Display progress meter in -J mode when downloading from the web.
   * map: Improve display of git remotes with non-ssh urls, including http
 and gcrypt.
   * When core.sharedRepository is set, annex object files are not made mode
 444, since that prevents a user other than the file owner from locking
 them. Instead, a mode such as 664 is used in this case.
   * tahoe: Include tahoe capabilities in whereis display.
   * import: Changed to honor annex.largefiles settings.
   * addurl, importfeed: Changed to honor annex.largefiles settings,
 when the content of the url is downloaded. (Not when using --fast or
 --relaxed.)
   * webapp: Fix bugs that could result in a relative path such as "."
 being written to ~/.config/git-annex/autostart, and ignore any such
 relative paths in the file.
 This was a reversion caused by the relative path changes in 5.20150113.
   * dropunused: Make more robust when trying to drop an object that has
 already been dropped.
   * Fix reversion in handling of long filenames, particularly when using
 addurl/importfeed, which was introduced in the previous release.
 .
 git-annex (5.20151116-1) unstable; urgency=medium
 .
   * Package 5.20151116-1
Checksums-Sha1:
 79ed3b4a1f73395b6d97efcaee6385a3c3322b65 5147 git-annex_5.20151208-1.dsc
 10d022ede77f515c8cb341a7b60b760df507ba8a 5309296 
git-annex_5.20151208.orig.tar.xz
 745dc3d9b73fb9831aa606ea1738c4d16e8039c1 73976 
git-annex_5.20151208-1.debian.tar.xz
 b591a00e3fde94c5c62b16408d61013d05084948 9627488 
git-annex_5.20151208-1_amd64.deb
Checksums-Sha256:
 b1c1a4d8c49b0a952c57cab623f7ad714e4dba5cf010f217288b7ffac3544684 5147 
git-annex_5.20151208-1.dsc
 bcb8da2577b4be51fd30148f4b6a5b51f5853caffc4b35cb6e5173c7b2add569 5309296 
git-annex_5.20151208.orig.tar.xz
 939a7946d0234e43b83d1a8257b16729a3eef260959449f2e45431bbc97385f6 73976 
git-annex_5.20151208-1.debian.tar.xz
 d2c408f093c8fb3ad72acbafac75cbe795ddf1f1398f57d68137c6bead70f274 9627488 
git-annex_5.20151208-1_amd64.deb
Files:
 0931cb28f6fb916eadd46396c8438bd7 5147 utils optional git-annex_5.20151208-1.dsc
 7ca1c49d1b17487da0b8081cad01a119 5309296 utils optional 
git-annex_5.20151208.orig.tar.xz
 6c571ecb2bf8978ab64726583a2a744b 73976 utils optional 
git-annex_5.20151208-1.debian.tar.xz
 28a312755e70932704f0c174f9c271a3 9627488 utils optional 
git-annex_5.20151208-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJWaB7gAAoJEGkGSwGVIG3T1vsP/0CFD75D3P6OkrhSSlx71QT7
b0Q6vj3yhD+r7kqEBw+vftAymmxGe8g5dV0Tw5UNfPMfd9dvRH1iS5lbg+hFmA6W
vvYH/9Rtz87JEIN5rYetosgDILn5EP4TQhxX5Mz0qxFIj4hG6EFC06XYrfQ13b+c
mo8QNBlW5L5l1D8mDEn/oH2gqkUB8/1j8bwWa7QnLaLDN8VUpwAcMdWzvNn+LaVu
vsrfIg7QmhQPfeNZOGO8v+p19fjujyxd4ZpxAaVuVt5eXrJmVSf5QY0yjBKd7Q9H
r+QM8kN8Rg+RRAiGgcJR/uZn+8S9vleQ5obbvighu3sfZ1+moJTGmi98d0rPHXQV
MZ8+QDGMp6SPo+77UKxJGvKdNe3Y7gwyWYo94FZR1pgwLwiyaUQDHRbL3PJBFg39
mIcNF/wm6MlZS+yFeEmc8rjSVe++A/6n8ryBok6+y9WsoZd4oXxS90zurSp1nNG4
3J3dEeacehB5lwmTogQGop+FNnwXeZpuMZg1C/10bEvOlit7pwfhTzw+NGy8FN3M
LpAnJqhlObfrEjTxUo/is8MN9t8xYCnqsrXW15J1b+UEOVjCsHBHISESns53oRJE
gGkBT3hcrepLlr/e3GbSjTIY072E/J1+Na/ZJfHjIIYHia8bJBZ0TJ3Wvv/vW4RF
bTsDg08kui0Vd9GNZ33y
=c+fK
-END PGP SIGNATURE-



Accepted myrepos 1.20151206 (source all) into unstable

2015-12-05 Thread Richard Hartmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 06 Dec 2015 07:11:40 +0100
Source: myrepos
Binary: myrepos
Architecture: source all
Version: 1.20151206
Distribution: unstable
Urgency: medium
Maintainer: Richard Hartmann <ric...@debian.org>
Changed-By: Richard Hartmann <ric...@debian.org>
Description:
 myrepos- tool to manage all your version control repos
Changes:
 myrepos (1.20151206) unstable; urgency=medium
 .
   [ Paul Wise]
   * Improve output handling
   * Clean up debian/control
   * Fix typos
Checksums-Sha1:
 940c6774c8e4db8b3623346c2cc07506d3f42f44 1486 myrepos_1.20151206.dsc
 58e853336fca69145432199140dd8d4aa72b9ef8 49895 myrepos_1.20151206.tar.gz
 21bbebf327594a347daf35be8dec9d934141ddba 46852 myrepos_1.20151206_all.deb
Checksums-Sha256:
 aa6ebe56f229e108a42b48b276bc7df60154b5d4e5bd79d2c4116d85c115c795 1486 
myrepos_1.20151206.dsc
 574b21022a1099557dd62f3c782e28deb0c9651d13a0bbd8a32c9d6298a427e3 49895 
myrepos_1.20151206.tar.gz
 c615e0a1baa28e3c3b2ebe313b47993edb139ddf97d7c2d5fdef0c23eb4a86fd 46852 
myrepos_1.20151206_all.deb
Files:
 1401ea0c64428ddc132ef22de865ebfd 1486 vcs optional myrepos_1.20151206.dsc
 5cd59d9d03bc59f481d2809a08777095 49895 vcs optional myrepos_1.20151206.tar.gz
 7438f066baa91476e385bc985ff2c968 46852 vcs optional myrepos_1.20151206_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJWY9JLAAoJEGkGSwGVIG3TExIP/0UpG/wclgNkpZpaf4/KHHEO
KjHNnRie0RI4lW+Jg8x94FEv/QbIuFvS5jjz6I/JtVJR3MhosGUI1CTnLX5mo08M
Zl9q8rgumWKJdBIHsdrT4FDLeCRoN6fuNJ7l0jOsagSWa673QeKV39RkgC3/e9gb
tGGb3nWlbarZt/pruTTv0cfbag42OYESvfh1fHxUOp+wt6QPAjeAlGJtC3JxFGQp
zUTEJJPjIaPDLhocErO8JBJJ/8mANIcNSYiu8xBf0zbvOKlsiyn1n48uA487mOav
wuOfk4rxhzkVQhaCdi28qL11uHu6QrkOU+dgGaBa1By6eKpBFeMfdFmcKVoh9uR5
6k+6FmVmcRMM2C7SBrf4PBmUMAM1evtdySSEinj5vwW6tWsgElYESe9zG2LZylaz
/c9xiD5J3poLjujno5K2ENAWFUbSOFO05ImwRl0+8rv1ujeMsKElNYgMzVzOPbF8
mAaSTiwz96m5tgLB5PoCOpPpi4PKAzmoIKwBhuOhcfoxKZtviF+U1j8IzFqAXFEX
24mfso/oFyzf8MFJ6pOTixbIehvf5TRILPYkft2mJIRe5ZQZO8TaP6/CE1dykSU8
N741pKvWNsqlF1DmjMOihtaxzq8didwsXr311B0Y/Qa/MeSiBy0mXMKmFLzMxSkZ
QAadJO8W7ev5IaewN7Lx
=f0Kw
-END PGP SIGNATURE-



Accepted git-annex 5.20151116-1 (source amd64) into unstable

2015-11-28 Thread Richard Hartmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 28 Nov 2015 10:19:20 +0100
Source: git-annex
Binary: git-annex
Architecture: source amd64
Version: 5.20151116-1
Distribution: unstable
Urgency: medium
Maintainer: Richard Hartmann <ric...@debian.org>
Changed-By: Richard Hartmann <ric...@debian.org>
Description:
 git-annex  - manage files with git, without checking their contents into git
Changes:
 git-annex (5.20151116-1) unstable; urgency=medium
 .
   * Package 5.20151116-1
 .
 git-annex (5.20151116) unstable; urgency=medium
 .
   * Use concurrent-output library when configured with -fConcurrentOutput.
 This allows nicely displayed messages when using the -J flag.
   * Additional commands now support the -J flag:
 fsck, drop, add, addurl, import
   * import: Avoid very ugly error messages when the directory files
 are imported to is not a directort, but perhaps an annexed file.
   * Concurrent progress bars are now displayed when using -J with a command
 that moves file contents around.
   * Fix race that could result in an annexed file's symlink not being
 created, when eg, running concurrent git-annex adds.
   * add: Fix error recovery rollback to not move the injested file content
 out of the annex back to the file, because other files may point to
 that same content. Instead, copy the injected file content out to
 recover.
   * quvi may output utf-8 encoded data when the conifigured locale doesn't
 support that; avoid crashing on such invalid encoding.
   * runshell: Avoid failing when $HOME/.ssh does not exist and cannot be
 created.
   * Make the git-annex-standalone.deb prevent runshell from installing
 wrappers into $HOME/.ssh
   * Make git-annex-standalone.deb include the git-annex html documentation,
 desktop file, and base completion file, same as the regular git-annex.deb.
   * fsck: When fscking a dead repo, avoid incorrect "fixing location log"
 message, and display a warning about it being dead, since it's unusual
 to have access to a dead repo.
   * assistant: Pass ssh-options through 3 more git pull/push calls
 that were missed before.
   * Added annex.pidlock and annex.pidlocktimeout configuration to support
 filesystems where POSIX fcntl locks cannot be used.
   * init: Automatically enable annex.pidlock when necessary.
 .
 git-annex (5.20151102.1) unstable; urgency=medium
 .
   * Avoid installing desktop file and program file if cabal install
 git-annex is run as root, since that is not a systemwide install,
 but to /root, and so generating a systemwide desktop file is not right.
   * When cabal install is run with the desktop file location not writable,
 display a warning, but continue successfully.
 .
 git-annex (5.20151102) unstable; urgency=medium
 .
   * Use statvfs on OSX.
   * Symlink timestamp preservation code uses functions
 from unix-2.7.0 when available, which should be more portable.
   * enableremote: List uuids and descriptions of remotes that can be
 enabled, and accept either the uuid or the description in leu if the
 name.
   * Catch up with current git behavior when both repo and repo.git exist;
 it seems it now prefers repo in this case, although historically it may
 have preferred repo.git.
   * Fix failure to build with aws-0.13.0.
   * When built with aws-0.13.0, the S3 special remote can be used to create
 google nearline buckets, by setting storageclass=NEARLINE.
 .
 git-annex (5.20151019-1) unstable; urgency=medium
 .
   * Package 5.20151019-1
Checksums-Sha1:
 7afdd14c2e79d920554fc6955584d0e17fcf0d74 5147 git-annex_5.20151116-1.dsc
 97526d6fa0045a12db4b642f8945f2c6e32b1a1b 5276400 
git-annex_5.20151116.orig.tar.xz
 0747db844c31af3e55f9898bd51ec8dd1e853c9d 73512 
git-annex_5.20151116-1.debian.tar.xz
 c0d059b952cedc8dc45304db4a7dd0193ba59cb9 9613292 
git-annex_5.20151116-1_amd64.deb
Checksums-Sha256:
 4d7c83fddad7d7a089b6dba35046f490c053890b964e348f44eccdd4deeba7e4 5147 
git-annex_5.20151116-1.dsc
 a0ccf3af4c06668c9673ff94620c0f0dd1fa937ea844cf828de39484dfd77bd0 5276400 
git-annex_5.20151116.orig.tar.xz
 814fbefea131ef7a03bf9e1c14926f58d4f114a4a0221ae36bd9dab9596272ce 73512 
git-annex_5.20151116-1.debian.tar.xz
 7a3b563d0215cf3a0a9e0578518b4b0ae9a0363327612b24fe5d6612b6538c4c 9613292 
git-annex_5.20151116-1_amd64.deb
Files:
 641d2114c11e47499142bb774c6d9a35 5147 utils optional git-annex_5.20151116-1.dsc
 770b30999e7f3dc86a54b3dc8bd8b668 5276400 utils optional 
git-annex_5.20151116.orig.tar.xz
 7b3d1984e6d28f3bd5be702069ada979 73512 utils optional 
git-annex_5.20151116-1.debian.tar.xz
 2cd062c5d29da6afe345363f6adadb56 9613292 utils optional 
git-annex_5.20151116-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJWWXWpAAoJEGkGSwGVIG3T0fwQAOVb3kxILSCjNTOtFRn6ePDm
nv+00WJ6I5Z4MSb3F8Gcf+5ELIdSaRg1EbBuqN75r2Pj0wKMkVbabHeuvU8W2Dnc
yVJ1Yg7JuZfcaEQEa+rhLigq8q9qFvBcoz/Y0v6WTWeNJwm/Dq1NH7w2/xga

Accepted git-annex 5.20151019-1 (source amd64) into unstable

2015-10-19 Thread Richard Hartmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 19 Oct 2015 21:54:57 +0200
Source: git-annex
Binary: git-annex
Architecture: source amd64
Version: 5.20151019-1
Distribution: unstable
Urgency: medium
Maintainer: Richard Hartmann <ric...@debian.org>
Changed-By: Richard Hartmann <ric...@debian.org>
Description:
 git-annex  - manage files with git, without checking their contents into git
Changes:
 git-annex (5.20151019-1) unstable; urgency=medium
 .
   * Package 5.20151019-1
 .
 git-annex (5.20151019) unstable; urgency=medium
 .
   * Fix a longstanding, but unlikely to occur bug, where dropping
 a file from a remote could race with other drops of the same file,
 and result in all copies of its content being lost.
   * git-annex-shell: Added lockcontent command, to prevent dropping of
 a key's content. This is necessary due to the above bugfix.
   * In some cases, the above bugfix changes what git-annex allows you to
 drop:
 - When a file is present in several special remotes,
   but not in any accessible git repositories, dropping it from one of
   the special remotes will now fail. Instead, the file has to be
   moved from one of the special remotes to the git repository, and can
   then safely be dropped from the git repository.
 - If a git remote has too old a version of git-annex-shell installed,
   git-annex won't trust it to hold onto a copy of a file when dropping
   that file from the local git repository.
   * Changed drop ordering when using git annex sync --content or the
 assistant, to drop from remotes first and from the local repo last.
 This works better with the behavior changes to drop in many cases.
   * Do verification of checksums of annex objects downloaded from remotes.
   * When annex objects are received into git repositories from other git
 repos, their checksums are verified then too.
   * To get the old, faster, behavior of not verifying checksums, set
 annex.verify=false, or remote..annex-verify=false.
   * setkey, rekey: These commands also now verify that the provided file
 matches the expected checksum of the key, unless annex.verify=false.
   * reinject: Already verified content; this can now be disabled by
 setting annex.verify=false.
   * sync, merge, assistant: When git merge failed for a reason other
 than a conflicted merge, such as a crippled filesystem not allowing
 particular characters in filenames, git-annex would make a merge commit
 that could omit such files or otherwise be bad. Fixed by aborting the
 whole merge process when git merge fails for any reason other than a
 merge conflict.
   * Allow building with S3 disabled again.
   * Ported disk free space checking code to work on Solaris.
   * Windows webapp: Fix support for entering password when setting
 up a ssh remote.
   * copy --auto was checking the wrong repo's preferred content.
 (--from was checking what --to should, and vice-versa.)
 Fixed this bug, which was introduced in version 5.20150727.
   * Avoid unncessary write to the location log when a file is unlocked
 and then added back with unchanged content.
   * S3: Fix support for using https.
   * Avoid displaying network transport warning when a ssh remote
 does not yet have an annex.uuid set.
   * Debian: Add torrent library to build-depends as it's packaged now,
 and stop recommending bittornado | bittorrent.
   * Debian: Remove build dependency on transformers library, as it is now
 included in ghc.
   * Debian: Remote menu file, since a desktop file is provided and
 lintian says there can be only one.
 .
 git-annex (5.20150930-1) unstable; urgency=medium
 .
   * Package 5.20150930-1
Checksums-Sha1:
 50a61a670f4a69cdc80f5abf3f6dcb0c3fabf95f 5147 git-annex_5.20151019-1.dsc
 bc14b115e3e6fda6e80401f0b3d9a84f971dd059 5244932 
git-annex_5.20151019.orig.tar.xz
 3cc777d711c55cb1c699f714c912dceca0287c64 72852 
git-annex_5.20151019-1.debian.tar.xz
 19466168a42d1f93411060bf2ed0e64117466d0a 9592088 
git-annex_5.20151019-1_amd64.deb
Checksums-Sha256:
 6ebafdc8e37f1c61853a6264ec18969ce721f0353868cfb6b216a2b14e290027 5147 
git-annex_5.20151019-1.dsc
 9b777566873b01f221ea1b68719716178da099f636f4fe901d4d71a317cf49a6 5244932 
git-annex_5.20151019.orig.tar.xz
 b096ed22d6cb6a2854e8ff7a8bbaae08655dab08ee3341b1046ad63fe9bcfe3f 72852 
git-annex_5.20151019-1.debian.tar.xz
 70110371f4eb50df268c40ba53986eb3ae55b9103e6dcdf4afe825c3d560f217 9592088 
git-annex_5.20151019-1_amd64.deb
Files:
 645c6b51b85c91b6528a2f4aecfd64cc 5147 utils optional git-annex_5.20151019-1.dsc
 c95a30804ce6cd211011806bd03280be 5244932 utils optional 
git-annex_5.20151019.orig.tar.xz
 4ee5a036e4fb1e7c276ee3f1260a4f1f 72852 utils optional 
git-annex_5.20151019-1.debian.tar.xz
 08ecac388bee612bf65b47ba000da374 9592088 utils optional 
git-annex_5.20151019-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJWJUx5AAoJEGkG

Accepted git-annex 5.20150930-1 (source amd64) into unstable

2015-10-19 Thread Richard Hartmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 18 Oct 2015 20:39:03 +0200
Source: git-annex
Binary: git-annex
Architecture: source amd64
Version: 5.20150930-1
Distribution: unstable
Urgency: medium
Maintainer: Richard Hartmann <ric...@debian.org>
Changed-By: Richard Hartmann <ric...@debian.org>
Description:
 git-annex  - manage files with git, without checking their contents into git
Changes:
 git-annex (5.20150930-1) unstable; urgency=medium
 .
   *
 .
 git-annex (5.20150930) unstable; urgency=medium
 .
   * Added new linux standalone "ancient" build to support kernels
 like 2.6.32.
   * info: Don't allow use in a non-git-annex repository, since it
 uses the git-annex branch and would create it if it were missing.
   * assistant: When updating ~/.ssh/config, preserve any symlinks.
   * webapp: Remove the "disable remote" feature from the UI.
   * S3: When built with aws-0.13.0, supports using more storage classes.
 In particular, storageclass=STANDARD_IA to use Amazon's
 new Infrequently Accessed storage, and storageclass=NEARLINE
 to use Google's NearLine storage.
   * Improve ~/.ssh/config modification code to not add trailing spaces
 to lines it cannot parse.
   * Fix a crash at direct mode merge time when .git/index doesn't exist
 yet. Triggered by eg, git-annex sync --no-commit in a fresh clone of
 a repository.
   * status: Show added but not yet committed files.
   * Added stack.yaml to support easy builds from source with stack.
 .
 git-annex (5.20150916-1) unstable; urgency=medium
 .
   * Package 5.20150916-1
Checksums-Sha1:
 76e33aa34113d21584897311b1ae86a4fd544bb1 5150 git-annex_5.20150930-1.dsc
 cdf2687bf6e2dd24f33553571dcd02f5c1990a4a 5203112 
git-annex_5.20150930.orig.tar.xz
 b9c89a065d762f56464716c06e7c3c0f0fe048eb 72032 
git-annex_5.20150930-1.debian.tar.xz
 7fff336b117f3d548bd990d26605984d19692a0a 9548706 
git-annex_5.20150930-1_amd64.deb
Checksums-Sha256:
 a937d3608799368d2464236e49a6f6b7a72a4c3dc8f361e9efa85126ab132abb 5150 
git-annex_5.20150930-1.dsc
 e8ea7a4cb3ae230df2627676fc0411d84b84e10d5a6f4f2eb1c81a270522607d 5203112 
git-annex_5.20150930.orig.tar.xz
 b07359500309cb99eed9f82eb8719325d900a714c54ba5d837932cf9f947f881 72032 
git-annex_5.20150930-1.debian.tar.xz
 f8acf1b0d44ffedf7281e6c7c4d9aeb59e7679c05f1b38bc1830f437dc26a3de 9548706 
git-annex_5.20150930-1_amd64.deb
Files:
 706d7557384fd3cf2c85b79fb4af530f 5150 utils optional git-annex_5.20150930-1.dsc
 cf6d1d26cd525d32f2e17716e4d42c98 5203112 utils optional 
git-annex_5.20150930.orig.tar.xz
 0ab95ed256f017c7cd6a6cc5419c4d79 72032 utils optional 
git-annex_5.20150930-1.debian.tar.xz
 c9713a6176361594be718ffb3c3a57f1 9548706 utils optional 
git-annex_5.20150930-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJWJUT4AAoJEGkGSwGVIG3TgZQP/jwXuYMdFHHskOYoo4L5IiZd
UmmjpFlbhtb+oEZewi/qM1IrQQ5g7ZbU7KeK3CLMGxaClI6Re2XarpGf8bSS6+pj
I6AJaKxpQZS/uv/xx0d7XIeNvVsu2fMqh5LfTZdzCdOMPRYEH52ypqGKo/xgJFY7
1HijBQulsOCI9hy3D6jnvZ2QHRf1g81sKF+fFJlljsAFWi2eNrYKrwNYCES8Uj2n
VekxpQWhgmY6QFVHMDCRcMRQVNpmPWAnhQnQYjt2j26AqJ7Fr64EeAmBCyN68DMk
S0VIvxCVHW89hS0P6Nfq9TlNEGBf+O+WJkl7UqlfuHzAAWcq51gr9Ciju3+adEXu
FOdVdmENXsMEg4MUPQHfslusdBNtTj+xrOEcgOvDduBdIvp/Z4lqaCQ2qVqMoHpF
8HQSYaMVbmEXcQqs11u8pC4/+pbSUgQF8WpDk3qeAL2wTNPZQLjb4FU6/e5UpkfV
3mgSvnczxGHLCuJwDPKXKwhHHksE5mBE19BGAewzGjSaRoHUXBELbfie3nemv3LI
NvJjyj/6BlNcNQ41XGxVJ/+185dQj1oRddl69LDn+iu5rOWo6h8FL56Zsb2NvYYR
zdccxW7QTLf8X6hIi6Nv100vRwede9FplGnRxJS4iEhTJSA/caz2gx7/gOI+FJyO
2EfOXoNXbg2PT1Ycr/xe
=7Tkz
-END PGP SIGNATURE-



Accepted git-annex 5.20150916-1 (source amd64) into unstable

2015-09-17 Thread Richard Hartmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 17 Sep 2015 12:13:47 +0200
Source: git-annex
Binary: git-annex
Architecture: source amd64
Version: 5.20150916-1
Distribution: unstable
Urgency: medium
Maintainer: Richard Hartmann <ric...@debian.org>
Changed-By: Richard Hartmann <ric...@debian.org>
Description:
 git-annex  - manage files with git, without checking their contents into git
Changes:
 git-annex (5.20150916-1) unstable; urgency=medium
 .
   * Package 5.20150916-1
 .
 git-annex (5.20150916) unstable; urgency=medium
 .
   * Fix Windows build to work with ghc 7.10.
   * init: Fix reversion in detection of repo made with git clone --shared
   * info: Support querying info of individual files in direct mode.
   * unused: Fix reversion in 5.20150727 that broke parsing of the
 --unused-refspec option. Thanks, Øyvind A. Holm.
   * Make full option parsing be done when not in a git repo, so --help
 can be displayed for commands that require a git repo, etc.
   * fsck: Work around bug in persistent that broke display of
 problematically encoded filenames on stderr when using --incremental.
   * When gpg.program is configured, it's used to get the command to run
 for gpg. Useful on systems that have only a gpg2 command or want to
 use it instead of the gpg command.
   * Windows: Switched to using git for Windows, rather than msysgit.
 Using msysgit with git-annex is no longer supported.
   * Windows: Even when the user neglects to tell the git installer to
 add git to PATH, git-annex will still work from within the git bash
 shell, and the webapp can be used too.
   * sync: Add --no-commit, --no-pull, --no-push options to turn off parts of
 the sync process, as well as supporting --commit, --pull, --push, and
 --no-content options to specify the (current) default behavior.
   * annex.hardlink extended to also try to use hard links when copying from
 the repository to a remote.
   * Improve bash completion, so it completes names of remotes and backends
 in appropriate places.
   * Special remotes configured with autoenable=true will be automatically
 enabled when git-annex init is run.
   * Fix bug in combination of preferred and required content settings.
 When one was set to the empty string and the other set to some expression,
 this bug caused all files to be wanted, instead of only files matching
 the expression.
 .
 git-annex (5.20150824-1) unstable; urgency=medium
 .
   * Package 5.20150824-1
Checksums-Sha1:
 dc787ddd939d27d428dc6ceb16d0938615146cff 5150 git-annex_5.20150916-1.dsc
 8cdb4a2baf0bd5f40295e2b678dd045965b999f0 5184996 
git-annex_5.20150916.orig.tar.xz
 8ea9e1b5c9a97f1aa6e837d8e43e7756926fe3ed 71712 
git-annex_5.20150916-1.debian.tar.xz
 f10afd5354f4efb16ff8cb72a2b2d05541cbfb6b 9545884 
git-annex_5.20150916-1_amd64.deb
Checksums-Sha256:
 39eb5e5df0dd02cc21e7efd0817c815f4ffd3ee64514ba3d599edd04796dd1fa 5150 
git-annex_5.20150916-1.dsc
 117a1eaf14408bac0ab0225a785480765e493f5203fc37f4e4acf9fd9bbd9c35 5184996 
git-annex_5.20150916.orig.tar.xz
 85118a34c4e39ca2b78f220f1c6200b3587b7eba62b90dd0d3031b00515b09a1 71712 
git-annex_5.20150916-1.debian.tar.xz
 8de26044cb0457a1084f41cfaa9ef5c50e0b6d69a75b81bc3a0bd21b3493d257 9545884 
git-annex_5.20150916-1_amd64.deb
Files:
 e5daa1535733e404b816f46169f7da7f 5150 utils optional git-annex_5.20150916-1.dsc
 05d594fe4368e73c80a58b3f68e8c883 5184996 utils optional 
git-annex_5.20150916.orig.tar.xz
 2a7e9c004e03ffad487320dafaf7251b 71712 utils optional 
git-annex_5.20150916-1.debian.tar.xz
 247535c2ec033c76fc6507e67d32ec06 9545884 utils optional 
git-annex_5.20150916-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJV+pV6AAoJEGkGSwGVIG3TtDUQAJck2AyF8lQpuUaNmAVWdY+H
vpfEjruApq5Oc+jgYk7hNa/TzxEgrQ7IuPpCJ13x3bUxBtcFRRX6fMwx8kIZH5sv
smViDi/Hu4f2Z97ILfW4vAwGM3srhFHn16vKrjniRXx+2/rpV9W2zJqVTkGOL7Nc
HKoAjsV1EEx4RXzLJiJ9lFid0tbqoudDkmtVBRSo5oAz/aRPZR3LLIX/6Tg8aSPo
S+GBgKEpwxOKTCMbT7y3Sq8VA+pCHn98GIJnyUrK6Rj19WQWDTbqznlJWjl/g/Zu
tmmJ1qhLNwgBadjP1YIHHHMGFbfN7K4iR0bImra4z/wF7LJgjT9blu/+PxI/ijAm
SAym6NNBG3QqQ+crb5C1VNMBnyjpqxdW5/iznbRcWwLXTEmhalr24gAe27V5tipF
GvPkt5jQaQQMramvTJMil0X75amIkIGZMWbjSRcq26jq8GWmd02HNLhUvEygaYdS
MY4tEbhbTIf8t+hz9eFgM021vkUFRg04yarMtpgLJjXZikGEiVrr91M+FIYHjna9
nfArTdIzayc9sfsfJ5+HRZAMlALRPT6zP5D3x9SXU003M/v38TQgu5Bc/2+0vFEv
R9ZYDjuQLbYcJqZeAMEcqKmbwyBwINeW+O7ZgGsw0Uq69Cn+GZvpB1ZmFF/SOY61
xJuFHjQv5+Pi+qvKKaWY
=aY5I
-END PGP SIGNATURE-



Accepted git-annex 5.20150824-1 (source amd64) into unstable

2015-09-15 Thread Richard Hartmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 13 Sep 2015 22:02:06 +0200
Source: git-annex
Binary: git-annex
Architecture: source amd64
Version: 5.20150824-1
Distribution: unstable
Urgency: medium
Maintainer: Richard Hartmann <ric...@debian.org>
Changed-By: Richard Hartmann <ric...@debian.org>
Description:
 git-annex  - manage files with git, without checking their contents into git
Changes:
 git-annex (5.20150824-1) unstable; urgency=medium
 .
   * Package 5.20150824-1
 .
 git-annex (5.20150824) unstable; urgency=medium
 .
   * Sped up downloads of files from ssh remotes, reducing the
 non-data-transfer overhead 6x.
   * sync: Support --jobs
   * sync --content: Avoid unnecessary second pull from remotes when
 no file transfers are made.
   * External special remotes can now be built that can be used in readonly
 mode, where git-annex downloads content from the remote using regular
 http.
   * Added WHEREIS to external special remote protocol.
   * importfeed --relaxed: Avoid hitting the urls of items in the feed.
   * Fix reversion in init when ran as root, introduced in version 5.20150731.
   * Reorder declaration to fix build with yesod-core > 1.4.13.
 Thanks, Michael Alan Dorman.
   * Fix building without quvi and without database.
 Thanks, Ben Boeckel.
   * Avoid building the assistant on the hurd, since an inotify equivalent
 is not yet implemented in git-annex for the hurd.
   * --debug log messages are now timestamped with fractional seconds.
   * --debug is passed along to git-annex-shell when git-annex is in debug mode.
   * Makefile: Pass LDFLAGS, CFLAGS, and CPPFLAGS through ghc and on to
 ld, cc, and cpp.
   * As a result of the Makefile changes, the Debian package is built
 with various hardening options. Although their benefit to a largely
 haskell program is unknown.
 .
 git-annex (5.20150812-2) unstable; urgency=medium
 .
   * Override lintian errors
 .
 git-annex (5.20150812-1) unstable; urgency=medium
 .
   * Package 5.20150812-1
Checksums-Sha1:
 d8e419c831375de0816798ab4c8e9d9b70b7ee35 5150 git-annex_5.20150824-1.dsc
 fd92b070fd98914641bada1fdc5a86c15db9e00b 5155880 
git-annex_5.20150824.orig.tar.xz
 dc48dad116ccef08fa2b6d5e8190b71f6d95b221 71128 
git-annex_5.20150824-1.debian.tar.xz
 739963df2385713eff21bd10e3bc738e63051051 9534256 
git-annex_5.20150824-1_amd64.deb
Checksums-Sha256:
 2a151baf1dc1d6a0ee8275a2a6092e0b70ba8021d09a393327b799a00a34fddf 5150 
git-annex_5.20150824-1.dsc
 ef6ec64b9d8b50b486b87b92df5d617ff7a8991f6db63e925f8da0274f180fc1 5155880 
git-annex_5.20150824.orig.tar.xz
 24b4d7351c18c8d6e21378932a48ebcbf31d91d4a329f006e31c73855acd6f61 71128 
git-annex_5.20150824-1.debian.tar.xz
 f3d088d5e2d1953ea26ba7542f05746c1ee145d0f75d85f010066251724485ac 9534256 
git-annex_5.20150824-1_amd64.deb
Files:
 c075d0d12113b78f392d630fd449c00c 5150 utils optional git-annex_5.20150824-1.dsc
 366d403680f38099da4c034eb0a314e9 5155880 utils optional 
git-annex_5.20150824.orig.tar.xz
 5a625653709f6e2924bb76c4d3a246fc 71128 utils optional 
git-annex_5.20150824-1.debian.tar.xz
 5707401bc4e76f18cade89026d150bb7 9534256 utils optional 
git-annex_5.20150824-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJV9eFGAAoJEGkGSwGVIG3TJWoQAKL4Z/OZFUZ6apO4xkw0RcWJ
IZrKc/SycWqA9yh9+c0hE1Enh5Qi46nCrQfOtUG1zAqYhSpInFMAvZ2fgJkJKMFo
oBEt68Pbw1JYhsQE4KmI4AXTia1UkkEXl4cxlH30kyVYhrXpL4iJ5qP6185O7s8k
PhAKzNnCyT9biJx5+shWEKEld210uU+jmyOL0W8TQGtkGYP0ztoN0dU2ib/tQl7V
Eue/adqYQwEVYbrU6W9f13HYG2T6++E5rQr/E/8siMcaM2e4yQVKpWEVFv9AK3Kr
Qscqfi11Au1HOeHraQO72zlw8oxMDSXwp1DZcDlJYGi8ErAW/DNbNYLSAfiv6K09
2MNzRZfGkA/od0Jg8cAOq8YYUlJP5+RP1r++nmkuNZT/t48XrSYwZIuRSnNwW35k
nnDl0xiruvvF7VIDpT4kNczvZqqNL6OYOcMiw0LlTTKUK7Y4aN75fVuaxkECNCzi
q18DvS0OeBzj5GzucIQfHLg1+blFEf3iJl8edQ4+YB2df0nikvhlQx3a06ReKH3R
+k+bsG8cQOEBZmHYHfhUZUK41ChBgrqinCnWKg4PRG1/Fz0hXYUCesbMOmnsvk9b
S+ygn+8hdDi+Ig5JT/+mYiHR1prE/wRuut8sP6xEgYXn5vkY8C1QD1jNYjdpBZjj
MlZFp+XUjrXKVet8KWq8
=xPEg
-END PGP SIGNATURE-



Accepted git-repair 1.20150106-2 (source amd64) into unstable

2015-08-20 Thread Richard Hartmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 20 Aug 2015 13:41:50 +0200
Source: git-repair
Binary: git-repair
Architecture: source amd64
Version: 1.20150106-2
Distribution: unstable
Urgency: medium
Maintainer: Richard Hartmann ric...@debian.org
Changed-By: Richard Hartmann ric...@debian.org
Description:
 git-repair - repair various forms of damage to git repositories
Closes: 789977
Changes:
 git-repair (1.20150106-2) unstable; urgency=medium
 .
   * Fix typo in description
 .
 git-repair (1.20150106-1) unstable; urgency=medium
 .
   * Package 1.20150106
   * Update dependencies (Closes: #789977)
   * Take over maintenance of package
   * Bump standards version to 3.9.6
 .
 git-repair (1.20150106) unstable; urgency=medium
 .
   * Debian package is now maintained by Gergely Nagy.
   * Fix build with process 1.2.1.0.
   * Merge from git-annex.
Checksums-Sha1:
 22c16838f8fb9c9cbb1936f8374c8e7e0074e160 2111 git-repair_1.20150106-2.dsc
 8f25d85895984305ce06794b74ea41b5d852ee8b 67696 
git-repair_1.20150106.orig.tar.xz
 8ac92f75c6983cebb412f7e48e54b260313e0a78 3196 
git-repair_1.20150106-2.debian.tar.xz
 55e44913d707fa93b234e2115b29b901a9cb900e 869392 
git-repair_1.20150106-2_amd64.deb
Checksums-Sha256:
 cfb01aa8ab10170c6e20e13433e6cfc99e944070031381bc3236dccae40da1c2 2111 
git-repair_1.20150106-2.dsc
 eea58fbcae88c24dbc82af73663e70908370074eb7118c5d53d250f120d743b1 67696 
git-repair_1.20150106.orig.tar.xz
 f647a587d9a12167a55961107a860f7d3e0fb938606d3c76f9779aa4603bdf18 3196 
git-repair_1.20150106-2.debian.tar.xz
 12fe6042d539e5fa59095adc560bd6f945b10d4b2d4767138c8320ce55f3118c 869392 
git-repair_1.20150106-2_amd64.deb
Files:
 8810487d9862e46f173b014978ed6e7b 2111 utils optional 
git-repair_1.20150106-2.dsc
 10d071103a9a71753f786cb5c98df348 67696 utils optional 
git-repair_1.20150106.orig.tar.xz
 6ae37e8a732e89ee0e6e93cde01540dc 3196 utils optional 
git-repair_1.20150106-2.debian.tar.xz
 e72ebf8c6b1b557c2999ba58daf621c1 869392 utils optional 
git-repair_1.20150106-2_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJV1b1xAAoJEGkGSwGVIG3T+C0P/Ro/1kDEEfAsm0Mq14FDG4uv
Yyq4wY5+dd3u8Yo2TpugVq5ytlPvE3v357300BdMHhImb6YvxXNOP0xRsA1IxD8v
pR+wfRbqgVXr5TygKCLkVtSpXCkFUrFWIPj3dy13qu7+eKyUdMLijLYgIHnnN7sW
eXxcSjP0Gjgo7m5p2AZwqAm7ivRJIy90oo5WD6SPT9lhCEtD/W+JnFd85Gs3oJ+T
83DoGv4J83JlPAgo0k9xhsE7n7qtk8GHX3ulm0Tz/AgO0CxI1an6J4uOVhWRojgB
MCuuzErEX8g7wL6gIxJ5N6c+Q7jeuKZlI0+KE9Kuzcsa59u7Svm2H4bF89GaKaax
PDZsX3HEqrtFjhyvBlXWqKSBAQ50s9YXzI/lzmPghDeAjgRrjQpCWQ/MR+9NSOjz
eysHg5Qfm36sSs+705aDOCxLfjITy4X9Js2pkFfn62zNtduLSU3hkey7nTXEsFMe
StM7dzDcdGZUBQx+F5fbtHvEOTKTJ2eFXuw3QAnwsULiAq3DX+KV1O94mCG761JC
uP0O0B5Wt5cqrHukRj4BYVTbB+2LxPVulTgXA0nLpsejBFJnvQM5RdtC+b2H//Cv
+oWJoHCZkClHoHqsHPWjrot25QQXugbJycwYH8erDWbwxxYFatwNNJTTZEECvQVM
3HsVy4dNvQOOHeIJ6bxv
=+Plq
-END PGP SIGNATURE-



Accepted git-repair 1.20150106-1 (source amd64) into unstable

2015-08-20 Thread Richard Hartmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 20 Aug 2015 11:24:46 +0200
Source: git-repair
Binary: git-repair
Architecture: source amd64
Version: 1.20150106-1
Distribution: unstable
Urgency: medium
Maintainer: Richard Hartmann ric...@debian.org
Changed-By: Richard Hartmann ric...@debian.org
Description:
 git-repair - repair various forms of damage to git repositorie
Closes: 789977
Changes:
 git-repair (1.20150106-1) unstable; urgency=medium
 .
   * Package 1.20150106
   * Update dependencies (Closes: #789977)
   * Take over maintenance of package
   * Bump standards version to 3.9.6
 .
 git-repair (1.20150106) unstable; urgency=medium
 .
   * Debian package is now maintained by Gergely Nagy.
   * Fix build with process 1.2.1.0.
   * Merge from git-annex.
Checksums-Sha1:
 167b04abe4c6cba9dc02d653a8b09557785526f9 2111 git-repair_1.20150106-1.dsc
 8f25d85895984305ce06794b74ea41b5d852ee8b 67696 
git-repair_1.20150106.orig.tar.xz
 e2e52be3495d7737edae73ce828be50c0c123178 3180 
git-repair_1.20150106-1.debian.tar.xz
 6009ee63c2f6bd2fbc4ce4a3c35ae907d65ed399 868934 
git-repair_1.20150106-1_amd64.deb
Checksums-Sha256:
 fdc118579e15615fa50a490c0bdf37e3024d7b717564f94fa046c83d4d0640a8 2111 
git-repair_1.20150106-1.dsc
 eea58fbcae88c24dbc82af73663e70908370074eb7118c5d53d250f120d743b1 67696 
git-repair_1.20150106.orig.tar.xz
 88bab8838dec43e01036986947658362da9a0c6cd58e7e71c4e6ba44cb6ef782 3180 
git-repair_1.20150106-1.debian.tar.xz
 63bf147e6fba22798d37d739da576877e67f33567bdd791f970ae23d18e09cfa 868934 
git-repair_1.20150106-1_amd64.deb
Files:
 e81ca910483b44855399abf611e13d63 2111 utils optional 
git-repair_1.20150106-1.dsc
 10d071103a9a71753f786cb5c98df348 67696 utils optional 
git-repair_1.20150106.orig.tar.xz
 90bfd5697140d2990d73ae4a0789973f 3180 utils optional 
git-repair_1.20150106-1.debian.tar.xz
 b7cddb2d474c25f0d958ad954964bb51 868934 utils optional 
git-repair_1.20150106-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJV1Z5bAAoJEGkGSwGVIG3T7bEP/27Piok/jf7A9ktNepNptxBL
d390K2DX1lhRC+c5ukVFEpYOPLL+ETCN6/8ONy8V2lvw2YvNEWKWJDoYUNsKKDZr
DYsTqAORnB9VqQK8LQBYQDO+JLBefyCKXJ/A2gfZOSwBGB1vRxehDPj7tQvqm9hE
L7zVxklzW1Q3IIZwUCxRFwY4BT+cCo3h++h+OmlZ7skXwjwxTy2Tt1r2UuUAa3kY
eVY+YZj+1urXmDLwzS1DJbTlwrPIHiU8Yv0F6Znb7aZnXkeAkmUHHeZPaCXM9Y4R
5prqwg8DbXxjBZHg8CShASy8wsUfEuPJedVF7B5gOw+UTele1Q27Q8AKHXSTvB05
d45KrCjO/sqWMz1XFbl6mgBeeSsvYGM9R3apx+mSuW4aya7qtM/Fa8+sFfCpsFnj
hJa6ijdJw4zte8I6fzFdgutGxP35MU/rNf2W2AKwCD9KL9yeL1nn/itb8Oa6saX8
qFDNnhoFJmXxFXv4F/PK1d7UkxlLI5+WNBApeSWUva4FmPiUER3145m4gAavpQiq
QhZJ4TYQmbCN2UkzFXC5lbSWQ4ORNh4mFTIpK3uSXSP1M1FtrDjdkvvXfnRvArCv
7MNn8EcYlq6xIE8VdUO4NGSHNfNr8aTkhjzttwLQ3DbSUtIXm7cu2/23gY3C4TJx
2dGFExsxWue69Ky+3iwp
=MKfq
-END PGP SIGNATURE-



Accepted git-annex 5.20150812-2 (source amd64) into unstable

2015-08-15 Thread Richard Hartmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 15 Aug 2015 02:02:00 +0200
Source: git-annex
Binary: git-annex
Architecture: source amd64
Version: 5.20150812-2
Distribution: unstable
Urgency: medium
Maintainer: Richard Hartmann ric...@debian.org
Changed-By: Richard Hartmann ric...@debian.org
Description:
 git-annex  - manage files with git, without checking their contents into git
Changes:
 git-annex (5.20150812-2) unstable; urgency=medium
 .
   * Override lintian errors
 .
 git-annex (5.20150812-1) unstable; urgency=medium
 .
   * Package 5.20150812-1
 .
 git-annex (5.20150812) unstable; urgency=medium
 .
   * Added support for SHA3 hashed keys (in 8 varieties), when git-annex is
 built using the cryptonite library.
   * metadata: Fix reversion introduced in 5.20150727 that caused recursive
 display of metadata to not work.
   * Windows: Fix bug that caused git-annex sync to fail due to missing
 environment variable.
   * Fix setting/setting/viewing metadata that contains unicode or other
 special characters, when in a non-unicode locale.
   * Simplify setup process for a ssh remote. Now it suffices to run git
 remote add, followed by git-annex sync. Now the remote is automatically
 initialized for use by git-annex, where before the git-annex branch had
 to manually be pushed before using git-annex sync. Note that this
 involved changes to git-annex-shell, so if the remote is using an old
 version, the manual push is still needed.
   * git-annex-shell: Don't let configlist auto-init repository when in
 readonly mode.
   * Perform a clean shutdown when --time-limit is reached.
 This includes running queued git commands, and cleanup actions normally
 run when a command is finished.
   * fsck: Commit incremental fsck database when --time-limit is reached.
 Previously, some of the last files fscked did not make it into the
 database when using --time-limit.
   * fsck: Commit incremental fsck database after every 1000 files
 fscked, or every 5 minutes, whichever comes first. Previously,
 commits were made every 1000 files fscked.
   * Linux standalone: Work around problem that prevented it from working
 properly if unpacked into a directory that contains : or ; in its
 name.
   * proxy: Fix proxy git commit of non-annexed files in direct mode.
   * proxy: If a non-proxied git command, such as git revert
 would normally fail because of unstaged files in the work tree,
 make the proxied command fail the same way.
   * proxy: Fix removal of files deleted by the proxied command.
   * proxy: Fix behavior when run in subdirectory of git repo.
   * Improve Setup.hs file so that cabal copy --destdir works.
 Thanks, Magnus Therning.
   * Tighten dependency on optparse-applicative to 0.11.0.
   * Added back debian/cabal-wrapper, since it still seems needed after all.
Checksums-Sha1:
 fe5ed2fe8e8859310b5cd1c5bf984812ee80184a 5260 git-annex_5.20150812-2.dsc
 2f3365e4e276f0a6391f4675bd50b13b07dfb0e2 5132512 
git-annex_5.20150812.orig.tar.xz
 5b29be6f8a9224d779c0413807b5211fa604ae0d 70688 
git-annex_5.20150812-2.debian.tar.xz
 f3df919b3d334f60a62d56ccaf7829df84480124 9537318 
git-annex_5.20150812-2_amd64.deb
Checksums-Sha256:
 4914cc72b323277781bdcfcc19330ec1b5fce112a55a7babe3a6f3dde02007e0 5260 
git-annex_5.20150812-2.dsc
 63c9a5c5c2c6ef9f60c9d4b1e0c1c581caacd85ea4c1329a874ba9455381471a 5132512 
git-annex_5.20150812.orig.tar.xz
 ae8d9cda30c2ddd5773323f584e0be63a6f06222e0492b7874c0d6e7d8d78311 70688 
git-annex_5.20150812-2.debian.tar.xz
 f08646f47531383df18b42c03762425d28373cb57445f4790550070007278c60 9537318 
git-annex_5.20150812-2_amd64.deb
Files:
 edfdc5649d0a8e58d3f874f21cdfd1e3 5260 utils optional git-annex_5.20150812-2.dsc
 c1b32c30c8b908b96301be4b6a72ce2f 5132512 utils optional 
git-annex_5.20150812.orig.tar.xz
 e27e1849bc95a93027a4d75212e1d3d5 70688 utils optional 
git-annex_5.20150812-2.debian.tar.xz
 fa9c99e342f6ef3967af1e717948ade7 9537318 utils optional 
git-annex_5.20150812-2_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJVz0VIAAoJEGkGSwGVIG3TCxUP/RAfdRy2j8IOnW0kHXvJevY2
HfmB5/emwfGU/4jtOY2vIV+nB/wkiv+4ty+svCJrbzENkFJbulaTEgDUu0gV7sdN
Ck84S3zH8zvgNfW1Jw4toCA4qzvnIyI+kR4LSEyCqozYtpEJCfS1mGuziIhgeIkS
KzZI7Le10e0vFDVF8eaJ06EwhWbyBhpF4pMlWJ8Cg0ZtRan78HEd5vWyV/CYGBZb
QZEcJyRkoFlZJ0jOPSUWYXMAGRNrcU6f5kG6q9XvqLZ5YmyniAQtWyHO/Pi010Hs
cTvUr90XuoNUf/R1UahOpdziM0cneQZUO98AncZ6SCOI2zyXsXReGhwcFC/FIaiN
4cAr1oFP7ziIyQN0JV+aRAOMWrFpfvtA20YL+t+cJ/Q3y2r+izdnWvA05CXymLAh
iZPYbTVDMJppmYukzXFP0FThRkxbgNrdgq8vZal3V62F/ZPAbbZi2kp24XrR0iyR
YPG5js9up2jxdaF4Qn1++6luPFkt1QZHd2Z1SNit2btrlsTH92vs877SavlLOXko
hlvNvMX6ivCdqBSdmq6u9t2nRBaQmmGsWNt3C474tBnDwDeZzhsfu1ATkNhoGqrA
6qcAtBVnlCwOlN7KeGyAJmBYlmtZBV7vRxJA/yABtpNbMxcLEOAlhF+0C7WzrE4k
+4BOBosKMddowiCKW5uk
=6aeZ
-END PGP SIGNATURE-



Accepted git-annex 5.20150731-1 (source amd64) into unstable

2015-08-04 Thread Richard Hartmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 04 Aug 2015 23:41:14 +0200
Source: git-annex
Binary: git-annex
Architecture: source amd64
Version: 5.20150731-1
Distribution: unstable
Urgency: medium
Maintainer: Richard Hartmann ric...@debian.org
Changed-By: Richard Hartmann ric...@debian.org
Description:
 git-annex  - manage files with git, without checking their contents into git
Changes:
 git-annex (5.20150731-1) unstable; urgency=medium
 .
   * Package 5.20150731
 .
 git-annex (5.20150731) unstable; urgency=medium
 .
   * webapp: Support enabling known gitlab.com remotes.
   * Fix rsync special remote to work when -Jn is used for concurrent
 uploads.
   * The last release accidentially removed a number of options from the
 copy command. (-J, file matching options, etc). These have been added
 back.
   * init: Detect when the filesystem is crippled such that it ignores
 attempts to remove the write bit from a file, and enable direct mode.
 Seen with eg, NTFS fuse on linux.
   * Fix man page installation by cabal install; all the new man pages are
 now installed.
Checksums-Sha1:
 d66fe202937dfd824328bd6c7c95a3393c408db2 5221 git-annex_5.20150731-1.dsc
 b4eb22497a9f249881f29e9dc731fdc1ab64224d 5099824 
git-annex_5.20150731.orig.tar.xz
 b64b4f30a78bf6260517a91b0a1fecf57a8a031d 69956 
git-annex_5.20150731-1.debian.tar.xz
 9035cdb8c77680d83a2b7e9b60b4fdf798e8383c 9503622 
git-annex_5.20150731-1_amd64.deb
Checksums-Sha256:
 963484fc2841362314acf6f1e4ae9333eac85b608ae51568184166d3b38e32a7 5221 
git-annex_5.20150731-1.dsc
 03468327dd2b24d65d5a711e10512f90e120bd44a102ff4b4c7d9641d37e14f1 5099824 
git-annex_5.20150731.orig.tar.xz
 4cd89412866dedd1734bb06af0dd20671906bffaa27b3e17730a0d239a581b65 69956 
git-annex_5.20150731-1.debian.tar.xz
 b2f0cbf354acb0e30feb3fff9ec693284f62b62da17e0c4d02b6b808d4b4be81 9503622 
git-annex_5.20150731-1_amd64.deb
Files:
 408091718fc1d6bb3390df572628ba44 5221 utils optional git-annex_5.20150731-1.dsc
 b330e0387932a3caf484e69e73ebc0ae 5099824 utils optional 
git-annex_5.20150731.orig.tar.xz
 7c030ea91cc4cb2027a76dc7cb3d 69956 utils optional 
git-annex_5.20150731-1.debian.tar.xz
 5d977602920227ea201fdf2d5f6285ae 9503622 utils optional 
git-annex_5.20150731-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJVwZ1YAAoJEGkGSwGVIG3T7UgP/ig4fz2W3JNWFUQtzXr+wwmp
9Ae+N3kRGvC3MK/8HNitURl4Hzl3qsicjIsIyMKcXHBztCBXpC0QRWsW0KYvoKxg
TxF+e5xFy7+SgXpTHq90w6hQAsrEjrPctwJnCc49huvbUSFbtPnveMOA2tYTazMc
RKhWFbfRCDrYdzWbqLqQeX7rW74KP6Gps/hibfDL+WQVAorOhk+eOtuXLmTQUWfG
ZLAfjzZKSi5SuVsl6vY34ws6A+s7pZ1kJ2m0Qja6pR/jCABe4GFgUEwyWDwDoStY
hO/ADwz76OEDljL36oawzFiBCXnwC8dTnzLFcBWD++Mu9ZHASF2VKf6W7EAOejpf
YNBqRnl4Cr2d8D8PtChmPnM2NuOHWCwYKxOuJ/X+nkSgzeKuE7vWACLMTHwwrz1l
Yrq+9LOc2awtn2Uhk24qIMgoy/tMvi8/I3xqWZMKC3HMal1elcxsX7kB/hhfqHLg
oADuKNK9XytaDSPruER8ajEChA/Nsh3IxYff8dAJSdREDjYUV1aleCAmquBTlXhm
tu3GLe8B8xR2aeOZlfyNP7BEEQ5sZ5LNPTTlkE8s1+t6Gkkzn6TuSaBdNvjNkQw6
0r5dKCaLiK0lvUcHkLlWEQ49eg9MUDfPOeKHB7SSIRw3DcheFMLKboizkfNFtfCp
AsbKlIomW09dIiSHUl8D
=+10I
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1zmrkr-0007c7...@franck.debian.org



Accepted git-annex 5.20150727-2 (source amd64) into unstable

2015-07-29 Thread Richard Hartmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 29 Jul 2015 21:05:31 +0200
Source: git-annex
Binary: git-annex
Architecture: source amd64
Version: 5.20150727-2
Distribution: unstable
Urgency: medium
Maintainer: Richard Hartmann ric...@debian.org
Changed-By: Richard Hartmann ric...@debian.org
Description:
 git-annex  - manage files with git, without checking their contents into git
Changes:
 git-annex (5.20150727-2) unstable; urgency=medium
 .
   * Remove lintian from gbp.conf for now.
Checksums-Sha1:
 f7941bc1d38e5193a90da58a17579e6215789771 5203 git-annex_5.20150727-2.dsc
 4ae418b620eb54edec218fa9a44deb085d108a10 69772 
git-annex_5.20150727-2.debian.tar.xz
 1b744e92ca6fcee72d1bb164d85c287e831d4060 9499714 
git-annex_5.20150727-2_amd64.deb
 3d0a594a18536d4e71e2d54ab49288fb054a2ace 5088240 
git-annex_5.20150727.orig.tar.xz
Checksums-Sha256:
 b50afd84130b3aa7ea23cd8433d43dc4b6854479dd812a85fdf454212da8672c 5203 
git-annex_5.20150727-2.dsc
 93cccb5fe16ca35f340628d0b2da436640c79460cafbc41dac9b1aa5b4dbd25f 69772 
git-annex_5.20150727-2.debian.tar.xz
 ef024261755483eedf66211b0a777ece9f6b4181800364fd806b690a9c419fd2 9499714 
git-annex_5.20150727-2_amd64.deb
 c87a69d0970509fd239174418e838c49a62c4baa2b0f7b14a73c3cf8df5618e5 5088240 
git-annex_5.20150727.orig.tar.xz
Files:
 7f1820c22a08e62e465f3c85f172c9b3 5203 utils optional git-annex_5.20150727-2.dsc
 4b7b1c662d34effc07ef8cce2de7c3fe 69772 utils optional 
git-annex_5.20150727-2.debian.tar.xz
 221d3eb6c1020d9a46fc5f4fa7137cdc 9499714 utils optional 
git-annex_5.20150727-2_amd64.deb
 231fcad4bf85678f713a04d858d7c00e 5088240 utils optional 
git-annex_5.20150727.orig.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJVuTXoAAoJEGkGSwGVIG3TJZgQAM5lEo1kOInsD0eSF6GhuH3+
QjhW1WAFMqlQqoMoZdxZy0TvceSN0ugJvUVTINQabxg0h4Jzg0ji/I4vLk/GWe8g
63UOOfezJTn/COsOacudJ0PgdOmmLMqvH3egIFHfWDI1f4oSPzduFtP/Si+ks2ka
yB8tGd9zqnfA57qxdLnJ/CbXSWhTSzLx2k57PdVPxaTdq7pRGqsG2h+YR0BCrZr/
VBazFKD80ucPg67RChjZTQCmqgWi1pbejpDRIMlmwOzwBiG0yHnIYzmoDL8q0Wbc
dWOiSIYanCvpQiPmnLB+a5lLLSHKlGip3ClUI9a7uwP1ezBVCnQEaHrQINLYkp8x
68UWNvPO1tdGDIRqQPsmo6Db5iiPEVVBduJHXHaqZyRe10HiUWZZV9h91SGKl2yL
WpIcWDaDEKNI+DYAPyuhNMgr1QcNUVIRzkZSoSecHJkpYRg+hUQrtinEUuNNou6Q
9FahyX2zavnDm5JLMq2KgrUck9P6kLUTXNGJiIMpgNRk/1hea8O7jySGYMSF/vE8
K67ilPgwdcnZQnUiwbKYpMfe73S9YZ9XBQmDaPEN2woEYLVUfMSSRQnGTxzicvmY
D+vMAxQhlRD4U3cwNEPN88Po+V3KFPXU5+CALKinsnKr2iBnYeqGxLiCoS+c7vKU
2cFkgZhF7tTBMpz+eaxM
=3CMN
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1zkzh7-00082a...@franck.debian.org



Accepted git-annex 5.20150710-2 (source amd64) into unstable

2015-07-22 Thread Richard Hartmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 23 Jul 2015 01:05:44 +0200
Source: git-annex
Binary: git-annex
Architecture: source amd64
Version: 5.20150710-2
Distribution: unstable
Urgency: medium
Maintainer: Richard Hartmann ric...@debian.org
Changed-By: Richard Hartmann ric...@debian.org
Description:
 git-annex  - manage files with git, without checking their contents into git
Changes:
 git-annex (5.20150710-2) unstable; urgency=medium
 .
   [ Richard Hartmann ]
   * Joey Hess had fixed 786659. Closes #786659
Checksums-Sha1:
 65d77523fbe4188a6a3ce12599477d03e549f3e5 4598 git-annex_5.20150710-2.dsc
 e8da0ddbbfde235ff3ca1ce598668569ba70c899 69108 
git-annex_5.20150710-2.debian.tar.xz
 452bc92dfc6e84e87b832bcf63b3f8084c9a469d 9477570 
git-annex_5.20150710-2_amd64.deb
Checksums-Sha256:
 9dfcf8214a22d2af4476a1ed4173c0309b6491389ce07474bff5c21dc8990669 4598 
git-annex_5.20150710-2.dsc
 36a4aea74802b08a8f99a446d4cd27cb866d902fea79572954d193d30165095a 69108 
git-annex_5.20150710-2.debian.tar.xz
 8f7d5c7a15140e871cc43c6c38b57617e660c1af9fc709789d491daf75c94968 9477570 
git-annex_5.20150710-2_amd64.deb
Files:
 239791706f3f75378a09648bf3956949 4598 utils optional git-annex_5.20150710-2.dsc
 1ef5cb04a02191e2028501a0c28596d2 69108 utils optional 
git-annex_5.20150710-2.debian.tar.xz
 060027eb14ce01b75fdb000a1695daf4 9477570 utils optional 
git-annex_5.20150710-2_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJVsCaDAAoJEGkGSwGVIG3TzG4QALMA2ki/vndNIUbGNLUf7dwQ
AqbYig4ocV3Twt5ZryIRrXpJzU0w8X+xbCbhyMvy77J4rGl8VmycQBqpCAW2p/cR
VWmOLL49/EYSVk+r6D99eMDkDECLHTEihuhbwkfD/2TRSOs0L0nl5AH5SgRkUGwZ
fxJQx4SfPtIte120sJoPx4BQPiy+XVunRbEHKRwC1M3SjHGGtuTrwTFFjmIyIaV7
INynM+6Xnki3Lc/Yd0Gnsuifu9Hvp04zrzpGy0WQIdrpu0rdth3cPXroVl9RH9wZ
nruXpq7bYp0uVjYWSlRFmoJwNAjrTb9+cjL46IPG2pK7lxdHuNrFnSRvXxLBnaVP
AB8LxD8bbnkUalV6S53E4m5/brUsbcW8hhVCFebkUyZrYMPb5o2Zh0OXUA1OWdDt
m+v1+Kf6jiSqY0qRGxTA8XEb/Q1MqrLk1oDPiuIZdxtJ0Ok5h8Ud34riFo2GOwSL
zSPvnWXr54DP0jqNqOMNh5fob6H3hHe0VbKNFxOavJWOO3JOdchSZvyu8RaFS3LU
mO91E0PJ9G4idI+Xrm52RB0UOCRyIRemqJ0Yl0FS2gizu8n7xgZ7zzymrpwcL+f9
5LvjYHhcykbV34kZxw7TyPBYs64gltU0h2dhVKm+pmKevdD9BrKMY1Cd3qEKP8d5
6vXMEvTpw9qa7HqeIO1q
=N3ob
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1zi3wa-00088l...@franck.debian.org



Accepted git-annex 5.20150710-1 (source amd64) into unstable

2015-07-22 Thread Richard Hartmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 22 Jul 2015 23:49:46 +0200
Source: git-annex
Binary: git-annex
Architecture: source amd64
Version: 5.20150710-1
Distribution: unstable
Urgency: medium
Maintainer: Richard Hartmann ric...@debian.org
Changed-By: Richard Hartmann ric...@debian.org
Description:
 git-annex  - manage files with git, without checking their contents into git
Changes:
 git-annex (5.20150710-1) unstable; urgency=medium
 .
   [ Joey Hess ]
   * add: Stage symlinks the same as git add would, even if they are not a
 link to annexed content.
   * sync: When annex.autocommit=false, avoid making any commit of local
 changes, while still merging with remote to the extent possible.
   * unused: --used-refspec can now be configured to look at refs in the
 reflog. This provides a way to not consider old versions of files to be
 unused after they have reached a specified age, when the old refs in
 the reflog expire.
   * log: Fix reversion introduced in version 5.20150528 that broke this 
command.
   * assistant --autostart: First stop any daemons that are already running,
 which might be left over from a previous login session and so unable to
 use the ssh agent of a new login session.
   * assistant: Fix local pairing to not include newline in ssh pubkey,
 which is rejected on the other end for security reasons.
   * assistant: Fix ANNEX_SHELL_DIR written to ~/.ssh/authorized_keys
 in local pairing to be the absolute path to the repository, not .
 This was a reversion caused by the relative path changes in 5.20150113.
   * Brought back the setkey plumbing command that was removed in 2011, since
 we found a use case for it. Note that the command's syntax was changed
 for consistency.
   * bugfix: Pass --full-tree when using git ls-files to get a list of files
 on the git-annex branch, so it works when run in a subdirectory.
 This bug affected git-annex unused, and potentially also transitions
 running code and other things.
   * Support git's undocumented core.sharedRepository=2 value, which
 is equivalent to world, and is set when a repo was created using
 git init --shared=world.
   * When building on linux, pass --as-needed to linker to avoid linking
 with unused shared libraries including libyaml.
   * import: Fix failure of cross-device import on Windows.
   * merge: Avoid creating the synced/master branch.
   * Removed support for optparse-applicative versions older than 0.10.
 .
   [ Richard Hartmann ]
   * Switch to dpkg-source 3.0 (quilt) format, just so we have any non-native
 format
   * Switched Maintainer to Richard Hartmann
Checksums-Sha1:
 3185f18a1230f9a2ccba95672cff457969461912 4598 git-annex_5.20150710-1.dsc
 86140a8cff8704e234fac5d0a900437e41c7045c 5069772 
git-annex_5.20150710.orig.tar.xz
 39067170cddf835bf60b94a953bdc3be82c24678 69076 
git-annex_5.20150710-1.debian.tar.xz
 f5f99bb7bfb551f5891b18218def7ecaa13ea75e 9478980 
git-annex_5.20150710-1_amd64.deb
Checksums-Sha256:
 9d6f0128e10b2c8b063732502fe21965b691e298d34edb1f5b4ae31c6578bd96 4598 
git-annex_5.20150710-1.dsc
 67f51c7f05be64b4749128d9b6a6327e52b902ecea024ec086d0015e94c80ad4 5069772 
git-annex_5.20150710.orig.tar.xz
 7d7e1e0989a0003a2219399d2e618bf72262abeb0502fca7003a43c7dfb688e3 69076 
git-annex_5.20150710-1.debian.tar.xz
 b0fa9c7c2c0a363abdd21b1c6cb96dd468a4c7f7c32e3aa240eb80183cd6fa7e 9478980 
git-annex_5.20150710-1_amd64.deb
Files:
 bf0fb4da4f130a51387c21b1b7d42649 4598 utils optional git-annex_5.20150710-1.dsc
 e51b4c1e894e3ea8f539b8d86497b598 5069772 utils optional 
git-annex_5.20150710.orig.tar.xz
 5fc657c94bebba3aeb2439adaccb2bc8 69076 utils optional 
git-annex_5.20150710-1.debian.tar.xz
 236b61d0de35d5cdf7e1a08380a07601 9478980 utils optional 
git-annex_5.20150710-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJVsB3XAAoJEGkGSwGVIG3TDiAQAKtDPKwbLBHKjK+9VPhoj6rn
7CiSrQe2QYvJyBj9wTX2flh36LzCbicFEH0fGQgL/CK38fG/TKptG8VWRjvnHu5E
8RP+KIFKj1BF7YZfbv3XuC5+xiI7ilAZ2nWTiSiF2FiFMU6hjKeqLwg0ARyBvMku
8espkYhm6TdixKkAxZZFf7zYDYINcXjlhCNINBUVoN8eC2YngbnaHmSjo3DPSxop
Opw4idQnrAQ0k5IVJbQlK+xiI3WJLAex8h82+JqyvBPrtL3V/koop/GIi9x6IGDN
BXZLoj7RmYC8DBA1DiBLeOhslIJC9yRptO8e0dnAV73WOGZT3Bztb5Fs4FwozE4s
M85AU9E7A7ShepJzHW7psrfMHSmtKR1hSc0FlEVtyZCEmCpCZrWiXlUrWU89QTgS
rYdvEl630tlDv2iT+MyxSMKQTolwh0vKuGyQS2EgWnRx+/cKF3YR+Zvyxcx6Ex1W
6gY0AdrcaZq2kRgPPGsA6cQ60Lg16DvXhSbbMUcYmWTcojB/OC5VKxprWe/IGD6D
hmUg5qBdgzJubI6HL3ny+RrXeRew5hgC3Rv8NWUIdskjiCs55gxEhDMJinFf0Np+
mLhUSMCf758tF9lKWAVREH/xq/jkjEm0wE6Vh9aSHZHAvevm5hui6pul6g9QEz4R
I3eiuxqx15+lubnJvIz+
=tACN
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1zi34u-00036n...@franck.debian.org



Accepted myrepos 1.20150503 (source all) into unstable

2015-05-03 Thread Richard Hartmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 03 May 2015 20:57:08 +0200
Source: myrepos
Binary: myrepos
Architecture: source all
Version: 1.20150503
Distribution: unstable
Urgency: medium
Maintainer: Richard Hartmann ric...@debian.org
Changed-By: Richard Hartmann ric...@debian.org
Description:
 myrepos- tool to manage all your version control repos
Changes:
 myrepos (1.20150503) unstable; urgency=medium
 .
   [ Joey Hess ]
   * Rework help command to work on OpenBSD.
 .
   [ Richard Hartmann ]
   * Check if unsafe ENV variables are set
   * Add support for setting jobs via config file
   * Add support for fossil = 1.23
   * Bump Standards-Version to 3.9.6
Checksums-Sha1:
 b044aa2dadf2a3cecf8764a033207b57214d79a4 1486 myrepos_1.20150503.dsc
 c641d46288e4d5fe3e1b87157c463dfcd0716b6a 45069 myrepos_1.20150503.tar.gz
 644a37d09749aeee089b69504c287f1136c1e474 46070 myrepos_1.20150503_all.deb
Checksums-Sha256:
 7c3330c8d7e110432b258ac3e6fdb2211e0fb750e457be98d789bb2ef34ee50b 1486 
myrepos_1.20150503.dsc
 2b6fc344e07e8a4ce7f54cb6441628f40f29a1ccc46f55329a06fb28b8991549 45069 
myrepos_1.20150503.tar.gz
 47aca1b88070a0930cebb87ccc63fcfa2656371a5311ff41e4c69d47dde5acfa 46070 
myrepos_1.20150503_all.deb
Files:
 72fb499f781e0393ebc9ab4a175c9ce2 1486 vcs optional myrepos_1.20150503.dsc
 bcceafb7fc95f70ca9965dda49a9f478 45069 vcs optional myrepos_1.20150503.tar.gz
 9b61319d9151f55ebd8a37d4f9413f37 46070 vcs optional myrepos_1.20150503_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJVRpAwAAoJEGkGSwGVIG3TffIQANii+rops40ME3WuZEU2lpeo
dEF329xc60Tk838JT7/T5rZdDB6jLZv15+171Xm2+ilIKmTts2zSCgoGNPt/vVAs
X9WqkjDUKtWxTCxYb52eGdYCx+Q+6R+e3OnWbEHtdYochFgvi/ykR3J7eV2OlnrM
sXZUiFATY7xiCIGg6PmspPkMRjQ83cu1leAsgQ+or5mGBPxFiGj1nvC07PrJnksW
it0x0ZUZxlsjBFDaOXsNRjpx6gQ+H45439kFcHxkXdJuuq263QBS7y2Q8BgfFkoi
M6Cs22DfD5EdhgUx8MGrPVL17/WW1PnU3HykE20bVbN8GKN6K3f/9sZuYnDLSrWm
3wNUdRHHtWHiwSRt2HqeBldEsCDgD2ryNYqtDgsWzJ9W0Q3VD4LFvHADU0/l7404
/XaNeTtVIcMNNJenrrEQB6DAsRMieZJ5ZsweEqyHAy0vHpT7DJVEu1Zvb7N1SNf8
gR0gXx8aX6CBZSe1TU4g7Ln9jpTv/Wk9YarQsVzVX418HEQo3J1eHSOj+oGFXz2b
Wrdie542S3npKYfu4sdQcyDumCEzVsx96wWLKUBaJpakEQIZPU920mVJBTXCayuJ
px31YYgZjxw+EVHYx33eJDj/QkObuxV+1zazmQtGycpxvPk37wNdX9Q/e3YbL8Uz
yDWc/AFtAmIoPfBfGPaI
=gzri
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1yp1t5-0001bx...@franck.debian.org



Accepted metamonger 0.20150503-1 (source all) into unstable

2015-05-03 Thread Richard Hartmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 03 May 2015 15:19:46 +0200
Source: metamonger
Binary: metamonger
Architecture: source all
Version: 0.20150503-1
Distribution: unstable
Urgency: medium
Maintainer: Richard Hartmann ric...@debian.org
Changed-By: Richard Hartmann ric...@debian.org
Description:
 metamonger - Save, diff, and restore filesystem metadata
Changes:
 metamonger (0.20150503-1) unstable; urgency=medium
 .
   * New upstream release
 + Better tests
   * Packaging changes
 + Bumped Standards-Version to 3.9.6 (no changes)
Checksums-Sha1:
 7dbe4f037172c922fddb73a5dc3d60d88dfd877d 2099 metamonger_0.20150503-1.dsc
 9fa1215156802cdf5ff48d919592d56d009bc862 10228 
metamonger_0.20150503.orig.tar.xz
 1acde589b69452aa6d7c2d2a9313bebb87330922 2164 
metamonger_0.20150503-1.debian.tar.xz
 73f0f33ed42859502d78461fbc9cc5b52ae408fd 11804 metamonger_0.20150503-1_all.deb
Checksums-Sha256:
 3831663e9bf4590c1d4a2d4e10f459512f3fea10a6dad3ee320d354010911890 2099 
metamonger_0.20150503-1.dsc
 530f2f4656da7edb47494d46e01cfdbe558a86d33ebaad79b9adc57133c9cf06 10228 
metamonger_0.20150503.orig.tar.xz
 9864eff46cbc75b42deec3f62d748e61d40cf08ec2a95fffaebbac0d692fb624 2164 
metamonger_0.20150503-1.debian.tar.xz
 25913271bc31dd2047430d8465eb678c1e9b79f43a7a6c7e40755154a10a1e26 11804 
metamonger_0.20150503-1_all.deb
Files:
 c43fc9f4e2ba84132929990fe04e55f5 2099 misc optional metamonger_0.20150503-1.dsc
 b1738224fd88c5b54083bf2757cb9cdd 10228 misc optional 
metamonger_0.20150503.orig.tar.xz
 4acd73a8d0c78ff6cc0ba00a64dc4d48 2164 misc optional 
metamonger_0.20150503-1.debian.tar.xz
 b5aa4cb3238329f8e9b4e753b06341c3 11804 misc optional 
metamonger_0.20150503-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJVRiEeAAoJEGkGSwGVIG3TgFAQAIFT6Rl7zWtVGdjmy246Y0nc
saW0Dp3t0vVYwnCzd/wwUcRRwE62CDOJkh0H0V8D3vCp8oh+XterfpqbgL+Cx2VE
0vM0A+g5ef0LNXnMH97vIKopveac3fCu+5WnHcPbwWt8/HyS85AB0LvBDBISojNB
9RqC5Plu7jIfWPhQIQK6pz9gy4qa5IOzIbIpncsxqB4Q0M+IO5oSYI0c0NPPAK4R
lYn9fy6CP5O9ftGElWjPQVVOENwdf9mcV0otZGzdwgesT3IROzOtG0I6majeyf0l
An3s0EWjU1XQoUMvRjgYFtL1lT2tYlUSNUPNeAKP5tUpwOD3fZb3/woVmfvDu6bs
fo2NZvdC+Guh+mt5GSiCzt1en5EdMGeskwnZTj0L3nw5hzrIsVpgGFlaT9anRiZh
Ra23wRHRW4d9vyAwK7stcz2CWQg1u6VUzpK2SFeWt+DSuC6pOhFmsMZ9lQ8lqyGo
t2WMQpWSz4Sy7kS879hjxxL39FkTxG63u6pdWaZc3TSv5Te3qs1bFlFQD7//SQzx
lYmua5N/o2C4thmGCg+ttQxG3PqdXxJkm6+6E6LcU5PczgGlNlVKTA0G+sEQselT
X/BpTkX4/5+mRBsXUUVdYI67ylCXgOZ2ShTPFnSwS6F4ACxTl8+J1xyHbxfUOnKx
pL3V3RbiuQsm2/m8toS5
=7bEA
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1you6y-0003pg...@franck.debian.org



Accepted vcsh 1.20150502-1 (source all) into unstable

2015-05-03 Thread Richard Hartmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 02 May 2015 17:02:40 +0200
Source: vcsh
Binary: vcsh
Architecture: source all
Version: 1.20150502-1
Distribution: unstable
Urgency: medium
Maintainer: Richard Hartmann ric...@debian.org
Changed-By: Richard Hartmann ric...@debian.org
Description:
 vcsh   - Version Control System for $HOME - multiple Git repositories in $
Changes:
 vcsh (1.20150502-1) unstable; urgency=medium
 .
   * New upstream release
 + Release 1.20150502
 + Add tests
 + Various improvements
Checksums-Sha1:
 5a179aa6b26b0ff9272a18223b7d4bcaeb3d7139 1864 vcsh_1.20150502-1.dsc
 625ad6969ae15bc03a2304c7e7c002037fe76d45 28904 vcsh_1.20150502.orig.tar.xz
 4be196ffdf94ce0fac205caaf591c4b98d76ed5b 3540 vcsh_1.20150502-1.debian.tar.xz
 9152a9c1bae7e3383db777c12f51b7b35d69eb2f 18404 vcsh_1.20150502-1_all.deb
Checksums-Sha256:
 b3d4a0bd541f135acc637c00a0e5aef00c2d96cacfe4dc2a13d5130e1bc277cc 1864 
vcsh_1.20150502-1.dsc
 699686e0d1cb9c7969ca23624ce900f20845ef4ac682ad2ee5ccb569b31d316e 28904 
vcsh_1.20150502.orig.tar.xz
 d5b5080af83508d5a2e42be33fa02d826a7b2254be77ccc0728769f0d20221de 3540 
vcsh_1.20150502-1.debian.tar.xz
 973b744c831344908043ab8a782c848b69b8aaf0d97c3e06e4556edb0aadb5e7 18404 
vcsh_1.20150502-1_all.deb
Files:
 1d84a9f44a34a579bde3505f9e02ec21 1864 misc optional vcsh_1.20150502-1.dsc
 40778b381aac8b1f1c2cd0606ec130ea 28904 misc optional 
vcsh_1.20150502.orig.tar.xz
 707adcbe4e4e7679bb0bae36475fef99 3540 misc optional 
vcsh_1.20150502-1.debian.tar.xz
 76588a63f26f6b49e9bb4f5cc616feeb 18404 misc optional vcsh_1.20150502-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJVRf3EAAoJEGkGSwGVIG3TOc4P/j/nBJ/ORNzV/6m0AdS1PqNZ
B9esUmAnAusdOJ6iVRJkzYMWk1eliAIXH6NSyXPVrPx/xuRjgWPor+VG4yukItId
wZAD30kjpb8AvMN+7WvexZoVP5/4+P4pdQFMo3ekPdznDkvFyP7Fw6pK0hAz/EI2
mkXJtZKp7MCXNfhMIJn/oDF6I+Nw0K2y3JHsKq16lQr4Kyes++3LssjmQdTolJzd
VjqTWkoTQP/cX7q5Jtt/+WF5lV7oDKvO541iZoVlifDv8BxTmQeVXrFHcoGS/wrT
jOd78dwVIUxKIHemOru5udz4/vWTdTAMdak2N+9lh+GuJtFi2ZK3u8SFW3uK5kE6
x2v5uvA1g2lbSsp5l4aSZSpA/6iDjvbS+pGwGHEdnzGDZmA/rEML5DqH4sEzUx2g
Nb07JfVUjSZfhMN7QnvkkoNHJBFDvju4fo5ZOWGdY83fzQWoK1S3UYmE/VkDXAJl
XOSTAMRhgsVMOwSY4/cO76GvGnxzuOovFSPuktRcbCgtH/rVIWpBbOOiO7bwTwws
MPrnfCi3p6e0MLQS+gxXs2g1z3z4pG1N1wllRo8BTU+WlglaG7qDAQH4IGSZUyu/
60bJO8Nzsh0ReHXpdn3IWaYmScbObtUZX2VzfXlRqR0tkYB6X8oL6yYbXYqb86E6
EqCc7jmFLpTLl9kqG8BO
=U9S1
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1yorij-00067e...@franck.debian.org



Accepted metamonger 0.20141118-1 (source all) into unstable

2014-11-18 Thread Richard Hartmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 18 Nov 2014 13:30:01 +0100
Source: metamonger
Binary: metamonger
Architecture: source all
Version: 0.20141118-1
Distribution: unstable
Urgency: medium
Maintainer: Richard Hartmann ric...@debian.org
Changed-By: Richard Hartmann ric...@debian.org
Description:
 metamonger - Save, diff, and restore filesystem metadata
Closes: 769271
Changes:
 metamonger (0.20141118-1) unstable; urgency=medium
 .
   * New upstream release
 + Use 32 bit epoch in all tests (Closes: #769271)
Checksums-Sha1:
 a0ac11a33d83e05af77db6f74e2144e0bdd02ccc 2096 metamonger_0.20141118-1.dsc
 01a6b6054abe5adafd469f6d8c055d282f895dd8 9984 metamonger_0.20141118.orig.tar.xz
 bcfeefabf24895bb0388ee184c7878d6a0588f43 2128 
metamonger_0.20141118-1.debian.tar.xz
 ea0f46fe042d3525fda2cbe7690e5e3e8814bc22 11788 metamonger_0.20141118-1_all.deb
Checksums-Sha256:
 37de5ad3923ce24c0f657d95ee11a548d0e896efaf3fc7a40a6d4b86045a70de 2096 
metamonger_0.20141118-1.dsc
 70a92f788734fbb29afd44ac6aeed834ac82c29658bbb21894f18a3b26f8a12a 9984 
metamonger_0.20141118.orig.tar.xz
 b2d1661a630a5c11ce7ac6a21bfe8bf510ef63c4023c6da52c8a05e3c0cd74ef 2128 
metamonger_0.20141118-1.debian.tar.xz
 e4b1eb5eb237a3f35413f1946dbe1d03b62d06769ae77e16478838eda8a3b148 11788 
metamonger_0.20141118-1_all.deb
Files:
 b29f4c2b51ead58bf0b649b75bd826a7 2096 misc optional metamonger_0.20141118-1.dsc
 16bc49a04b3ff490e388be00ab07a0f3 9984 misc optional 
metamonger_0.20141118.orig.tar.xz
 2006f86e0439b06b9eddc526c286e21d 2128 misc optional 
metamonger_0.20141118-1.debian.tar.xz
 f2b9b41fdc8be2988ef364022e8132d9 11788 misc optional 
metamonger_0.20141118-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJUazzxAAoJEGkGSwGVIG3TMxcP/A35gZxe+eg0ydIbmNNbsHXi
cB9WHSUccBarH02Ku9cbGvKMo0kORXUVm4wLnDaryCDsteS1AKMaxgnzSKcb0+6L
9fmYZpwCpZDVb1HpiUnLOJGdIBNYhAI+5S/ZTTZ4LkKxiY0K7v1XHJLMCPYb99ed
07n9+K3+RI+Kxhb90cnKFVba2UFOeqq7K5CYQ9FFoOcdPghCO5R9JGUEJgqLUi80
UkJt+Fj1ZcdQqB0RS3Y03hj/2ASr+J4epK5bKK0QFKD7hsaBmllcqcaqbIHdKfnE
c/lsUcKfFVLrFvLH5TK4apHTKgPc+DcNYvY/ig7+MidO8ORmGnZfPcnv3NIGZq1T
yBeu1nNOZB7AIMqOqyJZpql8FbzirLrYXzfSeVb/47WHUWGD1NczAePfLi4WtgQ0
RWGEMP5laImXdWOxOURWLG7sxZltjMkl5YaF97HhazpB5vKE5okAPVVtU+WfAkw2
JrMrW2vy/+eEWt92U6eGr6RhPYIQZX7ZWIqKEzju8Yl64osFHKTIe/fcV4IKAcd0
v5v8u3GsNl+Qvy4QKF5NQlUmZxBEVV+zOgRnfJcj5qJ+VLuJr6aTJn9hflkh0yG6
Q5U2FoLvjDsZCJttMR52oq6LFx3SMSRrH0HH/QwJJ6kPmHVXdXxVcI1j1/RrCEF1
wIMPpjssPlDua5cCeqJ5
=kKph
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1xqid1-0007xh...@franck.debian.org



Accepted myrepos 1.20141024.1 (source all) into unstable

2014-11-09 Thread Richard Hartmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 09 Nov 2014 23:56:02 +0100
Source: myrepos
Binary: myrepos
Architecture: source all
Version: 1.20141024.1
Distribution: unstable
Urgency: medium
Maintainer: Richard Hartmann ric...@debian.org
Changed-By: Richard Hartmann ric...@debian.org
Description:
 myrepos- tool to manage all your version control repos
Changes:
 myrepos (1.20141024.1) unstable; urgency=medium
 .
   * Taking over package maintenance from Joey. This sucks.
Checksums-Sha1:
 080a80314e5b2d1d43e64068719cd57a6b62995e 1494 myrepos_1.20141024.1.dsc
 a70dd897b49e7f467c6b706937a2c74518ab613b 45047 myrepos_1.20141024.1.tar.gz
 bc67386c1c20ff82bc402e8a9d7437abee1dbe25 45604 myrepos_1.20141024.1_all.deb
Checksums-Sha256:
 2b25aa4f6be3b5363cf9a11eaa4da7a6624c10c758d90ff3668faf191465f837 1494 
myrepos_1.20141024.1.dsc
 b6631c48d7e42b1bebffed434ad554a1cfc44a98bdb771057ef71c59113b2aee 45047 
myrepos_1.20141024.1.tar.gz
 fc3c223505b1de8ecf7470796dc121294efe2fb0588294c9613d29e32c4cbe37 45604 
myrepos_1.20141024.1_all.deb
Files:
 f98725eedd58bcb3b44196c77e64f191 1494 vcs optional myrepos_1.20141024.1.dsc
 ff624161ac6f2704ba7548cfae0794b0 45047 vcs optional myrepos_1.20141024.1.tar.gz
 eb2af57cd23664c300b799e3a34768c0 45604 vcs optional 
myrepos_1.20141024.1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJUX/HCAAoJEGkGSwGVIG3TJh4P/jmCTPY6D2O9QxKpliQ2GJac
1u8FHDx/WlEYxlXSKGMHm660RrUHzuKsweyV8DAs4jZ+xcs5HjV9J6nrXE1vcOKq
U5ddfzpTYqtCIv/8CxoGi6w3JoS3INDpOAgWClmGWhfKs1RMoyFlLdi4ZrEHdkws
y1dECsbaM37wp/WiAmTFjef2Qj6uSUUnR5bbgJLKd/k55jt863M4jPDd5ymfN+0M
aSq0xahnxyh+0QZ9Nx1TO6fu6q+rTt/XpiNdxKsExjNog2jFPofgaGxk1ZSQ+uCY
qYObyJ8/JhS8RKhhpYCQfBrFGZovRnXmM3xBSNmc0D0q7EnT52rQ0F7kdM6QaHqt
go2clCQr57xHponAVMxOY5sqYREydGdj80ei4N64HUEL6a6ZbR+fP/+v3ZDJHLni
G7TqccCttbKI3RFwzUsoRoQLhEAVBTZTnZnbu+VKPbm5DQ5dG6VglYv0jNszjXqZ
vwv44cjlXJeGfFiK1ThqnzWJjjUPHmYzc2Ji1odD7VTMI3MS0jdVQHyz/MmXw7dT
scU/ee2/xig0rPJnecSYX16+r+jSmWiHWmodvObd/YFVl4KGYbVfsaVjG+b7Dga6
YtTyHkOAU0+RzEQzCM1fe1OfShHTmGd1YBh/JkfUO8022349dvCCVRdynd9vlm9Q
TaM9TSPp7iPXU5Uq+3Df
=FrBz
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1xnbxs-0003p7...@franck.debian.org



Accepted vcsh 1.20141025-1 (source all) into unstable

2014-10-25 Thread Richard Hartmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 25 Oct 2014 21:30:25 +0200
Source: vcsh
Binary: vcsh
Architecture: source all
Version: 1.20141025-1
Distribution: unstable
Urgency: low
Maintainer: Richard Hartmann ric...@debian.org
Changed-By: Richard Hartmann ric...@debian.org
Description:
 vcsh   - Version Control System for $HOME - multiple Git repositories in $
Changes:
 vcsh (1.20141025-1) unstable; urgency=low
 .
   * New upstream release
 + `vcsh which dontexist` exits 1
 + `vcsh status` shows commits ahead/behind remote tracking branch
 + Support overlay functions
 + Support `vcsh list-untracked`, optionally recursively
 + Support `vcsh list-untracked $repo`
 + Improve error handling of clone()
 + Rename `list-tracked-by` to `list-tracked repo`
 + Support repo-specific config files
 + Various minor improvements
 + More moo
   * Packaging changes
 + Bump Standards-Version to 3.9.5 (no changes)
Checksums-Sha1:
 36146b3738629cf3045063cd4bced2ad749f7227 1822 vcsh_1.20141025-1.dsc
 6bf176d5447c727e18e5f9f053fdcf5d5bd7aec9 25880 vcsh_1.20141025.orig.tar.xz
 8bc9eb46221df2940922e8863a98011b02715e76 3472 vcsh_1.20141025-1.debian.tar.xz
 0163d94bb43dbb9ede721631350fe62b1676c8be 18000 vcsh_1.20141025-1_all.deb
Checksums-Sha256:
 222d2da0b35c7f69ce0b273208e82c27ae0697cf37966c413e4e1f9c0025a9fa 1822 
vcsh_1.20141025-1.dsc
 abb270750f415f42b92f28a20052f2799112beb9248455817115bc5bee95d1bc 25880 
vcsh_1.20141025.orig.tar.xz
 6ced5d337093ca016a6484953f3e88e92d8e3e22d98c3d43522322fe4bfa0f3d 3472 
vcsh_1.20141025-1.debian.tar.xz
 4ff7bebdcb3694b05c91e77c0ff02c5485b2d7514a86ab80e250956988990c2d 18000 
vcsh_1.20141025-1_all.deb
Files:
 b8d074a045a23a8b11931965cf06c514 1822 misc optional vcsh_1.20141025-1.dsc
 0a7c530f0a52f551d91aeac2c36da6ab 25880 misc optional 
vcsh_1.20141025.orig.tar.xz
 e3bde4ab8fbe2b79b65be79ae212008b 3472 misc optional 
vcsh_1.20141025-1.debian.tar.xz
 78c0591c5883ff67b087ccd433c23b72 18000 misc optional vcsh_1.20141025-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJUS/tKAAoJEGkGSwGVIG3TngAQAMT7O0MgPkUezMJbHvYPdeSd
vZ9HUCVA+2FpQDPtaZzkQuGuurbfvf8vndMdnbQAviRVusJ0FEkTT0s2yxZf7SH6
gO/pWog6smsEdOxzsR+g8chwSX+aAFtgWSk4f+vyIMLZSxvY9l42YCiy9nUX9Y8a
bGYxcMtVCgX1powQFLPyDeLEh4qo97e41rHpeNSmzzEduMOGWvunvhhSYGSct96S
jG02aOUW+eFyhpA2Rz2avT4X7kNsLJU/Sk8bRHb3Z0Nbv5DmAxX32EwRNn+BtuXd
9QbF4pb0jSSAtCk/HMmxUjwPljV0P5Ay71BmFPKA4IMArV+FT1jNf9dyzY5BBVJm
QCN49jAARf8sT53KKd6G1mrzyCHcw6GBswe58zT3uVpqx4fcWMoMXS4cHfHMQ1ib
Rx9HYT/HsPlJzFtPVp70LdQmepWTNhaptF6e/usioWqlpvFamaKIE7dCI9N7DtTi
OY+IWJqBZD+3lveOOf/+g6z5MYn2vEk9nCxvAQDcIL+l7j9NJS6FfkPYidJN3sEU
xXjwgV1A6KsfOUZgKGjBFN/P/etzSvibRSCSOsAl2eV6rr6l9ELujUE31m4q/rzM
I4ABd417jfoVT6xLcF9J1YLHZgliAteisY6y309nuYAQLLpqCeddhjjkMTKAfYDA
mZwmSKbNzY2cut0wjB+P
=yjOT
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1xi7m2-0005er...@franck.debian.org



Accepted vcsh 1.20141026-1 (source all) into unstable

2014-10-25 Thread Richard Hartmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 26 Oct 2014 00:32:38 +0200
Source: vcsh
Binary: vcsh
Architecture: source all
Version: 1.20141026-1
Distribution: unstable
Urgency: medium
Maintainer: Richard Hartmann ric...@debian.org
Changed-By: Richard Hartmann ric...@debian.org
Description:
 vcsh   - Version Control System for $HOME - multiple Git repositories in $
Changes:
 vcsh (1.20141026-1) unstable; urgency=medium
 .
   * New upstream release
 + Release 1.20141026
 + FIX fatal()
 + Improve error handling of clone()
Checksums-Sha1:
 93e23cba3057c72312f5a0b2a457030af40396d6 1822 vcsh_1.20141026-1.dsc
 444792fcfb173d2608fb27c975737b390d39f893 26084 vcsh_1.20141026.orig.tar.xz
 76f65a105d6f4a14da69db865ae72172bceb3639 3480 vcsh_1.20141026-1.debian.tar.xz
 52fddafe35454d30221035e1b47820f4dba60b11 18228 vcsh_1.20141026-1_all.deb
Checksums-Sha256:
 18f6c3566011135c82211855b87ed38a9c88b96c906686d6bf714b1fb0bbbe03 1822 
vcsh_1.20141026-1.dsc
 ce3f9d770ae69deb87987bd790a04fb387b3203178eaa3fa90508145ae0f2cb0 26084 
vcsh_1.20141026.orig.tar.xz
 87dec9d1de379cfeb5fa84710a8afc70c4d209acafa7bb9820a1f3acca9c9258 3480 
vcsh_1.20141026-1.debian.tar.xz
 d0c9e4cfdc0b741daecec953ae4faafe9a1095edc7755ca30c7906f463d64c08 18228 
vcsh_1.20141026-1_all.deb
Files:
 caa78eba467311a9684a7641e6851da0 1822 misc optional vcsh_1.20141026-1.dsc
 85fbfe6ed4aff8fd4252a4bc44831623 26084 misc optional 
vcsh_1.20141026.orig.tar.xz
 a6ee78de9762a67306d35e307451a30d 3480 misc optional 
vcsh_1.20141026-1.debian.tar.xz
 6311f4ff2013d252bfa82531eb31e81d 18228 misc optional vcsh_1.20141026-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJUTCVdAAoJEGkGSwGVIG3Tp0gP/0ftK4wLAg7Jdw+vbS3NZcdY
xSmvO6mVTQ0jLOnSEkZcDR0YHP2Z+VxMbltFv/XLB+iFtZixGW5zfZfmN0lItAdX
gDvY5d+H5Dvk4HdTbTpz9ERtMj3X2br8lTQe7LoLcgdKD4dBClmVFvbEdqwTAI9l
/vrx1g5WnQOgmRmysaDoYOs+V3mukTb0dWMqEhIPfX8b/C2INnVrZYxJ6p6V25er
gWekxp+juhJ+pa8OwCbndujq/qmO+kWj+Ued3nDkUR/h2qUWmdrLyBjFLYl6dTyA
omuwCmI3hSFbbvr9MdMgcKiwjoCr9G7mRVYo47ub0RPspqN50ADjoIVwkYTplhJD
sP3OSMbA9719iVHQH8RPWIMtw4UmNIEdbc1XssyvKl3J6GmGLDHUjNDcbALQzU+n
vC+JLJzybQYWDn16ThVcB/WQwPVkd49Sp2ekJXcCZI/gzxq/SSEX1g3ZXO2Tsd6e
BXgdx4xcmQ7UGWu6U69LTVDaBZY1hhfb4x3kZk8q3yO3Te/P8W55B/xVoU3/eNwB
nLWSStbx18sP/y79m4Oh7wzIXub6HmBt86FK0HFkz8ser5JwhFWYXPkkM4gFj5U1
e4G5VlQcwHSMxHLMC+o/SAjTXX2UwhkOnQALU3cV5Qz0/8xpH9vRONBH3FB0Gjdq
KE9RJtW9iAJ5ZhVK4sPX
=Nw9m
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1xiabe-b7...@franck.debian.org



Accepted vcsh 1.20141009-1 (source all) into unstable

2014-10-09 Thread Richard Hartmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 09 Oct 2014 23:27:19 +0200
Source: vcsh
Binary: vcsh
Architecture: source all
Version: 1.20141009-1
Distribution: unstable
Urgency: medium
Maintainer: Richard Hartmann ric...@debian.org
Changed-By: Richard Hartmann ric...@debian.org
Description:
 vcsh   - Version Control System for $HOME - multiple Git repositories in $
Changes:
 vcsh (1.20141009-1) unstable; urgency=medium
 .
   * New upstream release
 + Release 1.20141009
 + Display full paths in list-tracked*
 + Lots of help improvements
Checksums-Sha1:
 9c2e5b2299d6db92620d6833320e63938dc88094 1822 vcsh_1.20141009-1.dsc
 0196b7989042657f1c67e6526221f013d5076edb 24704 vcsh_1.20141009.orig.tar.xz
 b994d3d045dcb843002219c25b07859f045718fd 3316 vcsh_1.20141009-1.debian.tar.xz
 a1eec9023cab5536f77f19f920471b6ed40a989e 16566 vcsh_1.20141009-1_all.deb
Checksums-Sha256:
 36f748874df3f4973d1ad033b466228ecfd657928a27fc9f8eb8f2e4efa52596 1822 
vcsh_1.20141009-1.dsc
 8d6fe711a5e81c911b2a7a7d32bb5518a9f89459ee2a55706f86923c5f1c9d0d 24704 
vcsh_1.20141009.orig.tar.xz
 fbdcd12ecea99ed311f747d6da48fe3334a72ca2cc5119d61065e793b5a3a0cf 3316 
vcsh_1.20141009-1.debian.tar.xz
 c9f6899a04c6325579fdc3f7a5b702e4884a11a8bb37420b80ce6b1cb133fba3 16566 
vcsh_1.20141009-1_all.deb
Files:
 6adde9017a50197a80f7728ea5e09167 1822 misc optional vcsh_1.20141009-1.dsc
 dc00d054284979420d2b313e4ea7bb9c 24704 misc optional 
vcsh_1.20141009.orig.tar.xz
 a28e9139f07df96aa2155a36da1c6848 3316 misc optional 
vcsh_1.20141009-1.debian.tar.xz
 c87357526b85092b3a60bbc81f195ab3 16566 misc optional vcsh_1.20141009-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJUNv5SAAoJEGkGSwGVIG3TwSkP/2yyg8DmxCxFoA1/0J02I8IL
Gyu9r7xA4ZEci2eZoL4yKcZ4tgpO9Kosb5XeYThg1+Ih6BXegxLMpdFYp/Iuc+5b
XNriMYYyMYmslFNSbu/DWe0STQt7nIZz2Jwo7mVMtNIIuZzYJ7TqfwbUJ4cbgbci
wnBtzByoDHRv0EDyYpwNaPa41uKokYgNGEFoVyNRjmBcQpLz3Kj1yeN0GubELSYt
zQzBusiOrGiLimqJXoeeqpCkKfc0U9X/O2AX6RmZ+NEVKFoyGiujDiO5oeaoU/Ub
jumlxMGkbNzONnnQa+DP7SQPgLjSyXeNLXC7O5tcYMIhHgNbMsMjZVI4L6GXr5n2
kF6QIttvfila04xnYcba8PkeIvhP/Y4lBRzQuW4UrdI2lnYd8wWe/VOil6c94d6q
911ML8grF+howJZabqnc0KjDahrtcgi90hR/21tWX1sMDauC1c4aGPNFx7xfRakc
BiMoImPJkhsNldIto/4VohjiWPVjm7isSS8ZO0YrpgEaSMtH7JlpBeLms+qdXLeB
NHVKxtbHn6d9YkQh87DWvNqND53krCTj0yNT2l6F8sljIoC1BOL3QIGelFe6W0lu
ys+fjc2+Q6TZQpVf5chaviNAiMBDvvinEifnfMER9jx9vVoU8VkclcfMEuxYOcOD
AfQIbqaybjdSU6nqZRtA
=rSeV
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1xclmo-0002ig...@franck.debian.org



Accepted metamonger 0.20141008-1 (source all) into unstable

2014-10-09 Thread Richard Hartmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 09 Oct 2014 23:14:04 +0200
Source: metamonger
Binary: metamonger
Architecture: source all
Version: 0.20141008-1
Distribution: unstable
Urgency: medium
Maintainer: Richard Hartmann ric...@debian.org
Changed-By: Richard Hartmann ric...@debian.org
Description:
 metamonger - Save, diff, and restore filesystem metadata
Changes:
 metamonger (0.20141008-1) unstable; urgency=medium
 .
   * New upstream release
 + Fix Perl warning in 5.20
 + Lots of help improvements
Checksums-Sha1:
 e2832c91814a47fb63948ed5334e4a90739d32ef 2096 metamonger_0.20141008-1.dsc
 f273f1ebc74dd2b60b1ddc7bc822c1e6cdfd1a7b 9960 metamonger_0.20141008.orig.tar.xz
 4c352ad1376ab8f6f609e8b4f4cb45d8ecf222ca 2080 
metamonger_0.20141008-1.debian.tar.xz
 6664ab31bd6815fffaedb5d052d057d08fd27d6d 11712 metamonger_0.20141008-1_all.deb
Checksums-Sha256:
 d9885ada4f93d54a928cb58e1a2a0af78e1bf194b416f79b0c35c6e41062acef 2096 
metamonger_0.20141008-1.dsc
 9a0b119ad282039e974e800783efa426b9ac160b44a0381635f23fe2f75b 9960 
metamonger_0.20141008.orig.tar.xz
 e382576f6bc67002d6998c38e485967bbf617ec1bc365eb530a9a885d58e45f4 2080 
metamonger_0.20141008-1.debian.tar.xz
 b2e51db2619edeb877ddce6f6d1c254fda23fc42122ba41c1108b2bdd2c9e700 11712 
metamonger_0.20141008-1_all.deb
Files:
 c771700707d92b36cd9f0150f61da2e1 2096 misc optional metamonger_0.20141008-1.dsc
 3718ae8d1756de12c2fb96db442bcd34 9960 misc optional 
metamonger_0.20141008.orig.tar.xz
 8657c6ed0abc50ee7fe4e59829f740ee 2080 misc optional 
metamonger_0.20141008-1.debian.tar.xz
 8101ca4f82bb763698455a8af7ef764a 11712 misc optional 
metamonger_0.20141008-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJUNvtqAAoJEGkGSwGVIG3T+3sP/RN/lkgKjLtvtPBLhkv7Jzdp
sCQmm98TVLgToe+71W76ncISksCkI+f1FjJLctG5LELc9Y0iB/O0PZfwJjat1Kr6
8YFRmkT1xjP7YutkmHKBCdLQwYv2zqce9JgBhWT/QvbW9PKGieD2zLLW3+yr4cvN
bo37I8MoNpYxTFbw9ph/9F44fJIQ0yc2A59kqlYlZGn23jNbVf2uq6U8fYRaa9xG
gkbT/M+z0iYiKSxrqCbp7A4c0Tgad+bP0TQNRlL+fGVgr0lGwOgvwvL15KpEophS
xNTxdgeZIvsP9xOpm8Mgyj+MtjbdzB2sg7LpEJ0Ej5FSii1IjhDACpabLHuEltyk
7yQj8kEZb9Sv9ioIAKpBIq8GVNqvwtttdFbUYd43xdalxfOJNhnJcIpHaceVHL3X
p2gZ/7QWZB4yEt5oqsc5mZFejmTXtF/z31s6QdJCeKGNXIUjfg/n7sDXcDqxQR33
zxEYsrnz2w9a2AhHjt4mrz5zojIxTl1h3UQNYlXv65MkID3fkvYT+HlQ0i036eOv
XjcbrI24nHC4zYwsOdmL2AhcsQsICFJxLBgIGNjvssTvcm0mnmHT3kmWoNlSEpAn
l7Gi224V/Rmb5C9gSLqhejnbFJSR9UzK+MS/Gp8Vr1lfhl1Jcfx2WP2Gj+Q4NUUP
jP6tVBpIMlSBU370V2ds
=yc4q
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1xclmh-0002gt...@franck.debian.org



Accepted metamonger 0.20131228-3 (source all) into unstable

2014-08-03 Thread Richard Hartmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 03 Aug 2014 14:48:38 +0200
Source: metamonger
Binary: metamonger
Architecture: source all
Version: 0.20131228-3
Distribution: unstable
Urgency: medium
Maintainer: Richard Hartmann ric...@debian.org
Changed-By: Richard Hartmann ric...@debian.org
Description:
 metamonger - Save, diff, and restore filesystem metadata
Closes: 755330
Changes:
 metamonger (0.20131228-3) unstable; urgency=medium
 .
   * Packaging changes
 + Fixed missing install dependency on libjson-perl (Closes: 755330)
 + Bumped Standards-Version to 3.9.5 (no changes)
Checksums-Sha1:
 90dfb2910b07de438f70ae9dfbb0d3d269d8b5ad 2096 metamonger_0.20131228-3.dsc
 213aa0bb53413238a7f2f677d17c266c38c007fe 2028 
metamonger_0.20131228-3.debian.tar.xz
 72f47ef7ae7a6989df1e2ddb2d93ca08e68edc22 11584 metamonger_0.20131228-3_all.deb
Checksums-Sha256:
 1ef9ffd61f7bb6a7a22905c2d420d6325e1839a6ad6d1b627f87df6044f43849 2096 
metamonger_0.20131228-3.dsc
 cd48259fe363f3df2323b01acf9ebe17dd01c8e16b1cca054cef7e6d530f9651 2028 
metamonger_0.20131228-3.debian.tar.xz
 46320b71487929d380952a6fc97de2afc9aeab14a5a3d5ecd3bc619e36dbecb6 11584 
metamonger_0.20131228-3_all.deb
Files:
 c58774ecea691190852aec7c2add8020 11584 misc optional 
metamonger_0.20131228-3_all.deb
 0fec676f8b1943a076fec5c33d7e179e 2096 misc optional metamonger_0.20131228-3.dsc
 95b02e5472927eba9eeaf11c0f336315 2028 misc optional 
metamonger_0.20131228-3.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJT3jBJAAoJEGkGSwGVIG3T2x4P/15Fm1t1H2dcvqWG13giIend
SIn8fzrUV0L81KS0nqnaOrDVL9FES4ghvoU65mL/TAXZ7n6zJHqsI01/QWn9F554
MibVg38nTJ1aGzVf9TnvJC6dkT4iB++O3PtGpFRB0Zgb36xtxrpEJyXyLJVcpA/F
V8HlFdp2K3NBA4yq/1AI36d767K/JRlcUrSB7p3qoEdHB1cNUmcvgrrDwrC0dvQW
h6Y6HlhP6xDFv7hiQIC59pts7QAtIpoyWhW5Fn9EoyeU4/yvfqW3fullabcju+sU
97Y7Q6WvB2/E7zadg+lSVDx7nxuA95XsZOotSuQma9E5zNim36RlFxbyaBWka6GX
5Q6hWcn6KpN7cU94Eg07bXWpJq/ZP3ZH0xCgtQPGhPjb5VWtmf0pdqYwC1/FReCF
MAcXO4QDdLh/RndsmeZ3oR15UoYDdsw/ADvhXD4UMVsHFZiTtrbosAXsDSS530iz
IfEbCErE1uJpR9ssUTFG0902bPZSTV1M6jhpfbKLD4vPlg8l+61ltfZKUSTCyBkE
Jn873gP22lSY+ut7D3zy2bbdIeTfuSKcEFvRIjLeTfiazfvAl+z0gbvN1lBr4HLd
KtAK3QCJuaH3SSQGyhDW+RJ/Msrl49TPrvUN7ER8+939FFHgYXg6u9ymGVGzKLh3
daPLX4Jjog5IbWSfgR2O
=pG3m
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1xdvsa-84...@franck.debian.org



Accepted metamonger 0.20131228-4 (source all) into unstable

2014-08-03 Thread Richard Hartmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 03 Aug 2014 15:07:19 +0200
Source: metamonger
Binary: metamonger
Architecture: source all
Version: 0.20131228-4
Distribution: unstable
Urgency: medium
Maintainer: Richard Hartmann ric...@debian.org
Changed-By: Richard Hartmann ric...@debian.org
Description:
 metamonger - Save, diff, and restore filesystem metadata
Closes: 755330
Changes:
 metamonger (0.20131228-4) unstable; urgency=medium
 .
   * Packaging changes
 + Fixed missing install dependency on libjson-perl (Closes: #755330)
Checksums-Sha1:
 8cc8ec9b0ffd56c4dbe263df35d0a100e84ae9fd 2096 metamonger_0.20131228-4.dsc
 db8d29de714d1f78bef21efc2af5c024af412d3e 2040 
metamonger_0.20131228-4.debian.tar.xz
 6a7cea1845d03e79db99c599de53fddf03811e8b 11588 metamonger_0.20131228-4_all.deb
Checksums-Sha256:
 83a5d0a945552ecfd90c02f80adf15df6e919c3f5f6ba2b7b174a46d5980dc31 2096 
metamonger_0.20131228-4.dsc
 7658b27d43eca42731ecbddf8ff52d7abc7a7f6a77231fc55bfcf9dd1fc8ab0e 2040 
metamonger_0.20131228-4.debian.tar.xz
 11dd09d38be56ece2f52495614a08dde6e35d1bdf22bc046ad7cd79cee992b9b 11588 
metamonger_0.20131228-4_all.deb
Files:
 c1e901c06838ecdb43d4c8bbe7955d0b 11588 misc optional 
metamonger_0.20131228-4_all.deb
 31094e7e7fbc213f19201ab02a58e98f 2096 misc optional metamonger_0.20131228-4.dsc
 d1638cd40520cfd0e18a5ab61b0826a0 2040 misc optional 
metamonger_0.20131228-4.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJT3jSeAAoJEGkGSwGVIG3TL70P+gNC3wZNaFh+g6n7AN4In/nQ
VxyO95hpt++nSRnvETXNIGDvLL78ePPXIDg5REYvsJfbyawf+o/da7UPOt2zYRFM
6InzjfMFjvyIRkYIDKv+6wYMQjYvuHJnePP4k2PtXfZ4LpBE3QEp5qXDRQzgrr9U
zo7DfDSb2MtQ1OKhT7ai1fUrUjHeaZmpVkSYpWlEHA9jadkFFO6Ru9ldxa8QY3yW
slH98eprUrQ1qgx01IzpjdlYqashQCuLfYIda18hKMDD1x0Nwhl4E2b9CkvF52hB
mZR8RKHHXq6ZwQ9q+SAJOtVr+Bi6DpnlBE1rweKC+Qioj1zW5N+zU2yaZ40CLA3z
UgLLTWyJk98W+0FUUsBIBp9MZt2EttVTgotPW403s3rqUQEStlSuCcb/dkzQ9FKc
YQCJ5hLQ/q0KkjpOR+pXdc+YLE1aI2fOoJqTqRVD4nb5c72pOgc6rpfih7eTcg4z
wRhReeO13VBjrvdNl9CIpzhKUZzLJSP0SxKnzmm2xFxvw3o6WgZTRWLLPn6Mc6cZ
2wVC0/vsqDXtc7y5Yg4xx8Qrg+yhvGXidOgiBbXwwtQHzr3tEFHIWY1hUWmFbv14
mC/reh/AnHcfUAzfo2sxs6MWQcf+Ih8lS2VQSlVYvjOTwh81xFoCS9n9qMzH2hUt
SbPX6VqS5VnndmtyzGti
=h/NI
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1xdvh5-00059q...@franck.debian.org



Accepted vcsh 1.20140508-1 (source all)

2014-05-08 Thread Richard Hartmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 08 May 2014 19:54:30 +0200
Source: vcsh
Binary: vcsh
Architecture: source all
Version: 1.20140508-1
Distribution: unstable
Urgency: medium
Maintainer: Richard Hartmann ric...@debian.org
Changed-By: Richard Hartmann ric...@debian.org
Description: 
 vcsh   - Version Control System for $HOME - multiple Git repositories in $
Closes: 745538
Changes: 
 vcsh (1.20140508-1) unstable; urgency=medium
 .
   * New upstream release
 + Release 1.20140508
 + Revert Introduce static manpage as part of normal repo
   * New upstream release
 + Release 1.20140507
 + Increase portability
 + Improve hooks
 + Improve docs
 + Various minor improvements
   * New upstream release
 + Release 1.20140313 -- the Git won a prize edition
 + Closes: #745538
 + Initialize repos with --shared=0600
 + Fix cloning from some spefically-named remotes
 + Support custom gitattribute files
 + Support filenames with whitespace in gitignores
 + Pass out git exit codes
 + Switch to static, pre-built manpage
 + Improve documentation
 + Use more portable find(1) syntax
 + Various minor improvements
Checksums-Sha1: 
 ba985563f76ecbbfb330408b0cca12a40834770a 1817 vcsh_1.20140508-1.dsc
 fb36d4baf0195fd19559a789cb5484b50d5b8d66 24616 vcsh_1.20140508.orig.tar.xz
 0922385b5e69995fe664aa9c8253951f651ecb8d 3362 vcsh_1.20140508-1.debian.tar.gz
 1af720a9c73daf3141338141944dcdf9bf8e1ec3 16340 vcsh_1.20140508-1_all.deb
Checksums-Sha256: 
 04b126a352d528f76fb129f25a5dccf5f3840206e1db7622b667fc537a3fb19f 1817 
vcsh_1.20140508-1.dsc
 d8b02a9a65ef125fbd07cb103a2c5bfd929491d87076c49b00e1981f417f0396 24616 
vcsh_1.20140508.orig.tar.xz
 8c984a654b5cd9f1790e9889c89da042ca0a692a9e3cbbd6a4852bfc2054437e 3362 
vcsh_1.20140508-1.debian.tar.gz
 e3625fc93fe8a00414545e2bd3249f9c162d5e3b64c940d5ed67ea33fedf2aee 16340 
vcsh_1.20140508-1_all.deb
Files: 
 dd0238dd57ffb299ad95696fc28b8c12 1817 misc optional vcsh_1.20140508-1.dsc
 b9f008464053d79fc22fcb382758eb80 24616 misc optional 
vcsh_1.20140508.orig.tar.xz
 fae5eb041f07ab4557cb493e210c5ba1 3362 misc optional 
vcsh_1.20140508-1.debian.tar.gz
 a6fe65d00ea0c281d3e70fe5be8a05f8 16340 misc optional vcsh_1.20140508-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJTa8W/AAoJEGkGSwGVIG3TVAkQANdiFovV68OfAUSWZG4I4q56
JoDFVgFZRzYokQP/h1GziwKqRAZZoflwL/upHxGdwkI6My115t2oUG2fJx1N9ldl
/5jEMjAA7yYYfJVTR0aRqn3sIb7HSWbZo23ZuqecFJXoLnoawj2z7Z0FXV0bLRs0
BTAxxLaMDv3Ho09JaKaYn4HviwD2AEsSXQ0IeSd38CHSZ+WY5H9pHTMuEfT5c8vU
7mqL/QzFdxULVIkl0FgfMmCH3fwcbHZzT/PbLl6p4hdwUZDK/iBHkQnAUxOH8Ijm
fGDnz/L722hEep75VOcDAp1qcbhdySIH7k/wGUWN/MJb9hJRzUEWQ1wKAdmgjyMO
agfWIgTYT5lJ3G6ylQ977zZa4sHcUB7zMsvkCDAhaRQrUC++9pyHT8FNMxAKoAVg
xPoBq0c0xX25ooZmQVnbVCfhn+0+S+8Jp56x36pd1hszTXBe4TGMt1ugdCAkPTlL
XBPnmLfg6nrPThbHkHonXwQCJRZ5Haa8Fn0sidUd3EvjWG3Me33nWruVydM4ztKy
tZW/iYgXZTGzId8nDzvRxM67PFAYTU32+/qvaa5JrPTVXLWrjRuxJoOHsBr8uPfh
R9AGtuGGn1tsIX27pfZVRXTVDPT74hd1suqaWM/elxrgDEV+1a8iQuCMbjHsxkzM
HoSxmrNXRSub+XGdzO7N
=RuXX
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1wisfz-0001oo...@franck.debian.org



Accepted vcsh 1.20131229-1 (source all)

2013-12-29 Thread Richard Hartmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 29 Dec 2013 17:35:42 +0100
Source: vcsh
Binary: vcsh
Architecture: source all
Version: 1.20131229-1
Distribution: unstable
Urgency: low
Maintainer: Richard Hartmann ric...@debian.org
Changed-By: Richard Hartmann ric...@debian.org
Description: 
 vcsh   - Version Control System for $HOME - multiple Git repositories in $
Changes: 
 vcsh (1.20131229-1) unstable; urgency=low
 .
   * New upstream release
 + Release 1.20131229
 + Fix mktemp bug (GitHub issue #99)
 + Make code more resilient and efficient
 + Improve output
Checksums-Sha1: 
 3213a4e96aa48bb10676e070acf262603c9a0d09 1834 vcsh_1.20131229-1.dsc
 6578837a843e1e423c36be261c7ca0f28ea2c1af 22572 vcsh_1.20131229.orig.tar.xz
 cc3d933e93b8956662e41ba242278bdad53bc978 3126 vcsh_1.20131229-1.debian.tar.gz
 ea372d61cc21c78ec8b426adfac1d754baa941c2 20200 vcsh_1.20131229-1_all.deb
Checksums-Sha256: 
 8f87509e6a54457f38e1ba250a1067047083c810f4d6ea09155ed8f352d54f4a 1834 
vcsh_1.20131229-1.dsc
 9afec18dd3bf2d5ebb6855770e21567bbf4f8303a6367b025ea4dee99260c96c 22572 
vcsh_1.20131229.orig.tar.xz
 847a14264a37ca5ec37acbb62fd55d3179b47ca254652c90b8fa7044a25f2c9c 3126 
vcsh_1.20131229-1.debian.tar.gz
 0bae8dafec01cfd31568aecffc3114bf5b84b8143af19baa2d3be4b2ce679a7c 20200 
vcsh_1.20131229-1_all.deb
Files: 
 5135deccb2f57974397f7ebcbe0558bd 1834 misc optional vcsh_1.20131229-1.dsc
 ddb43109c4732471b0d46a6c05f9a864 22572 misc optional 
vcsh_1.20131229.orig.tar.xz
 d783d3c82bb8d08c827be9d94d03a8cc 3126 misc optional 
vcsh_1.20131229-1.debian.tar.gz
 2cb34008814a6b8dab2de532f27e1872 20200 misc optional vcsh_1.20131229-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.15 (GNU/Linux)

iQIcBAEBCgAGBQJSwFTpAAoJEGkGSwGVIG3TH1EP/0X76NpqJd8Idl3xk8ANma0n
6QJXBKQHpGQPIv2ruVuXipR33KDdTY2dqFCqekuKsOry6Rai3B/qjuGabqi144Sr
JIzCjfhzfFO0KpR60DqYKAgmbhPUFKX6Ux5LFN+JSZTOZVd8fWmxOcSACPVzgF3H
22JGnIe27gzx2/pHupAMGEIRozVLh/j8HJUn9kKbykVCdEMzrz/DUtNpjlRU2h4V
AVJuQNRxHeBwZYeSI5BWPYivsoEwghpIDzGhsoxHYQLGQQeY6j/cRXRY4rc8oAdM
VC9++lpCgc4+ov+tKUcAVYrXmNz962elxQ9HzVvfC3jgBNPSLDo7IbJcF/ZdjqE5
GwcuSIEAlJFXY88sNV2mZLcdfGPPWVtPoqZKows3LOa2J6FoR4hH1aMiu1YjMWP/
zBVEyk9VIOXQSIpP5lTsozd+uAz73FsAj55g876DDmHqkvDtXzLiINlKSpap8hUG
YQmFdfXk5+FCER95YZkOruJt2jR6M/y/pukNtWY31tDTBFlgoadLp57jDOHLde5i
Nhm0fOwtKCp57sKq3T7mCsfLBB5L1bcDNL+wRfxOTSs12XH87MaEyI/7wV5D4jUR
K9VO9euFwD+W3P9c7wfMSHCu95GUXW/EqlFfDKx/w+TXoWBHYvfH6gQf0bvhaFn4
cL8A/4jUV65v20ca+7Yt
=8r7r
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1vxk3l-0004cb...@franck.debian.org



Accepted metamonger 0.20131228-2 (source all)

2013-12-29 Thread Richard Hartmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 29 Dec 2013 18:07:00 +0100
Source: metamonger
Binary: metamonger
Architecture: source all
Version: 0.20131228-2
Distribution: unstable
Urgency: low
Maintainer: Richard Hartmann ric...@debian.org
Changed-By: Richard Hartmann ric...@debian.org
Description: 
 metamonger - Save, diff, and restore filesystem metadata
Changes: 
 metamonger (0.20131228-2) unstable; urgency=low
 .
   * Packaging changes
 + Fixed missing install dependency on libhash-diff-perl
Checksums-Sha1: 
 e7a250e1d997fb78949da61501733eff48e6d07a 2094 metamonger_0.20131228-2.dsc
 7f1e9312949855413cc322e00257c002bf317a08 2036 
metamonger_0.20131228-2.debian.tar.gz
 2215e7aad07a6ceacc3e35c1adaa3e0506bc2d10 11444 metamonger_0.20131228-2_all.deb
Checksums-Sha256: 
 bf8fe58236b93a1c1f8f43079fcfa526219d307f8f8ba7ac6f5014e7a83964b5 2094 
metamonger_0.20131228-2.dsc
 b7664c8807e892138fe62be9d6630d67cea1650988f0036ec9d5ee8f008b6684 2036 
metamonger_0.20131228-2.debian.tar.gz
 4efd143bc9ca655502b01f1514181fac1a75cc569ab875b92187576ac9350e3f 11444 
metamonger_0.20131228-2_all.deb
Files: 
 c518d6bcf5840ebc7c6c4d93ca33214c 2094 misc optional metamonger_0.20131228-2.dsc
 98ab865f5ccc96d5919ee1658b1fe5c1 2036 misc optional 
metamonger_0.20131228-2.debian.tar.gz
 3798e8e0370b3fa0dd797a3b17aa8b04 11444 misc optional 
metamonger_0.20131228-2_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.15 (GNU/Linux)

iQIcBAEBCgAGBQJSwFoLAAoJEGkGSwGVIG3TIdUP/jHgO1ctXhdNoVejRQaaFzXa
ROLIrHubOBCli2jAA3Lf+ms5/43hHy8Vhj/hRTml/lbygpii9LgRyPHLgwotQHQy
vYOmTRZjxYyfd4ty8mOBjCBsk6SkL4JdulB/FIEvKeO55AIyOaD2XVqV7aLDzmrT
tN9YtVPsCUKXf/WZe0l10ZlCC5x7ZnnCMMcC9k3Tk0SmzXURjHScMuKPspp/1i8U
m7JPq4IYVA58q9MzFjRrHRXTHahAMAOlcebYqFq95DIjR9CsRuerIEzcsr+9Mdm7
cQ8/UMOi+mpkJazOkRTlUeBjpql1e6nt2z9DvueXa27BBaSOjBnvAJpefYKihABW
Sqe2IH6dfEpqMXMCwjSCn4gvZ2kb/7CMaLKIPOuqmTfWmyFLuf6RlK4BNBNoL686
GPFVe9sZGO3hvBJszNNmLKqRR+CDBbmhi8tAFdA9P9TuR2PYNnAfgTfzLsDoV9u5
F6NuhmBnWkp4po8BrJ4eOqLeotm2YzLU+QR14c+ozo2D19stoz8cePcO+uHKXNu0
7ZoBlNEz7A3NjV30+vhWd2Xor43uixcrpO5qs/1nFNoO/C+3SbMDjU9qrH41Xqpx
/DqNY827zQbj2fhx3yk1Hi5TQiPquqKMU7XUxsugsZ48lCwXBEtNieEW4nB9Alu2
G0XFT7tt9wwnt7l+537s
=rma0
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1vxkgv-0007no...@franck.debian.org



Accepted metamonger 0.20131228-1 (source all)

2013-12-28 Thread Richard Hartmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 29 Dec 2013 02:30:36 +0100
Source: metamonger
Binary: metamonger
Architecture: source all
Version: 0.20131228-1
Distribution: unstable
Urgency: low
Maintainer: Richard Hartmann ric...@debian.org
Changed-By: Richard Hartmann ric...@debian.org
Description: 
 metamonger - Save, diff, and restore metadata on files
Changes: 
 metamonger (0.20131228-1) unstable; urgency=low
 .
   * New upstream release
 + Switch to git-style parameters
 + Tons of bugs fixes
 + Tons of tests
 + Nicer output formatting
Checksums-Sha1: 
 8d923f4a81b2a2a95d3d1b21fec8b7af0d2cf8e6 2094 metamonger_0.20131228-1.dsc
 358b8d924ff9ad0fd4561e33788feec12cfe84b2 9920 metamonger_0.20131228.orig.tar.xz
 68ca1c85135ed72f04585e770aaeb2b8ea026398 1975 
metamonger_0.20131228-1.debian.tar.gz
 5de284f02d260e751e4af972d605626177609783 11376 metamonger_0.20131228-1_all.deb
Checksums-Sha256: 
 c6d6fd08aabdd51a24e0cc6f94c0aa7ff446450d229d70e4e5554047d1517810 2094 
metamonger_0.20131228-1.dsc
 8c7efef434936e205b0e01022e584f73a8318509fc3e6337a42412b576eff68b 9920 
metamonger_0.20131228.orig.tar.xz
 9a08c14c39f4df1264d3eee706a7eba5aa2143de1d2d95875b211b8b8240a21e 1975 
metamonger_0.20131228-1.debian.tar.gz
 5980d2ee240ee11e737924bb190152fce972279ad3334f1d7e3b6a7fe4e1b5c9 11376 
metamonger_0.20131228-1_all.deb
Files: 
 7383836e6d164a20224075398e3d221f 2094 misc optional metamonger_0.20131228-1.dsc
 97253fcbaf1e351dfdef324cf803c0d0 9920 misc optional 
metamonger_0.20131228.orig.tar.xz
 d958062a066f206b6e7aef2d44cfd7d7 1975 misc optional 
metamonger_0.20131228-1.debian.tar.gz
 f83dc96d14a945912aba65d3b9ebe8fb 11376 misc optional 
metamonger_0.20131228-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.15 (GNU/Linux)

iQIcBAEBCgAGBQJSv3x8AAoJEGkGSwGVIG3THosP/2TDZ5huXhM2D0IWKxBtzcrk
jG4wlUT7JoCCG7rXB2DhbgDxn/d09SiAS8ZnhmhHVSw05Wk59aDhBlmRp+Y4quNi
/o9qr74lddDmiqmg43QuZNcjeXDz6lTzEaWt0/RYAudTqsRCx2TYw2FwNsXRQLnL
Sdv0gJxBgKWuXmir7Edyid7j5KZ1UkIQLg0Db26yPKQgLPl4Hw9aoyS6wiTjVRA8
cnLyHPHEbhgr5GQ7e2jvZP1Bgr9XO8O8jC5E4qP8pdKOeFhhPRAOpGFXK6LdIqqp
IcDAKlWprSbNH2HvhW8I3B+dNcYS8s4uXaoZXSEoD/b4XiFnDUic1XLzL1qoX34p
t0D7MmZeLNsy+MoDKj3QILeYPK37NY8ybVEHzoztzJPegpuLgWFIk4RCB9NyQpAf
2rPaVLCBWjuj0Jnbf6cWAqD2RAg4EPj2N9pCFkRxI3eVmAwct0do7UUmBezbA3FK
hGS+Pdf/3VK6FPBlgSKrRwPoGJOtPu+Td2OAXfOunO72TV+ENSkG/p7S4VwP0HkM
Qhysy40OzG4E3fHHBzfvUmlJTht96gr804gPzBHv0O4kEM7tT6DQL8ih+W3Tidlv
0i6NllkACUjgWeKe9U4tVoxD2yKHaj01aGW2EcvZu143P7zQo1t49NR8J3IXDtLr
i62uWpBI1NessdQ0y764
=ndmB
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1vx7xt-00015y...@franck.debian.org



Accepted vcsh 1.20131214-1 (source all)

2013-12-13 Thread Richard Hartmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 14 Dec 2013 00:08:37 +0100
Source: vcsh
Binary: vcsh
Architecture: source all
Version: 1.20131214-1
Distribution: unstable
Urgency: low
Maintainer: Richard Hartmann ric...@debian.org
Changed-By: Richard Hartmann ric...@debian.org
Description: 
 vcsh   - Version Control System for $HOME - multiple Git repositories in $
Changes: 
 vcsh (1.20131214-1) unstable; urgency=low
 .
   * New upstream release
 + Release 1.20131214
 + Revert Implement basename() in shell
 + Fix mktemp on OS X
 + Fix variable assignment bug
 + Support shortnames for commands
 + Improve Makefile
 + Improve documentation
 + Various minor improvements
   * Packaging changes
 + Bump Standards-Version to 3.9.5 (no changes)
Checksums-Sha1: 
 c9633155b074c8d412fedf93aabb8835a3ea9066 1834 vcsh_1.20131214-1.dsc
 2f010b64bb8e1ac321fc94ce3d737a482475094b 22388 vcsh_1.20131214.orig.tar.xz
 a9ffb78bfb09c94b7cc107c7577d381bcf4e7d4c 3069 vcsh_1.20131214-1.debian.tar.gz
 2c564a03939f4a61b89cee7a8b2b17bc0207d610 19936 vcsh_1.20131214-1_all.deb
Checksums-Sha256: 
 824dd148a448c27ec908048471f6c17fb61cc7347480ba498b0774f6c80aadf5 1834 
vcsh_1.20131214-1.dsc
 765dfd1771cba6128666b1e90d0439657213032dfe3f042b6df9f6a63c73c533 22388 
vcsh_1.20131214.orig.tar.xz
 e1746b4f3fc60aa57ded5b692fe488317ba7e9c8e8ac1306cba3a4d4cf4f09d0 3069 
vcsh_1.20131214-1.debian.tar.gz
 2e38e281a06501396f1d3c9bbc66606882fb36f8c079e50a0b33ef7c98aae67b 19936 
vcsh_1.20131214-1_all.deb
Files: 
 0cfd2333cc8ec028d098c015c747a5d0 1834 misc optional vcsh_1.20131214-1.dsc
 51eb85a25aad544ba0dcd1d0f174911c 22388 misc optional 
vcsh_1.20131214.orig.tar.xz
 1215e887a7d01779f3fe304e495d0504 3069 misc optional 
vcsh_1.20131214-1.debian.tar.gz
 23ccd9a3e9092b3e81c1e811f5767a50 19936 misc optional vcsh_1.20131214-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.15 (GNU/Linux)

iQIcBAEBCgAGBQJSq5dLAAoJEGkGSwGVIG3TgU4QAKb2c15FTHBRS9GjvQ44Ri2z
54iys7h/uIx9vQhqmfpt7vQspvF2HGvosqCjUtNrqcZUmS9n0kuDAZ48BgwqiSbR
/Cb17wWrdU/5f346ufz+GyVYfTQF3RWdtYKcyb90xsI3nxj+KNhNgZwOpy94CcJC
Y303KxpeoPjSAKUtsPOnKEOMlwiTHzq/R9FMMK2rV7kI/DdiK/ZJvNp5q0mHcvsO
fiAa3R/Xc58cQa8xiIkACTJKqKvLXRHkAvXFkE6U82QW4rYLJcoZ2Fy3+Lx9gJWX
lh5tLqUyMlprXZO4w3Uv1vdEheqMDTEL3Eqd1Fgj2wRxVQPG/vP5tDx7PrSsWbgP
HLCkBmBFju4CiTFTsjnyldexLZ/Z3OZ+cvIofgokM0T/1Wd2mdQRY3LWrqGNODss
A7sXqYQ/eLcgDGVjyaIOTEd3iikRCvSIb0rmSkcbLs6XzrRwlKsnpTF4y+n74gh0
Dm4UdBedxd9/l15l1zBO4MsznBD9Bx3pjGDxIFPIlEkqSXiZY+vy089LhzSCsBty
Ha1DhiN9t7soo8oXPOwdSFoHOFZXAcdsPQfwMr26Jz1HRSwF5KN2221UCaaPtY5U
iRaXh9PROiBNz/94vxNNK/wnRbTGn5aLz5rAz58GYCpd1I0krmtJsp68nB2PThjL
kke7+HHdN1aKCS+Ro7/Q
=iVlk
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1vrcff-0005bq...@franck.debian.org



Accepted vcsh 1.20130909-1 (source all)

2013-09-10 Thread Richard Hartmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 09 Sep 2013 09:20:15 +0200
Source: vcsh
Binary: vcsh
Architecture: source all
Version: 1.20130909-1
Distribution: unstable
Urgency: low
Maintainer: Richard Hartmann ric...@debian.org
Changed-By: Richard Hartmann ric...@debian.org
Description: 
 vcsh   - Version Control System for $HOME - multiple Git repositories in $
Changes: 
 vcsh (1.20130909-1) unstable; urgency=low
 .
   * New upstream release
 + Add support for relative worktrees
   * Packaging changes
 + Start using dgit for actual releases
Checksums-Sha1: 
 95d2c69f1c51b89389f3fbe320052658ec92f395 1834 vcsh_1.20130909-1.dsc
 4a562fbfe08490eca9491cecd48b0a3d4d8f6fbb 21968 vcsh_1.20130909.orig.tar.xz
 246281da9a5627ad86f1dce3e0e686a0c9c3917f 3001 vcsh_1.20130909-1.debian.tar.gz
 0fd3c24be5447e1833b48c14a98db73a93245906 19566 vcsh_1.20130909-1_all.deb
Checksums-Sha256: 
 7aac76de8bb518fb07d5ad8e125e4743e47d59578fca312ae94edbadf4c3a841 1834 
vcsh_1.20130909-1.dsc
 52f0c0438b8579d89eff113474a9aaa032e740cabdc36ded6e85a4cc37bf5087 21968 
vcsh_1.20130909.orig.tar.xz
 68a646294defbe9bb40f3d909fa7189b5635bde2b61d8775506a87fe0bad3321 3001 
vcsh_1.20130909-1.debian.tar.gz
 ac6f8a9fd3b1f1202c1920cea8c22ae9a02d1d05a67bdef802bb0ac1559a1355 19566 
vcsh_1.20130909-1_all.deb
Files: 
 6837a05b83678aa59b18dc581db136fc 1834 misc optional vcsh_1.20130909-1.dsc
 445158f0832c974f23bd41c489aa3c99 21968 misc optional 
vcsh_1.20130909.orig.tar.xz
 c51cba5cedaf9a7fc1ce80da146a5d9d 3001 misc optional 
vcsh_1.20130909-1.debian.tar.gz
 b5595878a1cdc55c9c0e394c645dc875 19566 misc optional vcsh_1.20130909-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.14 (GNU/Linux)

iQIcBAEBCgAGBQJSLwiwAAoJEGkGSwGVIG3T6ccP/1J1HPSz8rtWiY7EuVZT9oBM
9USsjpJhTbEsf/vRF1/ymZpK9qMCa/if1v/TpOhcXAEamzeGIRdut0jAQ2/a0MzB
itlP5rUlfHvL9KqVGlgMpLWhRrcJ1tM7cLWUJeu3hXSeSPHrxpPNKZXYzsZ9Ta5u
Ys9AdUE5tWPbewcnOkb0K/RlRV/gnv2iY6CZv99OjkQao6yJsggp+gl0WAcpRB3I
AEeB21zwMKSv3QK8sC9rI6I05f3ZX8BOzwLsbON946c9DxqNS2ZYnwwomf7Zsksi
n9pBnOrEPAu5Ul+EX01xmiPVwBV/j73GPmo0Ig2gDYorwnmiOE0wAIwnoJKhYqPG
oE9Us5+S1NI7xwIzCewSCxsPMNZzmmza5ELrtkuO065giBdz98FZqTo+PLxfvnKo
MIr8pNp1vZfbVTharMzgZDl4jR+gs0JjjHPaxU8MIlBzBOTkFMmD1wYjKbVPhGV8
J0fBCEUrHhemXvsYEaP5NH7HXUqkhc48gV8Hqb3fTyzYzefHFm1C11OGBk8hI3kI
xV20b2qTtEE5/tD1HadDO/LoQPEmMDVaXOvyoHL1lehn88ErFx6XyBZ6WVVulbxx
rJpw1gfwOH2obeO6Ts+G0ZwiWU/2Jj7qHuQu03v7OoP60C8jpUH3nanoMVY+/cjk
k+OpNQrBxFvSSIwBHB8U
=J1LP
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1vjmfa-0004eo...@franck.debian.org



Accepted vcsh 1.20130829-1 (source all)

2013-08-29 Thread Richard Hartmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 29 Aug 2013 22:45:56 +0200
Source: vcsh
Binary: vcsh
Architecture: source all
Version: 1.20130829-1
Distribution: unstable
Urgency: low
Maintainer: Richard Hartmann ric...@debian.org
Changed-By: Richard Hartmann ric...@debian.org
Description: 
 vcsh   - Version Control System for $HOME - multiple Git repositories in $
Changes: 
 vcsh (1.20130829-1) unstable; urgency=low
 .
   * New upstream release
 + Add support for `vcsh commit`
 + Add support for `vcsh status repo`
 + Add pre-/post-init hooks
 + Documentation improvements
 + Minor cleanups
Checksums-Sha1: 
 faabf44587454b3ec402dc2e7291b7d588895679 1834 vcsh_1.20130829-1.dsc
 12bf1e3df5347e21e3bbb62e63e538f258c2e3a7 21776 vcsh_1.20130829.orig.tar.xz
 4c10aadd8b314693657cb046428731d16ec8e0c8 2862 vcsh_1.20130829-1.debian.tar.gz
 32ec57959af1818cce9dfd4fd1f7be7fa76e0665 19250 vcsh_1.20130829-1_all.deb
Checksums-Sha256: 
 2eac3656adfd44859bf4de69ce1bafd602990460082b153b410541080d7f1642 1834 
vcsh_1.20130829-1.dsc
 2ce2892861d4d496e86b11eccdb80468e9d6accf6584d2579e597ced42878156 21776 
vcsh_1.20130829.orig.tar.xz
 ddd059c13a27f5ce52a259b8b22df471abb61d229e03d3b4080cabf1962e 2862 
vcsh_1.20130829-1.debian.tar.gz
 9d56dd6eb02621250ef87aba67269ce76d4ea73f27450586096f0ff438c50ba3 19250 
vcsh_1.20130829-1_all.deb
Files: 
 c2f9462998af5697cf847ca44009faa3 1834 misc optional vcsh_1.20130829-1.dsc
 d078f6b077b93d5dfa8b937d8eb0d2cf 21776 misc optional 
vcsh_1.20130829.orig.tar.xz
 ca3db6e88c5447567114f055a053726c 2862 misc optional 
vcsh_1.20130829-1.debian.tar.gz
 c1e3000c3a2c386ad3fb00cb883f06fb 19250 misc optional vcsh_1.20130829-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.14 (GNU/Linux)

iQIcBAEBCgAGBQJSH7QaAAoJEGkGSwGVIG3TLmkP/3cl+nbN2o0llpl5/vUcwq1X
r0R/sxsgOkMxM3HBPKOFtR6XzG9vB9C2vZzIO5r9O1fn0yXCV3H1QUFVxpp1Pp25
kxwfCxH9X7QM456WjzK/pmwnD6j4xuNTiSwVHVbTA0lYcmN+Xwf7Kp4rlLY87DoQ
y670PlWYiKIlyzvI9THkXOrQLFgMCqLwAO1poqJPedeZbDwuHZrUOWiBQWPZFT38
0McTwtPSeK2BZU5Ug/8OUjk5zqU9jovKoXZ9XDkU/fA3jT3Kj529UzVTGgRSnkn+
T4378OoEwRxRJrLIHqzV6sAN7slhjwG7JLh5ZSQ+8f3USIZEiV3jVA1Maqd6uqMc
3Qvb1bknhysj/AFWMjWmfgZDL5Od5C7+gJj+/9lE0X08bN4fqPSHiqB7gWC8+OYF
ABKhBytqB3IEgS6+diM0He5jrjkOXzmcMX3jM/xh2rR/K45BudNBNZX0gxVBGxsU
H1tD1MZ/6pu8GEgpyzMzKh7k1HSfjUHUMWqZdoq15dSjkgfVb4bXtGMDt6LkJlUA
p8l2ah+t23C+GP6iLktngiAiLeDaAKe750lCnG/vFWi2R1VGroowAHU+6khnmIMm
xwaIL7zI6VGKXGWsuyZwuLV6Qv2gaKjOtbhouBk3gYc8q4mLfe9J/Vh6XjTjQM7W
2F11mb/b03PUe/jl9FJ/
=FcTz
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1vf9wm-0003pp...@franck.debian.org



Accepted vcsh 1.20130724-1 (source all)

2013-07-24 Thread Richard Hartmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 24 Jul 2013 22:19:50 +0200
Source: vcsh
Binary: vcsh
Architecture: source all
Version: 1.20130724-1
Distribution: unstable
Urgency: low
Maintainer: Richard Hartmann richih.mailingl...@gmail.com
Changed-By: Richard Hartmann richih.mailingl...@gmail.com
Description: 
 vcsh   - Version Control System for $HOME - multiple Git repositories in $
Changes: 
 vcsh (1.20130724-1) unstable; urgency=low
 .
   * New upstream release
 + Add support for `vcsh status`
 + Improve output of `vcsh pull`
 + Improve output of `vcsh push`
 + Minor documentation improvements
Checksums-Sha1: 
 67df9b8fd36f51b022eb066befc8afc641f9 1845 vcsh_1.20130724-1.dsc
 a90e0bfcc2b48690900c1744388aca3d29b5fdcc 21616 vcsh_1.20130724.orig.tar.xz
 eef03eb80862e21fe1c648899041f2fd6e2eb330 2799 vcsh_1.20130724-1.debian.tar.gz
 a13c83d7e5348905f8eb672cb3718f2f6ce20225 20246 vcsh_1.20130724-1_all.deb
Checksums-Sha256: 
 c6b3e3a02fd2f058bb6ffe1b72950093664b46637f179f5b2fac355fd3feb0f3 1845 
vcsh_1.20130724-1.dsc
 29f16ba22e89e7ece45e98ca0d29927dcd8f6a21ea84ae5a903d7e8f73d9cb37 21616 
vcsh_1.20130724.orig.tar.xz
 64b9417e69ffaa54567b9ef4fdcece0d71abbddcead5cbe1680362a024e8b99f 2799 
vcsh_1.20130724-1.debian.tar.gz
 5c941a74e2d946615ae6972ab1244c154b61de9abdec888f6bc18aa9235ee3fe 20246 
vcsh_1.20130724-1_all.deb
Files: 
 e7bf33a28fc21c1b312c9a02cbec2210 1845 misc optional vcsh_1.20130724-1.dsc
 64fc3e47d626bda6b7226d91730b9c39 21616 misc optional 
vcsh_1.20130724.orig.tar.xz
 411d9e6b06fb46f0692f8ea445059633 2799 misc optional 
vcsh_1.20130724-1.debian.tar.gz
 828303c5a966356259ea7412774f1929 20246 misc optional vcsh_1.20130724-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAEBCgAGBQJR8DfzAAoJEGkGSwGVIG3T+9cP/1oKBS2A6ifQl7HgMECYvnjt
ZGoiSoiJw8VvkgLKA2iF3lxKPMa2fcoiGynd56VFPg3BEdffwbEB7W5RejClRth5
Cwt/W8UMGuAAml6v9Gceucdpam9WKeLwBD4ekQcm0d3jHR6f5qs4dDxIX7w8t5P0
LHJq+/FV/lvF8fjorqQjTDz1SleaS0hMuC/u+aVwl+V9Cyvfyrvq4bS0qCXko7LI
mKp2LwPVn/Wb8R/H7GBIX/jlZzim0at7kKfG23+QqJNCFE6nR/uh/pC9SD+uUED1
fMDRXZthk+cKoLPr6ycduieFDUVpqgwCyP4d0O613mrP4uU8mMgYGX3/5quP+rox
/M+pSm45FtDVpPtZD1H43h7eRjWLtgflY5Z4+BH5sVAS1Zav/q6Mjd/rTVsR1hRB
UB1nTrRmn0uxy1UmWAWbZ6n+Q9+ki+FQ4DEpLl5HT5lBtkkiXkYUhGIA2MFQjzvg
WDZOPTFPIgOSMhss2eRiydrj9Cg7EZ+YdRRIIaznyRyw34L8fucy/KsN7kh7u5IW
8zzligEFtmXhpOuTYo2oVgXDBxImeVwoMhLH25XNjo6Tcq8BI6lLACTS9irVlrAl
7AXTUb7xsvqi8WME6WOAAkQ9d8MWWdEwSPJh79CBvcSipyyS7oqvCsr+q8aa0rKN
a/N8fqc3lvcqjIFvNIWe
=if3D
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1v26gi-0001km...@franck.debian.org



Accepted vcsh 1.20130723-1 (source all)

2013-07-23 Thread Richard Hartmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 23 Jul 2013 21:35:34 +0200
Source: vcsh
Binary: vcsh
Architecture: source all
Version: 1.20130723-1
Distribution: unstable
Urgency: low
Maintainer: Richard Hartmann richih.mailingl...@gmail.com
Changed-By: Richard Hartmann richih.mailingl...@gmail.com
Description: 
 vcsh   - Version Control System for $HOME - multiple Git repositories in $
Changes: 
 vcsh (1.20130723-1) unstable; urgency=low
 .
   * New upstream release
 + Support $VCSH_GITIGNORE == none
 + Documentation improvements,
 + Improved zsh completion
 + Add support for `vcsh pull`
 + Add support for `vcsh push`
 + Add retire() to tear down vcsh ENV
 + Add clone hooks, including one witout vcsh ENV to
   allow subsequent cloning of other repos
 + Fix `vcsh rename`
 + Improve general code robustness
Checksums-Sha1: 
 961eb49524153fafb6805e1431555f9a15929924 1845 vcsh_1.20130723-1.dsc
 3febda65721d8f852b2cb1d7440cdfebce1c1469 21484 vcsh_1.20130723.orig.tar.xz
 7c811c17435a17a8e03a289c740562773e2cb9a2 2742 vcsh_1.20130723-1.debian.tar.gz
 49f835cac0ac82832f58c83710f6cb0154d022e5 20082 vcsh_1.20130723-1_all.deb
Checksums-Sha256: 
 7df6eb39f42fb7611f388f721e71057d518c87036e4733e114d68c89164573c6 1845 
vcsh_1.20130723-1.dsc
 ba3d1d86c444deb02ba6716cb823a5412f9f90ac3202c8ba6800460871c8f391 21484 
vcsh_1.20130723.orig.tar.xz
 4b1fe25167f16a91f5b9cdfd9a9be222689af4eb5ccca4de2cd7d2bc8e2a1307 2742 
vcsh_1.20130723-1.debian.tar.gz
 161f96cd37373b735aaa44cc7917706249118731c79b6123af54bcf7f3f8 20082 
vcsh_1.20130723-1_all.deb
Files: 
 e99c7d11682f8bd0b773fd688f4f1380 1845 misc optional vcsh_1.20130723-1.dsc
 7932587a6238873ab71bac182fb57967 21484 misc optional 
vcsh_1.20130723.orig.tar.xz
 d35c61be23d6dff6dbae102075e1b13d 2742 misc optional 
vcsh_1.20130723-1.debian.tar.gz
 a397acd25375760b5f6ee81d82de414c 20082 misc optional vcsh_1.20130723-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAEBCgAGBQJR7uTUAAoJEGkGSwGVIG3TU+IQALBH//iSHNLbs8jh6L4MvGaz
amiXkcg2xtdk7UyOtU++xAV5chVf+SxYFrNivUHEhUNzcVrrlEmePq+i0e90FnZL
9TXkwQuWWvRKU9tzIGUxK5sn1QQAd2wlBzAt9UsQnZgUYIRyT2c87ZFDwN3U2r/o
Et5jEFzSXcXpDaj9odvSW62U2pR1VfLLPIXpRJkrLgMuDH17vRwC4QC969p23Aa/
xGmUJmq6xMo+XQWk5H5fGwtBgSEtmVTpFSRE015OKz4x7U6AVeJ6Ac1vNcdXbwh+
1/VEmOdRB4Mj2J+JZiDqx99O4lA9d9XFv0KZnnC3aRBId+kmiMhzDuCEv797UOQc
xWrZxI6QwnShInzMD6IdTomUgvmxoLykMRx4wuT13gv/FpvHU28qgZwyP7HuMonM
G/ZLuA8IoPAaK8nXaQqxQ5VmpZFT3j7VSSAGhv7BqueBep0AwgVdMbzow1bnwe9b
sbkpqQq9akezvsp6NKoC3zwS3bEuMzHzB/LppgnsSzipoUsj4J7hJznui41aig4K
n1sI725KL9Beux6oPUXLpP/FSJib4KyyEXMwaBI9MC/X5RW60eY1fJOQwnfXHTjg
UT3+//7TD5EPQZLXdQmNMnYefhAo8ZhJ6sVo0mlZr7c1wCKC+G9XVmKQNil178bF
dRb19FRnH75CRclYClSJ
=xKxM
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1v1jnx-0002q5...@franck.debian.org



Accepted vcsh 1.20130614-1 (source all)

2013-06-14 Thread Richard Hartmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 14 Jun 2013 02:05:47 +0200
Source: vcsh
Binary: vcsh
Architecture: source all
Version: 1.20130614-1
Distribution: unstable
Urgency: low
Maintainer: Richard Hartmann richih.mailingl...@gmail.com
Changed-By: Richard Hartmann richih.mailingl...@gmail.com
Description: 
 vcsh   - Version Control System for $HOME - multiple Git repositories in $
Changes: 
 vcsh (1.20130614-1) unstable; urgency=low
 .
   * New upstream release
 + Lots of documentation improvements, major rewrite
Checksums-Sha1: 
 e1afb8093230753c1a21516b942702994ef36986 1845 vcsh_1.20130614-1.dsc
 2d044f616d0cb4a92ac8e5c25f4dab195608a285 20788 vcsh_1.20130614.orig.tar.xz
 ac58582397476860054fb26dfb4915fd8abbaaeb 2579 vcsh_1.20130614-1.debian.tar.gz
 19fb3d6eb6a7b639aaa0417e021c50752c0fe6a9 18844 vcsh_1.20130614-1_all.deb
Checksums-Sha256: 
 aefbed2aef959b80dddeef1f4c0e2a9c88b1f891277f429f89a55b4c0b4c 1845 
vcsh_1.20130614-1.dsc
 2b9baa98ba70699d0cc5eb4ce3717239bc0bfe57a87a366dd174419aa8f239b9 20788 
vcsh_1.20130614.orig.tar.xz
 9e5629675e9d5cec73b2aabc6b0367ad28d721dceac6ed2fe92389dd515f8323 2579 
vcsh_1.20130614-1.debian.tar.gz
 d3a032a4402cd27a757a9a690b94387d54d1792d407c24fca301cff15ae223e8 18844 
vcsh_1.20130614-1_all.deb
Files: 
 10f3ed3555b474a15f539a23c4f62269 1845 misc optional vcsh_1.20130614-1.dsc
 158110abae027cda90c04791b87de9b1 20788 misc optional 
vcsh_1.20130614.orig.tar.xz
 35b39fd8bd21b5e3cd83cc7df1962b2b 2579 misc optional 
vcsh_1.20130614-1.debian.tar.gz
 27ea9ce0584e5bac62a423eeca2932a9 18844 misc optional vcsh_1.20130614-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAEBCgAGBQJRu4WmAAoJEGkGSwGVIG3T2h8P/iOl2zLwcl/5qhiOqUZBpdql
Ap3Gpi5JvEk58qxyxxugmCFONakCfgB0UBGVIccaY5PtoISH5hCdPfTbEWOySVf6
5DsJA9WhTOtlxLac63+oV6Z2UB0psLZfv1DXnWNHN3Ut1pC+QzmkpvfMA3MATsNh
HBmoZ/eJuiExsytejPdlD57uOwMZB1Cgj6p1KD5fO7LR67fWInDMsHdIAQs2maAW
yUs2QWOVsj7MlFGOqFExJAEE6q2CAHdVnPTf6Qj62sieK2/q4ILOtr6CSeL/hsS8
+vI21Xhmj5gRD4nDTAN+pE0/JMtQTUluB1N3GvDtu9mliFxtREIXYdMkLpqrYX9W
8YKaGceR2lxVLsE3kEAhv80G9zNPUlu0cYqITeCwf1R0qQ3TcXYhTSsypo9Itlja
x6mBOd8tEUfDjxdaw6FkcSPqTRAk80+IHxHo3CdxdmL3wFYa1MF2b/KwHni4Jk1A
KlfaCbX3AlcLfRqiSJOxprgU4Kw7aYX7GYc0/qK9rPE2wIMn/0VeUmaaLqkjE0ru
wzNIR/AAEr++vkgK1YKaA3Av9uBbNTC9/J3OLTd4P1v/xJOEF76E+QfD5TSPC6KG
FOLynlhTvYZEbPUgxkMMqORquu6mV+IPDSMSo6duWneOShuswr1VtVAtwKb/7m6Y
tP29B3p9wpFSvUpOPD6Z
=lA60
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1unblt-0005jf...@franck.debian.org



Accepted oneisenough 0.40-3 (source all)

2013-06-07 Thread Richard Hartmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 06 Jun 2013 01:42:30 +0200
Source: oneisenough
Binary: oneisenough
Architecture: source all
Version: 0.40-3
Distribution: unstable
Urgency: low
Maintainer: Debian Games Team pkg-games-de...@lists.alioth.debian.org
Changed-By: Richard Hartmann richih.mailingl...@gmail.com
Description: 
 oneisenough - 2D platform game about the epic struggle of balls
Changes: 
 oneisenough (0.40-3) unstable; urgency=low
 .
   [Richard Hartmann]
   * Re-introduce binary-indep  binary-arch
 (Fixes debian-rules-missing-required-target)
   * Add header to debian/font_path.patch
 (Fixes quilt-patch-missing-description)
   * Fix patch-system-but-no-source-readme
   * Fix uploaders to reference new email address
   * Bump Standards Version to 3.9.4. (s/binary-/build-/g on debian/rules)
   * Depend on ${misc:Depends} (Fixes lintian debhelper-but-no-misc-depends)
   * Create debian/README.source (Fixes patch-system-but-no-source-readme)
 .
   [ Paul Wise ]
   * Fix Vcs-Browser and use canonical URLs for Vcs-*
   * Switch to dh and bump debhelper compat level to 9
   * Switch to the new package and paths for the DejaVu fonts
Checksums-Sha1: 
 b7c1fef3e0a701ccf80bc3658dbc660656c3776a 2014 oneisenough_0.40-3.dsc
 252a6aa4f3887a395b41a8bfc07cbf1c8fb0a58b 7283 oneisenough_0.40-3.debian.tar.gz
 d2a73591208fdfc710cf1cd8aebcb2deebd2022a 310726 oneisenough_0.40-3_all.deb
Checksums-Sha256: 
 a1306265cf936fe2b18425a44a6bcbbd058b1d751a3148b695bc72b409d921ea 2014 
oneisenough_0.40-3.dsc
 ad018199f06d9911b50e6ce97c295c4d38d27f48824d95fde68a76713a45e18a 7283 
oneisenough_0.40-3.debian.tar.gz
 f8ecf1c5cd9bdad08f5c56e8e042ea4ed0b30197f2e20a08a5a7203d08a34bf6 310726 
oneisenough_0.40-3_all.deb
Files: 
 ffa88d85edd137cee119fb309f166579 2014 games extra oneisenough_0.40-3.dsc
 a295bab7aced0b023bac90595d7f63fd 7283 games extra 
oneisenough_0.40-3.debian.tar.gz
 a5d3fa27b3e168186eecf6f5464eecb5 310726 games extra oneisenough_0.40-3_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAEBCgAGBQJRsacUAAoJEDEWul6f+mmjuRAP/0f1RduW6oX1luYj9cOlf5/6
yw2tPNeQmUG5l/smaXokYCsuaN6CByVm+hmTIGnL7v8OcwTVOPvwOgqC8Cmh7qso
zVXdPVZ1b4mONSeKJnvnxRWXZUQP090Fes/GvpwyKwmNGThT6xqFS5Xni+7XGxJ5
9jLKxpRfQdV8TDtdowyLXMjptSMAglqrRH3CM2HUzGDQtW3dHLrzgSuL8eRZ3yW6
ugtVPH5+Ge3l2bsWxXHkeMMtVEkrm9OtoTlmjJMP5d8A4RpmiJvrw9kkIwxHRShw
XTQ+r+qeV2IC0JoWt+kwzyX4odeQ+kBki7/bP4GBaUEfwjipAIQJVugq96pVS9r9
i/vZ5U5oNDKeuDnGwQS20HaIRIdleVBtlirAuq8mFx9Qcfv+doZlZD4qWcVz0jFQ
ewj2jc2Miy+CHpwXMwJ8hpqb2+kLn8ZfyeBySa9zh1r3Y1phGfGqigQqm/9/6hqa
qoTLv3dWlVgKmOOTskjbrQUjN+/mvUMNOSKjcuMJ7kLbEEq1boJrsJi9iZUw2iar
nt86XM38/1pKNd13Ks2lJIqa/PSkGXIQQb0xA/90JVAe7qi6O/VkSE7m+SOXnGYM
TmabxfUlHr3jiya4qKrnDHX7i4T5EMIUd6LQFTQsEWPIGgQMBt+TWC7XshC3Y+yv
eMu8oJvj45h6/YrmRlk7
=WT/Z
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1uktkt-0002as...@franck.debian.org



Accepted vcsh 1.3-1 (source all)

2013-06-01 Thread Richard Hartmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 27 May 2013 23:40:08 +0200
Source: vcsh
Binary: vcsh
Architecture: source all
Version: 1.3-1
Distribution: unstable
Urgency: low
Maintainer: Richard Hartmann richih.mailingl...@gmail.com
Changed-By: Richard Hartmann richih.mailingl...@gmail.com
Description: 
 vcsh   - manage config files in $HOME via fake bare git repositories
Changes: 
 vcsh (1.3-1) unstable; urgency=low
 .
   * New upstream release
 + Hide hook execution unless verbose is set
 + Ancher ignore file to root of Git repo
 + Implemented basename() to save one process spawn
 + Improve packaged Zsh completion
 + Renamed `vcsh setup` to `vcsh upgrade`
 + Various documentation and spelling improvements
Checksums-Sha1: 
 8a748a9cd323d6ee451dde542ac9a80ffe6319cd 1796 vcsh_1.3-1.dsc
 411d0974089acc5de470d1d824f500713e6a5940 20048 vcsh_1.3.orig.tar.xz
 08e1dced3dd3919ac6b2727df2796918a104d5ec 2541 vcsh_1.3-1.debian.tar.gz
 62a15c6a9f64532de937051adfee1d73f2d77ffd 17900 vcsh_1.3-1_all.deb
Checksums-Sha256: 
 fff6f6d8e68f37b588ecfa427a8dcd86245e604fb9e0c3abeee7a41433bf31fa 1796 
vcsh_1.3-1.dsc
 0be78f4a01b726b359348fd28a94fa7aae06f5fa851009b7888d791f5ec59cba 20048 
vcsh_1.3.orig.tar.xz
 21560618b7f4748ed85c71aa2368942f62d524fe6d5b2655572324e723558bc8 2541 
vcsh_1.3-1.debian.tar.gz
 e946900a08b2f91fe88d0112b1a691e02cc8f899948d1eeb9907d3818362a72c 17900 
vcsh_1.3-1_all.deb
Files: 
 df4370d6da16f1a08c8d9d46c628afce 1796 misc optional vcsh_1.3-1.dsc
 f383ba8e95fd730907782adb89b02d06 20048 misc optional vcsh_1.3.orig.tar.xz
 c810f00877d9872a75436ccdfa402dbb 2541 misc optional vcsh_1.3-1.debian.tar.gz
 17f826afd9b3a2595161df6f5a9ee302 17900 misc optional vcsh_1.3-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAEBCgAGBQJRqfVPAAoJEGkGSwGVIG3TZqcQAKp9P230ZLJpphSQHs6y32RC
n/TmsEuAwukPspT0DBbNSGI/svDofnxghCx954zQZVvO606AT32m4lzc0SX6F0EO
CHepG6f6PjUyBmC2Id6Vp5baAEPS9Z7l/mkZ6F3DPyJczsZjj6EbcDd9NN0vxyxg
1gENXaBZSEToYp6mz9LGAvRrJA44MlwBDz1XplyId2U6ysemb3Jsb+DBCsDwJPl4
26WDzYn0OjrbXmQZSTUcohXn1Vj3VdSY7WXpWkyVapNJOMyp7hxxpk9iQ2EcS6es
6EtEoVr/2q/mA5PCi2VZHyrT1NCP6+q8kFaF/+oa6GV7OQm0oQU36PN1wydI79Cv
qvFP44MFV4dEotEpOHMPrKXNRkMwf3/Dz+HPcuHc61gU8pXp2DmcCZMeQkL7DekD
IYWYbItWENRMd/D1xaG/tEeAehiQVSFseKN+bPebStResgyUHlg64V+ouuoogny+
YzgVQ3imBhvt7BDeU+6QfH1hqEMoV0Xw1MWOiRFkali6Tcvvnt/0K+S80MEG9WaC
G2W+7e5ZXneDPTIWaBJIQM7nv7mmbElE6QHzNUMd5jjuAdoT4Q6Ed9oYlaEa8+S9
mEANWtKn5KEOIVfv9aXWbgWi9tLge9eiDFCtX+bgVfFGs/x7cCXRVZeXuz3+lU1a
kr4jnzki5PFQHajnYbZV
=aSj9
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1uinep-0003kl...@franck.debian.org



Accepted vcsh 1.2-3 (source all)

2013-05-05 Thread Richard Hartmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 05 May 2013 23:55:59 +0200
Source: vcsh
Binary: vcsh
Architecture: source all
Version: 1.2-3
Distribution: unstable
Urgency: low
Maintainer: Richard Hartmann richih.mailingl...@gmail.com
Changed-By: Richard Hartmann richih.mailingl...@gmail.com
Description: 
 vcsh   - manage config files in $HOME via fake bare git repositories
Changes: 
 vcsh (1.2-3) unstable; urgency=low
 .
   * Packaging changes
 + Increase Standards-Version from 3.9.3 to 3.9.4 (no changes)
Checksums-Sha1: 
 bc57ee5ea463dc6418f68e0187e11fb352a49392 1796 vcsh_1.2-3.dsc
 0887199d453d12055e50e67d7187c6e9c33c00ff 2269 vcsh_1.2-3.debian.tar.gz
 9d575d3c861b92eb301e2bde7b8276d82d3414b0 16508 vcsh_1.2-3_all.deb
Checksums-Sha256: 
 5fdd2a1c14b5d24e78527c5cd6000820ca91091436a1f77a273171a0254a7e54 1796 
vcsh_1.2-3.dsc
 329ede02ee2d08ef83b5ad8b48e1729180a354b093aa764bdd904b1af67cd7d9 2269 
vcsh_1.2-3.debian.tar.gz
 77edd70620197aa652897f551facee786429f16c76f9f6896c23c33620658a11 16508 
vcsh_1.2-3_all.deb
Files: 
 f3b86903820773cbca4e6fe4b709935b 1796 misc optional vcsh_1.2-3.dsc
 d7931de1027c96e0ac03e193f8160afd 2269 misc optional vcsh_1.2-3.debian.tar.gz
 409f33a442447a392dfe60f64f8735f4 16508 misc optional vcsh_1.2-3_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAEBCgAGBQJRhtZ+AAoJEGkGSwGVIG3TTIEQAMl8+FEc3NfiwBM5Q+tq8H22
fcAk4fepi/x/fsBbQV6qVXdb5yMt7lpvkipFvgji8KKUPQ7naMrkDtXXsUMu06iE
Sf7Bt1ezF+XoAy8TKBlgiPuB9gsoFRp+piJKfUParek1SP/UDH6J46Pu8jHDhUso
P6HhBFfHbiVscWdIRRBFMAW3U+8TQ6UEZpkcbNjLAfAHh++x7j8L12A0qLuYPXAt
gWy4pqOuyB2tIpz4UR6em19WIk0TfjiXPoFpNZq4UUbp6MJEJIxYeQ5MblxwFBXn
+QT7afD6kMoYFolEGGRjpINUYvrHKjEv2mqpw5h3lKLdxlZDCig7BXc/dcEpaXUN
wMAGEvhzFXoAaVPgwR3btH9ZTIH1y0T/9hAdnEeOQ9D4SlmHqx8Gy4ElZr+WWkw0
qBqWHbf+g5QNxS8B43TgDFELQjSJQuWx5EY5C46H4nM45q8661Gk2XHAQpDH9iE1
HFZOlnjfKGLn/D2GOGQBgwdZq/tf384gYIUVPakyPrmn+Bnzf8RBkBexOeC4kki8
hFYQGIUy4LLGfaWA/M27DUU9SufkY+OMBLoz7jCyiJSHk+iwLDYmFO8RYeMOpJYI
j1VuDyW/c6HIqW+na6ojsYdI69TeX4e0pQfz4VMCoS6SEmvMBoAjmNPylm62+xBU
TaZ18BH8SlnJjAR3QOav
=epSU
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1uz71e-0004ze...@franck.debian.org



Accepted vcsh 1.2-2 (source all)

2013-05-03 Thread Richard Hartmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 04 May 2013 02:58:18 +0200
Source: vcsh
Binary: vcsh
Architecture: source all
Version: 1.2-2
Distribution: unstable
Urgency: low
Maintainer: Richard Hartmann richih.mailingl...@gmail.com
Changed-By: Richard Hartmann richih.mailingl...@gmail.com
Description: 
 vcsh   - manage config files in $HOME via fake bare git repositories
Changes: 
 vcsh (1.2-2) unstable; urgency=low
 .
   * Bump version and upload to unstable
Checksums-Sha1: 
 ae1623ddf4ae81734f79170502ba6903dae69053 1796 vcsh_1.2-2.dsc
 3602d16cd1f5a0b4e0a3270bccaaac1df597a7b5 2226 vcsh_1.2-2.debian.tar.gz
 1f393a3d936cc3b825a320cdcf390845894e076b 16474 vcsh_1.2-2_all.deb
Checksums-Sha256: 
 a23b96360b69f066491ee45e38c30d22c8eb0cfa36673ba928d922a55ba0408d 1796 
vcsh_1.2-2.dsc
 e83750108bccb9fdf1d7914f1d46e7123fab4630ae0b3b9d8ebf286e2a0c5d81 2226 
vcsh_1.2-2.debian.tar.gz
 1d30380b552c0caffbca95b82c8a846611e7b1d4f90e4c487234578d3082befc 16474 
vcsh_1.2-2_all.deb
Files: 
 14128ba2edb58adbbf12d408eb09ec95 1796 misc optional vcsh_1.2-2.dsc
 bb72ee101cae1a9219adef64ea0411b9 2226 misc optional vcsh_1.2-2.debian.tar.gz
 c4bfcd003c6bd881b94869950a86bc25 16474 misc optional vcsh_1.2-2_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAEBCgAGBQJRhF5xAAoJEGkGSwGVIG3Tj2EQAL8GvfOR2kzGnRn9f7bXAlcP
xgpb1523I5z/NYoRsysonSxLilqL9oJYvDKaD+m5Vk5BeuuenZk9P9pzopeHz8Jk
U4LarAWyVXr68o1BWRS52DZznRaDEEsFkxxpLw/fniJ1st7YMkeh2LY/qt3EfuBb
46VizUYa/JA4Mct5rjVVGZ2kSpEQXJmoHs5902WrtAZ+bFK6JbieMJzSxi5Dcv7t
uraztmEIXqDEFNf5MWli28hYoOEnRWIr/F05jBffWhrme7nPfF8HcAhPMEng0MfY
d7KtiC4oN8F709WOpQ96nO4ZeOVWKtNetQ1vj3iUCylbIXEHywPPV6+ZiAB7uf3Z
X78zFLYI6XsvDAfxbue8Hsdr2VAp0px9W4efNaVOWnPASkxIad3Rf4ClwcFFSMSc
sAZJuIimlRY2KyKRtq596AmKwn7tR2qwwSyoogTlGH4iGARirnUgl3rzMlJs5Mx/
Xa34lJsKm9iBh0/0LfOBlTFR5j0K17GTj1sY4gFVdYwYF4+Y96nak1qrb0A0J4oP
MGZ2jPd/NJ4ciBdsYY8vZUctEf7g7vmzO5eqcKZXlhwhOksph9tZNUcMK/hr0GQI
hORqjf28d715YU19ZinO4N45Y87kkitgloeSvfruCAJ4j13UwDM0QnrGeLjjz0KO
JAShu6yrGWjm4xd/nIRB
=zbSr
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1uyr6h-0007jq...@franck.debian.org



Accepted vcsh 1.2-1 (source all)

2013-04-20 Thread Richard Hartmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 21 Apr 2013 01:17:27 +0200
Source: vcsh
Binary: vcsh
Architecture: source all
Version: 1.2-1
Distribution: experimental
Urgency: low
Maintainer: Richard Hartmann richih.mailingl...@gmail.com
Changed-By: Richard Hartmann richih.mailingl...@gmail.com
Description: 
 vcsh   - manage config files in $HOME via fake bare git repositories
Closes: 694584
Changes: 
 vcsh (1.2-1) experimental; urgency=low
 .
   * New upstream release
 + Documentation fixes
 + Introduce `vcsh version` Closes: #694584
Checksums-Sha1: 
 9824956d2b2074abd7788fc48df19f134a7a9832 1796 vcsh_1.2-1.dsc
 29b69442ce0d6f27819313bd02701b1528b5600b 20157 vcsh_1.2.orig.tar.gz
 f5950850aabde159a9730212ad4b4784e3cdbb25 2185 vcsh_1.2-1.debian.tar.gz
 acb21bdc65f9287bee707541ff1eb3b2b78fe9d2 16418 vcsh_1.2-1_all.deb
Checksums-Sha256: 
 2bc99f15fc5685958459c9d31877c847fdd0b4beddf907fc5e963ee3cf6ef96e 1796 
vcsh_1.2-1.dsc
 0b72f5b94153afd8daf7afcc5a1ae6af0c6db81a41d4826c0ca6dc5e9e6468d5 20157 
vcsh_1.2.orig.tar.gz
 64c0daaa5af2b62baf73ba480b9a4f1c824875b1e06e274d20ebea5e4afce318 2185 
vcsh_1.2-1.debian.tar.gz
 84dec837ef909b1bac9922fa69cc13cabcbc4f36147d8881dc5a94f1912160bc 16418 
vcsh_1.2-1_all.deb
Files: 
 4b36f942880266b1ed5aea504711c96d 1796 misc optional vcsh_1.2-1.dsc
 1ebd7b6992c887f374253c83df7f6fa1 20157 misc optional vcsh_1.2.orig.tar.gz
 13cf430a725eb5dc0b164696b5918af1 2185 misc optional vcsh_1.2-1.debian.tar.gz
 4244eeb9f3aac1af8656673c19b3c6df 16418 misc optional vcsh_1.2-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAEBCgAGBQJRcyacAAoJEGkGSwGVIG3TFZEQAMx3+dxkhhG7GTy+EZSvgHKn
WAOcAB1v8FOc8OPM4k71puH/LhYtl/mtTmT46j6/6D1kKKe2ziZgHLqg6htTgTco
3Me5RKi21NJE0DQPkIgW03GbJz7IgeGecytb/0luhlOuVO3+yvMxHI9AvAsWHUE3
Hagy20tSTjEL8BINmXxBuD4x6gZtRAyAqZMSVzyVV1q18pjcNV7ApsuLO8fALcFw
j2UgF/ZtBD/j+fgFfI/1vB3rmxNdxwZhLQO/MgxDHut8rydUjKo2J3TiPdR9JBvU
eQMrBGCn8chPgLQlhZYMKMllsiv5DWJwdDOEeEIrgKIuTtqKcteHilX4u/YZHqoI
o4MKg2yjakvjTJrLVqfZyEnQlmPfLDoPPtZGavJq6ka6bGEAObdtVp/5YzcPh1dU
hXfX2XFChJfbg0fyPSD+QCeGSNXO1an8LGPJFdWJofAwtJ15SitJmovyiSPnTFSC
mNahQJcB5f9VsKml2y0YWTRc91i8ylslalr6r3qEKoTCHOs/uMmY7PDpQRFvFNqB
Nge7FaP9MOVeOt7EUPM05Yo4p4AkhSUkvzJdV2y1Wz0+FaObVUk///e6WtlyrdVP
iOrEjwbqPJNYwB/buNzDVd2w+Hm/f02Grw+2PnS42g9aFUUBS/5YHlpT+ZGAfjyK
UMe0mxQ5T4+5EDdtzeiy
=+XEk
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1uthvw-0006cw...@franck.debian.org



Accepted vcsh 1.1-1 (source all)

2013-03-31 Thread Richard Hartmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 31 Mar 2013 20:46:10 +0200
Source: vcsh
Binary: vcsh
Architecture: source all
Version: 1.1-1
Distribution: experimental
Urgency: low
Maintainer: Richard Hartmann richih.mailingl...@gmail.com
Changed-By: Richard Hartmann richih.mailingl...@gmail.com
Description: 
 vcsh   - manage config files in $HOME via fake bare git repositories
Closes: 699093
Changes: 
 vcsh (1.1-1) experimental; urgency=low
 .
   * New upstream release
 + Documentation fixes
 + Use rm -f when removing a git repo
 + Fix quoting bug Closes: #699093
Checksums-Sha1: 
 18b474048cc8db95438942c7b66fa552f1371104 1796 vcsh_1.1-1.dsc
 03fb302a1ff75ca6b13fbda0513cc0ffc3825fb6 19884 vcsh_1.1.orig.tar.gz
 086e17b40f9e7758bc7f640e28eb8e761aa7e3ef 2171 vcsh_1.1-1.debian.tar.gz
 23dbd7e2b40b9a99bd509ba41c313ee7efb6e095 16292 vcsh_1.1-1_all.deb
Checksums-Sha256: 
 4ff05eba7dfc6478e6d101f84a7afd5cb0f022306daacec37a244a9d30450764 1796 
vcsh_1.1-1.dsc
 56d387142a265387209d7b0abad26bad4abf8712f468c931bea39c577d8303f7 19884 
vcsh_1.1.orig.tar.gz
 e434bc56f9805f5ea3dc8e2d12c2d8dcd2a21769559534d879d00a6155abb063 2171 
vcsh_1.1-1.debian.tar.gz
 7baad10c5f4165beb5d48a9165d3e67df8397a3cdd540fcaa1d025d5daae016a 16292 
vcsh_1.1-1_all.deb
Files: 
 0faf8ae30265ffc78312c20ff67f30a4 1796 misc optional vcsh_1.1-1.dsc
 7cafad4d0c4ebe4ea0f490d9614ba0c0 19884 misc optional vcsh_1.1.orig.tar.gz
 89d80d15ad874004145a22704ca5dc51 2171 misc optional vcsh_1.1-1.debian.tar.gz
 7da9d28cb7457d4e966ac126901795cd 16292 misc optional vcsh_1.1-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAEBCgAGBQJRWIV+AAoJEGkGSwGVIG3THU8QAMUtGm6AD6fOdn+wWH3H/5Dw
XOAjc65fOm91k5u/LMEr8AfQV33lX6nJr5FAIpP7vKbLFTErvQSe7pumTgRdC93l
xUABHGZa63dEoP76UPbt/QWGQeOodVKoGMBnjM0cM8KgtGvZ3KHaJR/ICMKj/TRr
xQI4OiL4nOVHdpicdSymyEefY4aRPGZl+qpCXzlPbp6XMQibWFZOlq+K4xUzwuvp
9LPKchgl/xJ9LnYMH7zxIX8emwshnZtMAxaSRXccaG8c/PYjL6jz+Kzh+JCGT+QH
qnihR4Xhy+MYNAXjpwrF57qshUjjY/G+/DDbfsZV3rPftnryjc3+eNigxkqUBFZx
p8E0kBtbZZrT9cKgsWKRxzan76hPMifY5O3tpClJkkrlxalcrYg5rwHaUQ9CZ0Xt
wVn+0zexbegYFlqWtRYVKKcPFNdKCyvKfQ+iMKuHky0Sb/KrZfrKF7D2bhcouGAs
2kSRK1T4ooRB8lPWZEzpVFckbuh/ADYezrQ0P2cRfkhVx7h1XflV5wE645e7yPHC
5Ng7112RNYcwq9r49nnZO4HO7FYw0Fx6Watc6Fs8ElCmCduztM86d8gnmbrww6N7
XS5Wv0e5hWaRbALt571YLwCoj0qsZgCwPAHzW0E5DjUjNNh2rQvIZ204vQ/UigQE
xZaNZGluY1ntDVur9/1G
=u5D9
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1umnwp-gm...@franck.debian.org



Accepted vcsh 1.0-1 (source all)

2012-06-29 Thread Richard Hartmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 30 Jun 2012 01:49:00 +0200
Source: vcsh
Binary: vcsh
Architecture: source all
Version: 1.0-1
Distribution: unstable
Urgency: low
Maintainer: Richard Hartmann richih.mailingl...@gmail.com
Changed-By: Richard Hartmann richih.mailingl...@gmail.com
Description: 
 vcsh   - manage config files in $HOME via fake bare git repositories
Changes: 
 vcsh (1.0-1) unstable; urgency=low
 .
   * New upstream release
 + Make `vcsh list` more resilient
 + Lots of doc improvements
Checksums-Sha1: 
 d9aafb2fbcc16d46cf1958e2d1ef41339a0bd3c6 1274 vcsh_1.0-1.dsc
 48130318a95f9e44d2aaf3990287bae01cf1ac98 19062 vcsh_1.0.orig.tar.gz
 3ff47c300efddd85fa67c71764910637104ab6b0 2070 vcsh_1.0-1.debian.tar.gz
 8b9e1b075c12e085be000b78170eb318c9e81622 15026 vcsh_1.0-1_all.deb
Checksums-Sha256: 
 8db8682b23edeac0b01e14856a868596d686fdcb9aaf7a4982665ab7a42fdd5e 1274 
vcsh_1.0-1.dsc
 36d18419a4c9c895aca3b06dee6448cf753a1f33a585ad2d6474310c1d8bdab3 19062 
vcsh_1.0.orig.tar.gz
 ec7c3beb7808529133b6894dfc07406c4a22d30411bf7ad6befb103220dab217 2070 
vcsh_1.0-1.debian.tar.gz
 8aa1c4be6dfccfa2b7c0453a1092c9e7147891d11928a6ac0c5ae56cca484b40 15026 
vcsh_1.0-1_all.deb
Files: 
 aa4c5092463919855dd4f6eb8fcb6066 1274 misc optional vcsh_1.0-1.dsc
 33531a953c3f20985e3224f363b76337 19062 misc optional vcsh_1.0.orig.tar.gz
 f918db1e172400b3f0caf6db8dc7f624 2070 misc optional vcsh_1.0-1.debian.tar.gz
 7b3f570e10267c6d8d43b30f86f3d514 15026 misc optional vcsh_1.0-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iJwEAQECAAYFAk/uRLsACgkQTiiN/0Um85nU5gP+KsnZeAp2ee4Vp4Hz8xbu9umS
stCd0zY4auE09O66KkXfntwqehAIUCmDqk+K6vN7mYAWg/uZN4GrGN6cazaIoV1j
QvCfwMW/76AIZC+S2s9vXYKKAwxueE4nuNudCpHXRX6UAX4duwYL5TfSzc9DIJFp
WARpA8mkV5TAqDYkhp0=
=tlYW
-END PGP SIGNATURE-


Accepted:
vcsh_1.0-1.debian.tar.gz
  to main/v/vcsh/vcsh_1.0-1.debian.tar.gz
vcsh_1.0-1.dsc
  to main/v/vcsh/vcsh_1.0-1.dsc
vcsh_1.0-1_all.deb
  to main/v/vcsh/vcsh_1.0-1_all.deb
vcsh_1.0.orig.tar.gz
  to main/v/vcsh/vcsh_1.0.orig.tar.gz


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1sklis-0007cx...@franck.debian.org



Accepted vcsh 0.20120227-1 (source all)

2012-03-04 Thread Richard Hartmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 27 Feb 2012 22:38:24 +0100
Source: vcsh
Binary: vcsh
Architecture: source all
Version: 0.20120227-1
Distribution: unstable
Urgency: low
Maintainer: Richard Hartmann richih.mailingl...@gmail.com
Changed-By: Richard Hartmann richih.mailingl...@gmail.com
Description: 
 vcsh   - manage config files in $HOME via fake bare git repositories
Changes: 
 vcsh (0.20120227-1) unstable; urgency=low
 .
   * New upstream release
 + Refactor Makefile
 + Fix license information in manpage
   * Packaging changes
 + Bump Standards-Version to 3.9.3 (no changes)
Checksums-Sha1: 
 bd3b9c15c942dcae93312088f446601b988a0aec 1323 vcsh_0.20120227-1.dsc
 297887b2c9714326051060ec5f3b1c6a48b0b9fc 18157 vcsh_0.20120227.orig.tar.gz
 cdd2b1e904bb2675663c150f032d509627607039 2025 vcsh_0.20120227-1.debian.tar.gz
 be9d1c98ae94361475d8e72e7d0a3d4c60b5c0fe 14280 vcsh_0.20120227-1_all.deb
Checksums-Sha256: 
 a3df3a2559a90d206bc164db685b89a83799b812e4348c7ffacbc51d27a65750 1323 
vcsh_0.20120227-1.dsc
 210be66fe0d98d4ee555cbbd16230e557409177af5717e1d06299c1f328636a6 18157 
vcsh_0.20120227.orig.tar.gz
 a67ed7da3c6a82f79192f5f9d8884294cd8e648c28e49807fb0579de6de6709b 2025 
vcsh_0.20120227-1.debian.tar.gz
 8797fadd5344590c3f8d51fa2718dbc93bd33dec2fb4e7a43e16701694a9f8fc 14280 
vcsh_0.20120227-1_all.deb
Files: 
 c1bfe4acd91d79d634b3bee57dee642e 1323 misc optional vcsh_0.20120227-1.dsc
 a287383182b8b2de846c597f167cbb7a 18157 misc optional 
vcsh_0.20120227.orig.tar.gz
 28a0370f375c111f4c0d6025a88b2219 2025 misc optional 
vcsh_0.20120227-1.debian.tar.gz
 69eefd25211d5c1d20d4e3d0056b272d 14280 misc optional vcsh_0.20120227-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iJwEAQECAAYFAk9UAHwACgkQTiiN/0Um85mROQQAqdeOspBC/O9U4eG9JMCRujig
o2PFX2/TRPCie58KW+/9mRdIk8o0MNHBErCeyXFDcsdFVmHqlikBmBtnhK91ZB3R
62TXPdyutVXN7SFNjDqZmUH+1A62u3Pyk/Ecyt5XIfeLhCTZWRtzPgUKxdRKyo/8
kdz8gfamJbSNlmOh/F4=
=Q+uX
-END PGP SIGNATURE-


Accepted:
vcsh_0.20120227-1.debian.tar.gz
  to main/v/vcsh/vcsh_0.20120227-1.debian.tar.gz
vcsh_0.20120227-1.dsc
  to main/v/vcsh/vcsh_0.20120227-1.dsc
vcsh_0.20120227-1_all.deb
  to main/v/vcsh/vcsh_0.20120227-1_all.deb
vcsh_0.20120227.orig.tar.gz
  to main/v/vcsh/vcsh_0.20120227.orig.tar.gz


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1s4lpn-0006j0...@franck.debian.org



Accepted vcsh 0.20120215-1 (source all)

2012-02-16 Thread Richard Hartmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 15 Feb 2012 21:16:45 +0100
Source: vcsh
Binary: vcsh
Architecture: source all
Version: 0.20120215-1
Distribution: unstable
Urgency: low
Maintainer: Richard Hartmann richih.mailingl...@gmail.com
Changed-By: Richard Hartmann richih.mailingl...@gmail.com
Description: 
 vcsh   - manage config files in $HOME via fake bare git repositories
Changes: 
 vcsh (0.20120215-1) unstable; urgency=low
 .
   * New upstream release
   * Introduce `vcsh which`
   * hooks will tell you when they are being executed
   * Formatting  resilience improvements
Checksums-Sha1: 
 1ae3de9eeb1aa74579b4c70419ae44adfda418d0 1323 vcsh_0.20120215-1.dsc
 800a22d23c219d580a850db6aaa6c41d4195954c 18129 vcsh_0.20120215.orig.tar.gz
 c5a9c97c0a33fe099d5fae6cf37ce2c0bdd83729 1947 vcsh_0.20120215-1.debian.tar.gz
 e5c814483086683c68a666efa12226053ab19224 14158 vcsh_0.20120215-1_all.deb
Checksums-Sha256: 
 98f4f8a5b305d8ce1068ac367302e4d3a313f3623b1c3941fc8e65bc1fcdb248 1323 
vcsh_0.20120215-1.dsc
 24776d6983b81188f1d60a608974e8e98503b6d3a8e98ef129dd229ba2a38b0b 18129 
vcsh_0.20120215.orig.tar.gz
 5da4b83b99fd9fe6729ebed1faa927f85556ece53cf71efb5b9e0bcc1ea6de1e 1947 
vcsh_0.20120215-1.debian.tar.gz
 0e5818cbb29b3dd671dee6f14b7b183625ae4bf67d9de2cae7dbc21ec0e5c477 14158 
vcsh_0.20120215-1_all.deb
Files: 
 eda35ee14b0a18cd546273f83e65dd6c 1323 misc optional vcsh_0.20120215-1.dsc
 704ea1bb88e129da4f101da555b39788 18129 misc optional 
vcsh_0.20120215.orig.tar.gz
 3a5da53c9182283bdcbeee8a1e5e7b78 1947 misc optional 
vcsh_0.20120215-1.debian.tar.gz
 326f9814dff09f314ed91e9104c5cfff 14158 misc optional vcsh_0.20120215-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iJwEAQECAAYFAk89lXoACgkQTiiN/0Um85k67gQAmrlV3e/REbHXPFuvtXSSJrmN
DjNKsfkd255YnokM1zBBvTbLoKpNu5TfiwN2tUMjwCFHgxPuTvlSKmz5nCGl8iiD
LonljmAEft0HhTU5M/FOvV1qtulpY8+8/k19I0k19BgT54VEUgxGHjzVD2m2Ar2e
asLCh4PPZvkxOZS61vw=
=ooHX
-END PGP SIGNATURE-


Accepted:
vcsh_0.20120215-1.debian.tar.gz
  to main/v/vcsh/vcsh_0.20120215-1.debian.tar.gz
vcsh_0.20120215-1.dsc
  to main/v/vcsh/vcsh_0.20120215-1.dsc
vcsh_0.20120215-1_all.deb
  to main/v/vcsh/vcsh_0.20120215-1_all.deb
vcsh_0.20120215.orig.tar.gz
  to main/v/vcsh/vcsh_0.20120215.orig.tar.gz


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1rybie-0006qt...@franck.debian.org



Accepted vcsh 0.20120203-1 (source all)

2012-02-04 Thread Richard Hartmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 03 Feb 2012 02:40:12 +0100
Source: vcsh
Binary: vcsh
Architecture: source all
Version: 0.20120203-1
Distribution: unstable
Urgency: low
Maintainer: Richard Hartmann richih.mailingl...@gmail.com
Changed-By: Richard Hartmann richih.mailingl...@gmail.com
Description: 
 vcsh   - manage config files in $HOME via fake bare git repositories
Changes: 
 vcsh (0.20120203-1) unstable; urgency=low
 .
   * New upstream release
   * Fix documentation
Checksums-Sha1: 
 d92dab3961c6aef242abdc35094f2f18cf9ef8b3 1323 vcsh_0.20120203-1.dsc
 a9ee25c35c3ad669c8b40d1b7cdd31905536544e 17319 vcsh_0.20120203.orig.tar.gz
 c8d3a06267b76bfd8cf79ab20959f775921d2425 1745 vcsh_0.20120203-1.debian.tar.gz
 aa08fc69dd601c377a8cf07e042952f4b6e6a661 13026 vcsh_0.20120203-1_all.deb
Checksums-Sha256: 
 f1ac8da62587e4497a642a48b5fdfe7402c84ec54532a3aa8d9c0477b721e912 1323 
vcsh_0.20120203-1.dsc
 fcf5e4ab965ecbec2f240bb3df32310f6b6dec552b035ac4b8408f3ba6a2945e 17319 
vcsh_0.20120203.orig.tar.gz
 764772a6db0b2a8e040e31ab6895f2622bcb37925aee62ad3a2d766ce2435603 1745 
vcsh_0.20120203-1.debian.tar.gz
 f011c34b072dee8e9be9f29616db6dde599ef7729c0b2fd6ce881066a9549956 13026 
vcsh_0.20120203-1_all.deb
Files: 
 6ae25d73e0795527d41d4dc00dda9210 1323 misc optional vcsh_0.20120203-1.dsc
 e05f0600bd18e734cef4fb4fd1004c08 17319 misc optional 
vcsh_0.20120203.orig.tar.gz
 f1734537d5420c8efa8d8555729f3c8a 1745 misc optional 
vcsh_0.20120203-1.debian.tar.gz
 474ef016ef52d586a0673ea0cc4ba4e7 13026 misc optional vcsh_0.20120203-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iJwEAQECAAYFAk8thTMACgkQTiiN/0Um85nh1wP+Ji0D1xz0v9h+KGwDpt542A0C
7fiF2+2ywrt/mxxbBJ+zZ/hbogL4ELkYMwBt0b2U4lIS12L3y7tKb9WNFjP4DP1E
P3ekoIrNNxfe0dlEpvffjNBbL5Ng0HDdpjpUwYP092jI+/8xcspwutA45uBDEX1l
maULflSgkfIgz/Sf7zw=
=PsLg
-END PGP SIGNATURE-


Accepted:
vcsh_0.20120203-1.debian.tar.gz
  to main/v/vcsh/vcsh_0.20120203-1.debian.tar.gz
vcsh_0.20120203-1.dsc
  to main/v/vcsh/vcsh_0.20120203-1.dsc
vcsh_0.20120203-1_all.deb
  to main/v/vcsh/vcsh_0.20120203-1_all.deb
vcsh_0.20120203.orig.tar.gz
  to main/v/vcsh/vcsh_0.20120203.orig.tar.gz


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1rtlyz-0006le...@franck.debian.org



Accepted vcsh 0.20120116-2 (source all)

2012-01-17 Thread Richard Hartmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 17 Jan 2012 21:50:24 +0100
Source: vcsh
Binary: vcsh
Architecture: source all
Version: 0.20120116-2
Distribution: unstable
Urgency: low
Maintainer: Richard Hartmann richih.mailingl...@gmail.com
Changed-By: Richard Hartmann richih.mailingl...@gmail.com
Description: 
 vcsh   - manage config files in $HOME via fake bare git repositories
Changes: 
 vcsh (0.20120116-2) unstable; urgency=low
 .
   * Add Vcs-Git, Vcs-Browser, and Homepage to debian/control
Checksums-Sha1: 
 5f93e7fb7e2a8649871492236681dcaa4c1a0add 1323 vcsh_0.20120116-2.dsc
 21aae227232ce00f7401ea059fccba4b0f925338 16866 vcsh_0.20120116.orig.tar.gz
 1c8a1f5493628bec53df7e07bf290701cefa7f43 1711 vcsh_0.20120116-2.debian.tar.gz
 dc27810b98bfeed27b2e5250574ec3827f469926 12832 vcsh_0.20120116-2_all.deb
Checksums-Sha256: 
 863e4eea67eb3c2c831446de5abece08008c50d68e6e5f4fa8224f7f9110bb73 1323 
vcsh_0.20120116-2.dsc
 8b4b270f9f3e07d7636f78be45a5771e34e34c362feba3f80a12f43f693d3fd2 16866 
vcsh_0.20120116.orig.tar.gz
 bd91458106e84cb850e1dd319cd44fda0e687d5fb48a1dbb488652e2febb3728 1711 
vcsh_0.20120116-2.debian.tar.gz
 7fdfd237b27118c9f5b2d33dc12d64865c05d9f9d97eff8116625225e4b66f17 12832 
vcsh_0.20120116-2_all.deb
Files: 
 c98758dfcd9d06a83661089af1caa8da 1323 misc optional vcsh_0.20120116-2.dsc
 a3916dbd64d0c6ebe063440cb746b1a0 16866 misc optional 
vcsh_0.20120116.orig.tar.gz
 72c53101c3bb099f078912877d373586 1711 misc optional 
vcsh_0.20120116-2.debian.tar.gz
 62452a2c84a80b6fce8760381c296363 12832 misc optional vcsh_0.20120116-2_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iJwEAQECAAYFAk8WCHQACgkQTiiN/0Um85naJwP/Z6z6Gu18QGihKnP0CmqfIacA
XwuJTeeQN4y79syNAn528Jcw0b2Nu+y50YoRkooupxlMfhzNnqmA6F3F9mIAlTUX
083Kjd6M/vYPgMQAtJbURJXR72fSLTOIEw38v13O28Qe+Y2cIquC4tNQTsspSPLU
q1R//G1S3Gdr8ar7Xk4=
=laka
-END PGP SIGNATURE-


Accepted:
vcsh_0.20120116-2.debian.tar.gz
  to main/v/vcsh/vcsh_0.20120116-2.debian.tar.gz
vcsh_0.20120116-2.dsc
  to main/v/vcsh/vcsh_0.20120116-2.dsc
vcsh_0.20120116-2_all.deb
  to main/v/vcsh/vcsh_0.20120116-2_all.deb
vcsh_0.20120116.orig.tar.gz
  to main/v/vcsh/vcsh_0.20120116.orig.tar.gz


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1rnj12-0002d7...@franck.debian.org



Accepted vcsh 0.20111227-1 (source all)

2011-12-28 Thread Richard Hartmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 27 Dec 2011 19:13:42 +0100
Source: vcsh
Binary: vcsh
Architecture: source all
Version: 0.20111227-1
Distribution: unstable
Urgency: low
Maintainer: Richard Hartmann richih.mailingl...@gmail.com
Changed-By: Richard Hartmann richih.mailingl...@gmail.com
Description: 
 vcsh   - manage config files in $HOME via fake bare git repositories
Closes: 653364
Changes: 
 vcsh (0.20111227-1) unstable; urgency=low
 .
   * Initial release.
   * Closes: #653364
Checksums-Sha1: 
 0c263440b421c77b8339cddbeb30a3681ed0e1d5 1174 vcsh_0.20111227-1.dsc
 5eb48d0753571384fc33d438592124ef7be39a0f 16387 vcsh_0.20111227.orig.tar.gz
 cf295617fa4c663e39da34a6b410e2a262486875 1560 vcsh_0.20111227-1.debian.tar.gz
 6c565a71025e482ff326299615e0d131b4fffb1d 12022 vcsh_0.20111227-1_all.deb
Checksums-Sha256: 
 790098e1da5e5808b4c5db1009abd9570c787446ed82baf92e00f644ba6eab68 1174 
vcsh_0.20111227-1.dsc
 3f4dcac36236aadf5bd2cdf30249d90a491dfb0a19d896102b384a90a359c4e7 16387 
vcsh_0.20111227.orig.tar.gz
 0a8804d363fa55db5d96122df2023e5e45d9189af87e963177135cfda4093efe 1560 
vcsh_0.20111227-1.debian.tar.gz
 cdad2e0b8477edde7a00f7ad512ea7e499d0d9be201f94ebd377d429cd1ed7a5 12022 
vcsh_0.20111227-1_all.deb
Files: 
 f0dd90fbfce13c054a48282f9f5dd887 1174 misc optional vcsh_0.20111227-1.dsc
 9d4bfee4f4a78c8c6ad4bf4ebf731906 16387 misc optional 
vcsh_0.20111227.orig.tar.gz
 ca9ac36e653ff884c3e2c61b94c1751f 1560 misc optional 
vcsh_0.20111227-1.debian.tar.gz
 c42e04d393a27c2d5239a3fb778f5f78 12022 misc optional vcsh_0.20111227-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iJwEAQECAAYFAk77EzEACgkQTiiN/0Um85kkFQP8D69u9U8muMAc8py4SQ8IdY8p
oNUutO12MUvaPxIXyriPzY60cJVbjblKWYAiH79hj8UEyPvqniik/Z+8TMTwWuoC
KKpkRYZpoOjs9XtIEBLwF+9W8YGDcD6Fw/0BOnPFZpUgEHyFQ2KmCgIN77tV9CxE
hQns0IgX1MDZ4EVE/RM=
=FRD1
-END PGP SIGNATURE-


Accepted:
vcsh_0.20111227-1.debian.tar.gz
  to main/v/vcsh/vcsh_0.20111227-1.debian.tar.gz
vcsh_0.20111227-1.dsc
  to main/v/vcsh/vcsh_0.20111227-1.dsc
vcsh_0.20111227-1_all.deb
  to main/v/vcsh/vcsh_0.20111227-1_all.deb
vcsh_0.20111227.orig.tar.gz
  to main/v/vcsh/vcsh_0.20111227.orig.tar.gz


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1rfvgu-000541...@franck.debian.org



Accepted retty 1.0-2 (source i386)

2008-02-21 Thread Richard Hartmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 17 Feb 2008 23:55:47 +0100
Source: retty
Binary: retty
Architecture: source i386
Version: 1.0-2
Distribution: unstable
Urgency: low
Maintainer: Richard Hartmann [EMAIL PROTECTED]
Changed-By: Richard Hartmann [EMAIL PROTECTED]
Description: 
 retty  - attach processes running on other terminals
Closes: 428737
Changes: 
 retty (1.0-2) unstable; urgency=low
 .
   * As per Myon's suggestion, I am taking over maintenance of this
 package. (Closes: #428737)
Files: 
 f2fcba97881ba837213edb653274e631 560 utils extra retty_1.0-2.dsc
 82f3b3e0fb7a523f636f1cf0d4d166e7 1474 utils extra retty_1.0-2.diff.gz
 15411a26ccd96e83de20329f6c17f84a 9842 utils extra retty_1.0-2_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFHvdvbxa93SlhRC1oRAgJPAKDXVfdwHyvBvLXLO/oi+eqdQ5rErgCg+2Za
HEMgN3Rh/WkGxC1cBgyRFEg=
=krJ6
-END PGP SIGNATURE-


Accepted:
retty_1.0-2.diff.gz
  to pool/main/r/retty/retty_1.0-2.diff.gz
retty_1.0-2.dsc
  to pool/main/r/retty/retty_1.0-2.dsc
retty_1.0-2_i386.deb
  to pool/main/r/retty/retty_1.0-2_i386.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted oneisenough 0.40-1 (source all)

2008-02-09 Thread Richard Hartmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 13 Sep 2007 03:32:46 +0100
Source: oneisenough
Binary: oneisenough
Architecture: source all
Version: 0.40-1
Distribution: unstable
Urgency: low
Maintainer: Debian Games Team [EMAIL PROTECTED]
Changed-By: Richard Hartmann [EMAIL PROTECTED]
Description: 
 oneisenough - 2D platform game about the epic struggle of balls
Closes: 448973
Changes: 
 oneisenough (0.40-1) unstable; urgency=low
 .
   * Initial release (Closes: #448973)
Files: 
 7f2b474b408bc9b2fe8dda5f8831feec 880 games extra oneisenough_0.40-1.dsc
 1827cf6290b6cae1d996a6e939293e1d 351926 games extra 
oneisenough_0.40.orig.tar.gz
 6cdc1771804429ff17c15dd1e8349f25 6026 games extra oneisenough_0.40-1.diff.gz
 6e615e16aeedbd9df6a6f8e5ad038a7d 310262 games extra oneisenough_0.40-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFHqpLr5Sc9mGvjxCMRAirAAKDFxwUD4ZBrC6+YIPei94KmyRxfoACeIy5D
tAIjHRV6p+LMevEUYmMW2s0=
=Ja+Y
-END PGP SIGNATURE-


Accepted:
oneisenough_0.40-1.diff.gz
  to pool/main/o/oneisenough/oneisenough_0.40-1.diff.gz
oneisenough_0.40-1.dsc
  to pool/main/o/oneisenough/oneisenough_0.40-1.dsc
oneisenough_0.40-1_all.deb
  to pool/main/o/oneisenough/oneisenough_0.40-1_all.deb
oneisenough_0.40.orig.tar.gz
  to pool/main/o/oneisenough/oneisenough_0.40.orig.tar.gz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]